From: Jagan Teki Date: Wed, 29 May 2019 21:01:34 +0000 (-0400) Subject: spi: Kconfig: Mark SOFT_SPI as DEPRECATED X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=32f70d67c71194251086476a373bc7b3d06d446b;p=u-boot.git spi: Kconfig: Mark SOFT_SPI as DEPRECATED 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 Signed-off-by: Jagan Teki [trini: Switch to DEPRECATED] Signed-off-by: Tom Rini --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index c2e9180def..ef3672f27b 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -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.