mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
spi: Kconfig: Mark LPC32XX_SSP as DEPRECATED
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@3adev.fr> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Vladimir Zapolskiy <vz@mleia.com> Acked-by: Sylvain Lemieux <slemieux@tycoint.com> [trini: Switch to DEPRECATED] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
32f70d67c7
commit
ea73ec08d1
1 changed files with 1 additions and 0 deletions
|
@ -374,6 +374,7 @@ config KIRKWOOD_SPI
|
|||
|
||||
config LPC32XX_SSP
|
||||
bool "LPC32XX SPI Driver"
|
||||
depends on DEPRECATED
|
||||
help
|
||||
Enable support for SPI on LPC32xx
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue