summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-11-18 12:13:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-19 11:07:22 +0100
commit124721b28dd6f559cb1324ae11b532394af7fe54 (patch)
treeb9c6ca46d3cc73d2be8c6b5f939d75eab00cb741 /drivers/mci/Kconfig
parent4da3ec317ad7b284a2634da5a9e3e49baa58f2f5 (diff)
downloadbarebox-124721b28dd6f559cb1324ae11b532394af7fe54.tar.gz
barebox-124721b28dd6f559cb1324ae11b532394af7fe54.tar.xz
mci: Add sdhci helper
We have several SDHCI compatible drivers in the tree. This starts with a set of generic helper functions for these drivers to share some common functionality. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Kconfig')
-rw-r--r--drivers/mci/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 4a71a46097..c37d40195a 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -34,6 +34,9 @@ config MCI_MMC_BOOT_PARTITIONS
comment "--- MCI host drivers ---"
+config MCI_SDHCI
+ bool
+
config MCI_DW
bool "Synopsys DesignWare Memory Card Interface"
depends on HAS_DMA