summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-03-18 08:23:40 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-04-04 15:27:45 +0200
commit4cdf069d2ab0f8e591dc1a46add8fa984c82f944 (patch)
tree14c00d5fba2707164873974987387a597b8c3900 /drivers/mci/Kconfig
parent102f1811d0d3450f57d060136813b507fedd5af4 (diff)
downloadbarebox-4cdf069d2ab0f8e591dc1a46add8fa984c82f944.tar.gz
barebox-4cdf069d2ab0f8e591dc1a46add8fa984c82f944.tar.xz
mci: Add omap hsmmc driver
This driver is based on the U-Boot omap hsmmc driver by Sukumar Ghorai <s-ghorai@ti.com>. 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 b11f2670f5..9cb7eb6f85 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -61,4 +61,11 @@ config MCI_IMX_ESDHC_PIO
help
mostly useful for debugging. Normally you should use DMA.
+config MCI_OMAP_HSMMC
+ bool "OMAP HSMMC"
+ depends on ARCH_OMAP4
+ help
+ Enable this entry to add support to read and write SD cards on a
+ OMAP4 based system.
+
endif