[U-Boot] [PATCH] Revert "spi: Kconfig: Mark MXS_SPI has DEPRECATED"
Lukasz Majewski
lukma at denx.de
Thu Aug 1 15:56:44 UTC 2019
This reverts commit d5ded320a14b0a2f97cbed072286748895ad18ac.
The mxs_spi.c driver for i.MX2{38} devices has been converted:
'commit d99b018a6e3d ("spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)")'
to use Device Tree and Device Model, so the DEPRECATED Kconfig
symbol can be now removed.
Signed-off-by: Lukasz Majewski <lukma at denx.de>
---
drivers/spi/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f459c0a411..8dd3213d48 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -419,7 +419,6 @@ 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.11.0
More information about the U-Boot
mailing list