spi: Zap SOFT_SPI (non-dm)
[oweals/u-boot.git] / drivers / spi / Kconfig
index ff431a27efd44e27fbfd095dcbe9895122c38b83..d32858bedf5f9d47087085e2aca9650af0a57db6 100644 (file)
@@ -286,6 +286,12 @@ config SPI_SIFIVE
 
          The SiFive SPI controller driver is found on various SiFive SoCs.
 
+config SOFT_SPI
+       bool "Soft SPI driver"
+       help
+        Enable Soft SPI driver. This driver is to use GPIO simulate
+        the SPI protocol.
+
 config SPI_SUNXI
        bool "Allwinner SoC SPI controllers"
        default ARCH_SUNXI
@@ -391,13 +397,6 @@ config ZYNQMP_GQSPI
 
 endif # if DM_SPI
 
-config SOFT_SPI
-       bool "Soft SPI driver"
-       depends on DM_SPI || (DEPRECATED && !DM_SPI)
-       help
-        Enable Soft SPI driver. This driver is to use GPIO simulate
-        the SPI protocol.
-
 config FSL_ESPI
        bool "Freescale eSPI driver"
        imply SPI_FLASH_BAR