aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-08-01 17:56:44 +0200
committerJagan Teki <jagan@amarulasolutions.com>2019-09-16 08:09:22 +0530
commit6bd6c21693547f1887b516bee11481e95e239ecb (patch)
treef3b7d6a58d8a6abf50a5a881f948b88d1d244043
parentdfe72d081d4eda0c0788dc5db69de3abbec1b857 (diff)
downloadu-boot-6bd6c21693547f1887b516bee11481e95e239ecb.zip
u-boot-6bd6c21693547f1887b516bee11481e95e239ecb.tar.gz
u-boot-6bd6c21693547f1887b516bee11481e95e239ecb.tar.bz2
spi: Kconfig: Unmark DEPRECATED for MXS_SPI
MXS_SPI driver now partially converted into driver-model, so unmark the DEPRECATED option for the same. Signed-off-by: Lukasz Majewski <lukma@denx.de> [jagan: update the commit message] Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
-rw-r--r--drivers/spi/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f459c0a..8dd3213 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.