[U-Boot] [PATCHv3 09/10] spi: Kconfig: Mark LPC32XX_SSP as DEPRECATED
Tom Rini
trini at konsulko.com
Wed May 29 21:01:35 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 df20f7991fd5..b59b4038b5e1 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -369,6 +369,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