spi: Kconfig: Drop redundant CF_SPI definition
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 25 May 2020 18:45:25 +0000 (00:15 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Mon, 1 Jun 2020 12:25:24 +0000 (17:55 +0530)
CF_SPI kconfig option defined twice with DM_SPI
and non DM_SPI.

Drop the non DM_SPI side kconfig definition.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/spi/Kconfig

index dccd5ea0d9a8936cae152975ab340d377bf1914f..e39d50d568d8ffd0450372430efebc2ec5a63398 100644 (file)
@@ -384,12 +384,6 @@ config MSCC_BB_SPI
          Enable MSCC bitbang SPI driver. This driver can be used on
          MSCC SOCs.
 
-config CF_SPI
-       bool "ColdFire SPI driver"
-       help
-         Enable the ColdFire SPI driver. This driver can be used on
-         some m68k SoCs.
-
 config FSL_ESPI
        bool "Freescale eSPI driver"
        imply SPI_FLASH_BAR