summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMichael Graichen <michael.graichen@hotmail.com>2020-04-09 14:36:55 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-14 10:12:10 +0200
commit6d9dc00b14c9f075afce5baa2b45b9b6df76e5dc (patch)
tree9d97c9ec7e01362a30815d0ca83388c6c1c93765 /drivers
parent715b10c45d7ba3c62e806b6ae149655c986f8558 (diff)
downloadbarebox-6d9dc00b14c9f075afce5baa2b45b9b6df76e5dc.tar.gz
barebox-6d9dc00b14c9f075afce5baa2b45b9b6df76e5dc.tar.xz
mmc: add MCI_SDHCI dependency to Arasan driver
The Arasan driver depends on the SDHCI driver, without it we will see undefined references while linking arasan-sdhci.c:283: undefined reference to `sdhci_set_cmd_xfer_mode' arasan-sdhci.c:299: undefined reference to `sdhci_read_response' arasan-sdhci.c:303: undefined reference to `sdhci_transfer_data' Signed-off-by: Michael Graichen <michael.graichen@hotmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mci/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 80b3a26002..9f56bed3ab 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -141,6 +141,7 @@ config MCI_TEGRA
config MCI_ARASAN
bool "Arasan SDHCI Controller"
+ select MCI_SDHCI
help
Enable this to support SD and MMC card read/write on systems with
the Arasan SD3.0 / SDIO3.0 / eMMC4.51 host controller.