From d5ded320a14b0a2f97cbed072286748895ad18ac Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Wed, 29 May 2019 17:01:32 -0400 Subject: 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(+) (limited to 'drivers/spi') diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index eb32f082fe..2f494c0483 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. -- cgit From e1247592895063b0ec187eb48d482bdc5993801a Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Wed, 29 May 2019 17:01:33 -0400 Subject: spi: Kconfig: Mark SH_SPI as DEPRECATED Mark SH_SPI as DEPRECATED, this so the resulting build shows warning for a deprecated configuration enabled and associated code will remove in v2019.07 release. Acked-by: Marek Vasut Signed-off-by: Jagan Teki [trini: Switch to DEPRECATED] Signed-off-by: Tom Rini --- drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/spi') diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 2f494c0483..c2e9180def 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -354,6 +354,7 @@ config DAVINCI_SPI config SH_SPI bool "SuperH SPI driver" + depends on DEPRECATED help Enable the SuperH SPI controller driver. This driver can be used on various SuperH SoCs, such as SH7757. -- cgit From 32f70d67c71194251086476a373bc7b3d06d446b Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Wed, 29 May 2019 17:01:34 -0400 Subject: spi: Kconfig: Mark SOFT_SPI as DEPRECATED Mark SOFT_SPI as DEPRECATED, this so the resulting build shows warning for deprecated configuration enabled and associated code will remove in v2019.07 release. Cc: Vasily Khoruzhick Signed-off-by: Jagan Teki [trini: Switch to DEPRECATED] Signed-off-by: Tom Rini --- drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/spi') diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index c2e9180def..ef3672f27b 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -314,6 +314,7 @@ endif # if DM_SPI config SOFT_SPI bool "Soft SPI driver" + depends on DM_SPI || (DEPRECATED && !DM_SPI) help Enable Soft SPI driver. This driver is to use GPIO simulate the SPI protocol. -- cgit From ea73ec08d17ea5c1213b8014b1171d45655d35cf Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Wed, 29 May 2019 17:01:35 -0400 Subject: 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 Signed-off-by: Jagan Teki Acked-by: Vladimir Zapolskiy Acked-by: Sylvain Lemieux [trini: Switch to DEPRECATED] Signed-off-by: Tom Rini --- drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/spi') diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ef3672f27b..8249b21c07 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -374,6 +374,7 @@ config KIRKWOOD_SPI config LPC32XX_SSP bool "LPC32XX SPI Driver" + depends on DEPRECATED help Enable support for SPI on LPC32xx -- cgit