[U-Boot] [PATCHv2 10/11] spi: Kconfig: Mark LPC32XX_SSP as DEPRECATED

Tom Rini trini at konsulko.com
Sun May 19 13:52:10 UTC 2019


From: Jagan Teki <jagan at amarulasolutions.com>

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

Cc: Albert ARIBAUD <albert.aribaud at 3adev.fr>
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
Acked-by: Vladimir Zapolskiy <vz at mleia.com>
Acked-by: Sylvain Lemieux <slemieux at tycoint.com>
[trini: Switch to DEPRECATED]
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 drivers/spi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 201a4d970a95..cd92b0d44895 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -364,6 +364,7 @@ config KIRKWOOD_SPI
 
 config LPC32XX_SSP
 	bool "LPC32XX SPI Driver"
+	depends on DEPRECATED
 	help
 	  Enable support for SPI on LPC32xx
 
-- 
2.7.4



More information about the U-Boot mailing list