summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-12-10 05:41:42 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-10 05:41:42 +0100
commitaf05728207583ae1f5cf88272158376c9c54eee1 (patch)
tree39e909df33464ce2423bebfff1f0b4f5d2293913 /drivers/mci/Kconfig
parent77d783a5170896aea021ec180e16751a0a249627 (diff)
parent4a7d7b16e21a69a0a590b2356e8d8db2ae3452f6 (diff)
downloadbarebox-af05728207583ae1f5cf88272158376c9c54eee1.tar.gz
barebox-af05728207583ae1f5cf88272158376c9c54eee1.tar.xz
Merge branch 'for-next/sdhci'
Diffstat (limited to 'drivers/mci/Kconfig')
-rw-r--r--drivers/mci/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 33b700d7a6..80b3a26002 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -1,3 +1,6 @@
+config MCI_SDHCI
+ bool
+
menuconfig MCI
bool "MCI drivers"
select DISK
@@ -69,10 +72,12 @@ config MCI_BCM283X
config MCI_BCM283X_SDHOST
bool "BCM283X sdhost"
depends on ARCH_BCM283X
+ select MCI_SDHCI
config MCI_DOVE
bool "Marvell Dove SDHCI"
depends on ARCH_DOVE
+ select MCI_SDHCI
help
Enable this entry to add support to read and write SD cards on a
Marvell Dove SoC based system.
@@ -87,6 +92,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.
@@ -128,10 +134,17 @@ config MCI_MMCI
config MCI_TEGRA
bool "Tegra SD/MMC"
depends on ARCH_TEGRA
+ select MCI_SDHCI
help
Enable this to support SD and MMC card read/write on a Tegra based
systems.
+config MCI_ARASAN
+ bool "Arasan SDHCI Controller"
+ help
+ Enable this to support SD and MMC card read/write on systems with
+ the Arasan SD3.0 / SDIO3.0 / eMMC4.51 host controller.
+
config MCI_SPI
bool "MMC/SD over SPI"
select CRC7
@@ -163,3 +176,4 @@ endif
config MCI_IMX_ESDHC_PBL
bool
+ select MCI_SDHCI