aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo@sysam.it>2019-03-13 21:46:46 +0100
committerTom Rini <trini@konsulko.com>2019-05-24 08:11:57 -0400
commit610e316d02c6d8a423a9426e4a12b357ef586d32 (patch)
treeea64e7f722df6919d251a82d5ba2ca6ed4229b43 /drivers
parent7759ffb83b40dc1e4e0e8b0270557638e909fd5a (diff)
downloadu-boot-610e316d02c6d8a423a9426e4a12b357ef586d32.zip
u-boot-610e316d02c6d8a423a9426e4a12b357ef586d32.tar.gz
u-boot-610e316d02c6d8a423a9426e4a12b357ef586d32.tar.bz2
drivers: spi: cf_spi: add Kconfig option
This patch adds cf_spi DM Kconfig option. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/spi/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index c3a829d..7044da3 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -87,6 +87,12 @@ config CADENCE_QSPI
used to access the SPI NOR flash on platforms embedding this
Cadence IP core.
+config CF_SPI
+ bool "ColdFire SPI driver"
+ help
+ Enable the ColdFire SPI driver. This driver can be used on
+ some m68k SoCs.
+
config DESIGNWARE_SPI
bool "Designware SPI driver"
help