diff options
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 1a0261160e56..d618e8673996 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -130,6 +130,16 @@ config MMC_SDHCI_CNS3XXX | |||
130 | 130 | ||
131 | If unsure, say N. | 131 | If unsure, say N. |
132 | 132 | ||
133 | config MMC_SDHCI_ESDHC_IMX | ||
134 | bool "SDHCI platform support for the Freescale eSDHC i.MX controller" | ||
135 | depends on MMC_SDHCI_PLTFM && (ARCH_MX25 || ARCH_MX35 || ARCH_MX5) | ||
136 | select MMC_SDHCI_IO_ACCESSORS | ||
137 | help | ||
138 | This selects the Freescale eSDHC controller support on the platform | ||
139 | bus, found on platforms like mx35/51. | ||
140 | |||
141 | If unsure, say N. | ||
142 | |||
133 | config MMC_SDHCI_S3C | 143 | config MMC_SDHCI_S3C |
134 | tristate "SDHCI support on Samsung S3C SoC" | 144 | tristate "SDHCI support on Samsung S3C SoC" |
135 | depends on MMC_SDHCI && PLAT_SAMSUNG | 145 | depends on MMC_SDHCI && PLAT_SAMSUNG |
@@ -145,6 +155,18 @@ config MMC_SDHCI_S3C | |||
145 | 155 | ||
146 | If unsure, say N. | 156 | If unsure, say N. |
147 | 157 | ||
158 | config MMC_SDHCI_PXA | ||
159 | tristate "Marvell PXA168/PXA910/MMP2 SD Host Controller support" | ||
160 | depends on ARCH_PXA || ARCH_MMP | ||
161 | select MMC_SDHCI | ||
162 | select MMC_SDHCI_IO_ACCESSORS | ||
163 | help | ||
164 | This selects the Marvell(R) PXA168/PXA910/MMP2 SD Host Controller. | ||
165 | If you have a PXA168/PXA910/MMP2 platform with SD Host Controller | ||
166 | and a card slot, say Y or M here. | ||
167 | |||
168 | If unsure, say N. | ||
169 | |||
148 | config MMC_SDHCI_SPEAR | 170 | config MMC_SDHCI_SPEAR |
149 | tristate "SDHCI support on ST SPEAr platform" | 171 | tristate "SDHCI support on ST SPEAr platform" |
150 | depends on MMC_SDHCI && PLAT_SPEAR | 172 | depends on MMC_SDHCI && PLAT_SPEAR |
@@ -395,6 +417,7 @@ config MMC_TMIO | |||
395 | config MMC_CB710 | 417 | config MMC_CB710 |
396 | tristate "ENE CB710 MMC/SD Interface support" | 418 | tristate "ENE CB710 MMC/SD Interface support" |
397 | depends on PCI | 419 | depends on PCI |
420 | select MISC_DEVICES | ||
398 | select CB710_CORE | 421 | select CB710_CORE |
399 | help | 422 | help |
400 | This option enables support for MMC/SD part of ENE CB710/720 Flash | 423 | This option enables support for MMC/SD part of ENE CB710/720 Flash |
@@ -451,3 +474,17 @@ config MMC_JZ4740 | |||
451 | SoCs. | 474 | SoCs. |
452 | If you have a board based on such a SoC and with a SD/MMC slot, | 475 | If you have a board based on such a SoC and with a SD/MMC slot, |
453 | say Y or M here. | 476 | say Y or M here. |
477 | |||
478 | config MMC_USHC | ||
479 | tristate "USB SD Host Controller (USHC) support" | ||
480 | depends on USB | ||
481 | help | ||
482 | This selects support for USB SD Host Controllers based on | ||
483 | the Cypress Astoria chip with firmware compliant with CSR's | ||
484 | USB SD Host Controller specification (CS-118793-SP). | ||
485 | |||
486 | CSR boards with this device include: USB<>SDIO (M1985v2), | ||
487 | and Ultrasira. | ||
488 | |||
489 | Note: These controllers only support SDIO cards and do not | ||
490 | support MMC or SD memory cards. | ||