summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-11-18 12:14:09 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-21 08:00:09 +0100
commit10f62d11b143bf5e1600bcf4703083de43c62cf7 (patch)
treed639782a81fec311badc854883fb73471f1a34c8 /drivers/mci/Kconfig
parentbc3094513cdc5aafaeeb37231df7e688a1ce894a (diff)
downloadbarebox-10f62d11b143bf5e1600bcf4703083de43c62cf7.tar.gz
barebox-10f62d11b143bf5e1600bcf4703083de43c62cf7.tar.xz
mci: imx-esdhc: use sdhci helpers
To use the sdhci helpers we have to switch to the sdhci accessors. Also use sdhci_read_response(). Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Kconfig')
-rw-r--r--drivers/mci/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index c37d40195a..9e7494de96 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -90,6 +90,7 @@ config MCI_IMX
config MCI_IMX_ESDHC
bool "i.MX esdhc"
depends on ARCH_IMX || ARCH_LAYERSCAPE
+ select MCI_SDHCI
help
Enable this entry to add support to read and write SD cards on a
Freescale i.MX25/35/51 based system.