drivers: spi: cf_spi: add Kconfig option
authorAngelo Dureghello <angelo@sysam.it>
Wed, 13 Mar 2019 20:46:46 +0000 (21:46 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 24 May 2019 12:11:57 +0000 (08:11 -0400)
This patch adds cf_spi DM Kconfig option.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
drivers/spi/Kconfig

index c3a829d..7044da3 100644 (file)
@@ -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