summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2013-12-03 20:57:00 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-12-04 16:57:35 +0100
commit5f9dea93a1357e3cc2444a87106085f84eeb6fce (patch)
treecf4a02f824b80184fbb0a5f1997a8bb97fd18b11 /drivers/mci/Kconfig
parent3504f23ed8726a07230a6d2ee02ad5de773d9485 (diff)
downloadbarebox-5f9dea93a1357e3cc2444a87106085f84eeb6fce.tar.gz
barebox-5f9dea93a1357e3cc2444a87106085f84eeb6fce.tar.xz
tegra: add SDMMC controller driver
Confirmed working on Tegra 2, may need some small adjustments for Tegra 3. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Kconfig')
-rw-r--r--drivers/mci/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 1efb40ac01..dbcc38d097 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -108,6 +108,13 @@ config MCI_MMCI
Enable this entry to add support to read and write SD cards on a
ARM AMBA PL180.
+config MCI_TEGRA
+ bool "Tegra SD/MMC"
+ depends on ARCH_TEGRA
+ help
+ Enable this to support SD and MMC card read/write on a Tegra based
+ systems.
+
config MCI_SPI
bool "MMC/SD over SPI"
select CRC7