From d5ded320a14b0a2f97cbed072286748895ad18ac Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Wed, 29 May 2019 17:01:32 -0400 Subject: [PATCH] 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 Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki [trini: Switch to DEPRECATED] Signed-off-by: Tom Rini --- drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2