From: Angelo Dureghello Date: Wed, 13 Mar 2019 20:46:46 +0000 (+0100) Subject: drivers: spi: cf_spi: add Kconfig option X-Git-Tag: v2019.07-rc3~10^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=610e316d02c6d8a423a9426e4a12b357ef586d32;p=pandora-u-boot.git drivers: spi: cf_spi: add Kconfig option This patch adds cf_spi DM Kconfig option. Reviewed-by: Simon Glass Signed-off-by: Angelo Dureghello --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index c3a829deaec..7044da35d68 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