summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-03 10:30:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-11 12:20:02 +0200
commitc6c3afb3ebd37ab36926f660c081f3d5ee16ff81 (patch)
tree7e3edbb4699772b54a852be038b4446f136bb2db /drivers/mci/Kconfig
parente3ab3078dca6f84c40ed39830ff351015e6b3914 (diff)
downloadbarebox-c6c3afb3ebd37ab36926f660c081f3d5ee16ff81.tar.gz
barebox-c6c3afb3ebd37ab36926f660c081f3d5ee16ff81.tar.xz
mci: add designware mmc controller support
Based on the U-Boot driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Kconfig')
-rw-r--r--drivers/mci/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 7aff7df838..f34c119a21 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -34,6 +34,14 @@ config MCI_MMC_BOOT_PARTITIONS
comment "--- MCI host drivers ---"
+config MCI_DW
+ bool "Synopsys DesignWare Memory Card Interface"
+ depends on ARM
+ help
+ This selects support for the Synopsys DesignWare Mobile Storage IP
+ block, this provides host support for SD and MMC interfaces, in both
+ PIO and external DMA modes.
+
config MCI_MXS
bool "i.MX23/i.MX28"
depends on ARCH_MXS