From: Jagan Teki <ja...@amarulasolutions.com> 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 <anars...@gmail.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> [trini: Switch to DEPRECATED] Signed-off-by: Tom Rini <tr...@konsulko.com> --- drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index efceecee5e8f..df20f7991fd5 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -309,6 +309,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. -- 2.7.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot