diff options
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 40111a6d8d5b..891ef18bd77b 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -94,6 +94,31 @@ config MMC_SDHCI_PLTFM | |||
94 | 94 | ||
95 | If unsure, say N. | 95 | If unsure, say N. |
96 | 96 | ||
97 | config MMC_SDHCI_S3C | ||
98 | tristate "SDHCI support on Samsung S3C SoC" | ||
99 | depends on MMC_SDHCI && (PLAT_S3C24XX || PLAT_S3C64XX) | ||
100 | help | ||
101 | This selects the Secure Digital Host Controller Interface (SDHCI) | ||
102 | often referrered to as the HSMMC block in some of the Samsung S3C | ||
103 | range of SoC. | ||
104 | |||
105 | Note, due to the problems with DMA, the DMA support is only | ||
106 | available with CONFIG_EXPERIMENTAL is selected. | ||
107 | |||
108 | If you have a controller with this interface, say Y or M here. | ||
109 | |||
110 | If unsure, say N. | ||
111 | |||
112 | config MMC_SDHCI_S3C_DMA | ||
113 | bool "DMA support on S3C SDHCI" | ||
114 | depends on MMC_SDHCI_S3C && EXPERIMENTAL | ||
115 | help | ||
116 | Enable DMA support on the Samsung S3C SDHCI glue. The DMA | ||
117 | has proved to be problematic if the controller encounters | ||
118 | certain errors, and thus should be treated with care. | ||
119 | |||
120 | YMMV. | ||
121 | |||
97 | config MMC_OMAP | 122 | config MMC_OMAP |
98 | tristate "TI OMAP Multimedia Card Interface support" | 123 | tristate "TI OMAP Multimedia Card Interface support" |
99 | depends on ARCH_OMAP | 124 | depends on ARCH_OMAP |
@@ -265,3 +290,14 @@ config MMC_CB710 | |||
265 | This driver can also be built as a module. If so, the module | 290 | This driver can also be built as a module. If so, the module |
266 | will be called cb710-mmc. | 291 | will be called cb710-mmc. |
267 | 292 | ||
293 | config MMC_VIA_SDMMC | ||
294 | tristate "VIA SD/MMC Card Reader Driver" | ||
295 | depends on PCI | ||
296 | help | ||
297 | This selects the VIA SD/MMC Card Reader driver, say Y or M here. | ||
298 | VIA provides one multi-functional card reader which integrated into | ||
299 | some motherboards manufactured by VIA. This card reader supports | ||
300 | SD/MMC/SDHC. | ||
301 | If you have a controller with this interface, say Y or M here. | ||
302 | |||
303 | If unsure, say N. | ||