diff options
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 11 |
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 | ||
143 | config 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 | |||
143 | config MMC_SDHCI_S3C | 154 | config 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 |