mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
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 <anarsoul@gmail.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> [trini: Switch to DEPRECATED] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
e124759289
commit
32f70d67c7
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue