aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Kconfig
diff options
context:
space:
mode:
authorMike Rapoport <mike@compulab.co.il>2010-11-07 16:57:12 -0500
committerChris Ball <cjb@laptop.org>2011-01-08 21:48:48 -0500
commit985b1aa05bc47794780ac92eebdaf006a5187afb (patch)
tree5c40521dbba37fc34357b37dacc7e82d94677c7a /drivers/mmc/host/Kconfig
parent0c21e3aaf6ae85bee804a325aa29c325209180fd (diff)
mmc: Add support for the Marvell Dove SDHCI controller
Implement an sdhci-pltfm driver for the controller found in the Marvell Dove SoC. Signed-off-by: Mike Rapoport <mike@compulab.co.il> CC: Saeed Bishara <saeed@marvell.com> Acked-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r--drivers/mmc/host/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index d618e8673996..f8fa9efca8ee 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -140,6 +140,17 @@ config MMC_SDHCI_ESDHC_IMX
140 140
141 If unsure, say N. 141 If unsure, say N.
142 142
143config MMC_SDHCI_DOVE
144 bool "SDHCI support on Marvell's Dove SoC"
145 depends on ARCH_DOVE
146 depends on MMC_SDHCI_PLTFM
147 select MMC_SDHCI_IO_ACCESSORS
148 help
149 This selects the Secure Digital Host Controller Interface in
150 Marvell's Dove SoC.
151
152 If unsure, say N.
153
143config MMC_SDHCI_S3C 154config MMC_SDHCI_S3C
144 tristate "SDHCI support on Samsung S3C SoC" 155 tristate "SDHCI support on Samsung S3C SoC"
145 depends on MMC_SDHCI && PLAT_SAMSUNG 156 depends on MMC_SDHCI && PLAT_SAMSUNG