]> Git Repo - J-u-boot.git/commitdiff
spi: Kconfig: Mark SOFT_SPI as DEPRECATED
authorJagan Teki <[email protected]>
Wed, 29 May 2019 21:01:34 +0000 (17:01 -0400)
committerJagan Teki <[email protected]>
Thu, 13 Jun 2019 07:21:06 +0000 (12:51 +0530)
Mark SOFT_SPI as DEPRECATED, this so the resulting build shows
warning for deprecated configuration enabled and associated code
will remove in v2019.07 release.

Cc: Vasily Khoruzhick <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
[trini: Switch to DEPRECATED]
Signed-off-by: Tom Rini <[email protected]>
drivers/spi/Kconfig

index c2e9180defa823bf78e8dce1b41a5b65e8a3af1d..ef3672f27bf5d92dd2c59cb5a61f747245324771 100644 (file)
@@ -314,6 +314,7 @@ 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.
This page took 0.033559 seconds and 4 git commands to generate.