diff options
Diffstat (limited to 'drivers/mmc/host/Kconfig')
| -rw-r--r-- | drivers/mmc/host/Kconfig | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 3eb87bda14f3..40111a6d8d5b 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
| @@ -83,6 +83,17 @@ config MMC_SDHCI_OF | |||
| 83 | 83 | ||
| 84 | If unsure, say N. | 84 | If unsure, say N. |
| 85 | 85 | ||
| 86 | config MMC_SDHCI_PLTFM | ||
| 87 | tristate "SDHCI support on the platform specific bus" | ||
| 88 | depends on MMC_SDHCI | ||
| 89 | help | ||
| 90 | This selects the platform specific bus support for Secure Digital Host | ||
| 91 | Controller Interface. | ||
| 92 | |||
| 93 | If you have a controller with this interface, say Y or M here. | ||
| 94 | |||
| 95 | If unsure, say N. | ||
| 96 | |||
| 86 | config MMC_OMAP | 97 | config MMC_OMAP |
| 87 | tristate "TI OMAP Multimedia Card Interface support" | 98 | tristate "TI OMAP Multimedia Card Interface support" |
| 88 | depends on ARCH_OMAP | 99 | depends on ARCH_OMAP |
| @@ -237,7 +248,20 @@ config MMC_SDRICOH_CS | |||
| 237 | 248 | ||
| 238 | config MMC_TMIO | 249 | config MMC_TMIO |
| 239 | tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" | 250 | tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" |
| 240 | depends on MFD_TMIO | 251 | depends on MFD_TMIO || MFD_ASIC3 |
| 241 | help | 252 | help |
| 242 | This provides support for the SD/MMC cell found in TC6393XB, | 253 | This provides support for the SD/MMC cell found in TC6393XB, |
| 243 | T7L66XB and also ipaq ASIC3 | 254 | T7L66XB and also HTC ASIC3 |
| 255 | |||
| 256 | config MMC_CB710 | ||
| 257 | tristate "ENE CB710 MMC/SD Interface support" | ||
| 258 | depends on PCI | ||
| 259 | select CB710_CORE | ||
| 260 | help | ||
| 261 | This option enables support for MMC/SD part of ENE CB710/720 Flash | ||
| 262 | memory card reader found in some laptops (ie. some versions of | ||
| 263 | HP Compaq nx9500). | ||
| 264 | |||
| 265 | This driver can also be built as a module. If so, the module | ||
| 266 | will be called cb710-mmc. | ||
| 267 | |||
