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 e8a7b50a01e7..126a0da095e4 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -72,6 +72,17 @@ config MMC_RICOH_MMC | |||
72 | 72 | ||
73 | If unsure, say Y. | 73 | If unsure, say Y. |
74 | 74 | ||
75 | config MMC_SDHCI_OF | ||
76 | tristate "SDHCI support on OpenFirmware platforms" | ||
77 | depends on MMC_SDHCI && PPC_OF | ||
78 | select MMC_SDHCI_IO_ACCESSORS | ||
79 | help | ||
80 | This selects the OF support for Secure Digital Host Controller | ||
81 | Interfaces. So far, only the Freescale eSDHC controller is known | ||
82 | to exist on OF platforms. | ||
83 | |||
84 | If unsure, say N. | ||
85 | |||
75 | config MMC_OMAP | 86 | config MMC_OMAP |
76 | tristate "TI OMAP Multimedia Card Interface support" | 87 | tristate "TI OMAP Multimedia Card Interface support" |
77 | depends on ARCH_OMAP | 88 | depends on ARCH_OMAP |