From: Angelo Dureghello Date: Wed, 13 Mar 2019 20:46:46 +0000 (+0100) Subject: drivers: spi: cf_spi: add Kconfig option X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=610e316d02c6d8a423a9426e4a12b357ef586d32;p=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 c3a829deae..7044da35d6 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