aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r--drivers/mmc/host/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index ab4d9f0245a3..c67edda145ed 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -206,6 +206,19 @@ config MMC_SDHCI_PXAV3
206 206
207 If unsure, say N. 207 If unsure, say N.
208 208
209config MMC_SDHCI_PXAV2
210 tristate "Marvell PXA9XX SD Host Controller support (PXAV2)"
211 depends on CLKDEV_LOOKUP
212 select MMC_SDHCI
213 select MMC_SDHCI_PLTFM
214 default CPU_PXA910
215 help
216 This selects the Marvell(R) PXAV2 SD Host Controller.
217 If you have a PXA9XX platform with SD Host Controller
218 and a card slot, say Y or M here.
219
220 If unsure, say N.
221
209config MMC_SDHCI_SPEAR 222config MMC_SDHCI_SPEAR
210 tristate "SDHCI support on ST SPEAr platform" 223 tristate "SDHCI support on ST SPEAr platform"
211 depends on MMC_SDHCI && PLAT_SPEAR 224 depends on MMC_SDHCI && PLAT_SPEAR