From: Jagan Teki <jagan@amarulasolutions.com>
Date: Wed, 29 May 2019 21:01:33 +0000 (-0400)
Subject: spi: Kconfig: Mark SH_SPI as DEPRECATED
X-Git-Tag: v2025.01-rc5-pxa1908~2925^2~3
X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=e1247592895063b0ec187eb48d482bdc5993801a;p=u-boot.git

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>
---

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 2f494c0483..c2e9180def 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -354,6 +354,7 @@ config DAVINCI_SPI
 
 config SH_SPI
 	bool "SuperH SPI driver"
+	depends on DEPRECATED
 	help
 	  Enable the SuperH SPI controller driver. This driver can be used
 	  on various SuperH SoCs, such as SH7757.