summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJagan Teki <[email protected]>2019-05-29 17:01:32 -0400
committerJagan Teki <[email protected]>2019-06-13 12:51:06 +0530
commitd5ded320a14b0a2f97cbed072286748895ad18ac (patch)
treeace7d19e92be43e53cc852805588f91532e70d79
parentbb85afc7f317c2a26842b888356820d4a980c74d (diff)
spi: Kconfig: Mark MXS_SPI has DEPRECATED
Mark MXS_SPI as DEPRECATED, this so the resulting build shows warning for broken configuration enabled and associated code will remove in v2019.07 release. Cc: Marek Vasut <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Michael Trimarchi <[email protected]> Signed-off-by: Jagan Teki <[email protected]> [trini: Switch to DEPRECATED] Signed-off-by: Tom Rini <[email protected]>
-rw-r--r--drivers/spi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index eb32f082fe9..2f494c0483a 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -383,6 +383,7 @@ config MXC_SPI
config MXS_SPI
bool "MXS SPI Driver"
+ depends on DEPRECATED
help
Enable the MXS SPI controller driver. This driver can be used
on the i.MX23 and i.MX28 SoCs.