spi: Kconfig: Mark SH_SPI as DEPRECATED

Mark SH_SPI as DEPRECATED, this so the resulting build shows
warning for a deprecated configuration enabled and associated code
will remove in v2019.07 release.

Acked-by: Marek Vasut <marex@denx.de>
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:
Jagan Teki 2019-05-29 17:01:33 -04:00
parent d5ded320a1
commit e124759289

View File

@ -354,6 +354,7 @@ config DAVINCI_SPI
config SH_SPI config SH_SPI
bool "SuperH SPI driver" bool "SuperH SPI driver"
depends on DEPRECATED
help help
Enable the SuperH SPI controller driver. This driver can be used Enable the SuperH SPI controller driver. This driver can be used
on various SuperH SoCs, such as SH7757. on various SuperH SoCs, such as SH7757.