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)
commit072114d9e01f4601e241a67e6281fe6f00d0d296
tree14d5031b1013ad560fd558329e1cb7bd80c71503
parent558d06e0a9ce48c5bb651fdaa85f65b3a0e6c1ba
spi: Kconfig: Drop redundant CF_SPI definition

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