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 2d6fbdd11803..85df91f55b63 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -292,6 +292,17 @@ config MMC_SDHCI_BCM2835 | |||
292 | 292 | ||
293 | If unsure, say N. | 293 | If unsure, say N. |
294 | 294 | ||
295 | config MMC_SDHCI_F_SDH30 | ||
296 | tristate "SDHCI support for Fujitsu Semiconductor F_SDH30" | ||
297 | depends on MMC_SDHCI_PLTFM | ||
298 | depends on OF | ||
299 | help | ||
300 | This selects the Secure Digital Host Controller Interface (SDHCI) | ||
301 | Needed by some Fujitsu SoC for MMC / SD / SDIO support. | ||
302 | If you have a controller with this interface, say Y or M here. | ||
303 | |||
304 | If unsure, say N. | ||
305 | |||
295 | config MMC_MOXART | 306 | config MMC_MOXART |
296 | tristate "MOXART SD/MMC Host Controller support" | 307 | tristate "MOXART SD/MMC Host Controller support" |
297 | depends on ARCH_MOXART && MMC | 308 | depends on ARCH_MOXART && MMC |