diff mbox series

[2/9] spi: Kconfig: Drop redundant CF_SPI definition

Message ID 20200526080430.118262-3-jagan@amarulasolutions.com
State Accepted
Commit 072114d9e01f4601e241a67e6281fe6f00d0d296
Headers show
Series spi: dm-convert and cleanups | expand

Commit Message

Jagan Teki May 26, 2020, 8:04 a.m. UTC
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 at amarulasolutions.com>
---
 drivers/spi/Kconfig | 6 ------
 1 file changed, 6 deletions(-)

Comments

Jagan Teki May 27, 2020, 6:22 p.m. UTC | #1
On Tue, May 26, 2020 at 1:34 PM Jagan Teki <jagan at amarulasolutions.com> wrote:
>
> 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 at amarulasolutions.com>
> ---

Applied to u-boot-spi/master
diff mbox series

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index fc759e71e2..658a48e57a 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -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