xref: /openbmc/linux/drivers/mmc/host/Kconfig (revision ba2f7325)
11c6a0718SPierre Ossman#
21c6a0718SPierre Ossman# MMC/SD host controller drivers
31c6a0718SPierre Ossman#
41c6a0718SPierre Ossman
557105737SPierre Ossmancomment "MMC/SD/SDIO Host Controller Drivers"
61c6a0718SPierre Ossman
71c6a0718SPierre Ossmanconfig MMC_ARMMMCI
81c6a0718SPierre Ossman	tristate "ARM AMBA Multimedia Card Interface support"
9790864dcSJan Engelhardt	depends on ARM_AMBA
101c6a0718SPierre Ossman	help
111c6a0718SPierre Ossman	  This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
121c6a0718SPierre Ossman	  Interface (PL180 and PL181) support.  If you have an ARM(R)
131c6a0718SPierre Ossman	  platform with a Multimedia Card slot, say Y or M here.
141c6a0718SPierre Ossman
151c6a0718SPierre Ossman	  If unsure, say N.
161c6a0718SPierre Ossman
179cb15142SSrinivas Kandagatlaconfig MMC_QCOM_DML
189cb15142SSrinivas Kandagatla	tristate "Qualcomm Data Mover for SD Card Controller"
199cb15142SSrinivas Kandagatla	depends on MMC_ARMMMCI && QCOM_BAM_DMA
209cb15142SSrinivas Kandagatla	default y
219cb15142SSrinivas Kandagatla	help
229cb15142SSrinivas Kandagatla	  This selects the Qualcomm Data Mover lite/local on SD Card controller.
239cb15142SSrinivas Kandagatla	  This option will enable the dma to work correctly, if you are using
249cb15142SSrinivas Kandagatla	  Qcom SOCs and MMC, you would probably need this option to get DMA working.
259cb15142SSrinivas Kandagatla
269cb15142SSrinivas Kandagatla	  if unsure, say N.
279cb15142SSrinivas Kandagatla
281c6a0718SPierre Ossmanconfig MMC_PXA
291c6a0718SPierre Ossman	tristate "Intel PXA25x/26x/27x Multimedia Card Interface support"
30790864dcSJan Engelhardt	depends on ARCH_PXA
311c6a0718SPierre Ossman	help
321c6a0718SPierre Ossman	  This selects the Intel(R) PXA(R) Multimedia card Interface.
331c6a0718SPierre Ossman	  If you have a PXA(R) platform with a Multimedia Card slot,
341c6a0718SPierre Ossman	  say Y or M here.
351c6a0718SPierre Ossman
361c6a0718SPierre Ossman	  If unsure, say N.
371c6a0718SPierre Ossman
381c6a0718SPierre Ossmanconfig MMC_SDHCI
3934671dc2SPierre Ossman	tristate "Secure Digital Host Controller Interface support"
40b8c86fc5SPierre Ossman	depends on HAS_DMA
411c6a0718SPierre Ossman	help
42b8c86fc5SPierre Ossman	  This selects the generic Secure Digital Host Controller Interface.
431c6a0718SPierre Ossman	  It is used by manufacturers such as Texas Instruments(R), Ricoh(R)
441c6a0718SPierre Ossman	  and Toshiba(R). Most controllers found in laptops are of this type.
45b8c86fc5SPierre Ossman
46b8c86fc5SPierre Ossman	  If you have a controller with this interface, say Y or M here. You
47b8c86fc5SPierre Ossman	  also need to enable an appropriate bus interface.
48b8c86fc5SPierre Ossman
49b8c86fc5SPierre Ossman	  If unsure, say N.
50b8c86fc5SPierre Ossman
514e4141a5SAnton Vorontsovconfig MMC_SDHCI_IO_ACCESSORS
524e4141a5SAnton Vorontsov	bool
534e4141a5SAnton Vorontsov	depends on MMC_SDHCI
544e4141a5SAnton Vorontsov	help
554e4141a5SAnton Vorontsov	  This is silent Kconfig symbol that is selected by the drivers that
564e4141a5SAnton Vorontsov	  need to overwrite SDHCI IO memory accessors.
574e4141a5SAnton Vorontsov
587657c3a7SAlbert Herranzconfig MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
597657c3a7SAlbert Herranz	bool
607657c3a7SAlbert Herranz	select MMC_SDHCI_IO_ACCESSORS
617657c3a7SAlbert Herranz	help
627657c3a7SAlbert Herranz	  This option is selected by drivers running on big endian hosts
637657c3a7SAlbert Herranz	  and performing I/O to a SDHCI controller through a bus that
647657c3a7SAlbert Herranz	  implements a hardware byte swapper using a 32-bit datum.
657657c3a7SAlbert Herranz	  This endian mapping mode is called "data invariance" and
667657c3a7SAlbert Herranz	  has the effect of scrambling the addresses and formats of data
677657c3a7SAlbert Herranz	  accessed in sizes other than the datum size.
687657c3a7SAlbert Herranz
691144ab5dSAlbert Herranz	  This is the case for the Freescale eSDHC and Nintendo Wii SDHCI.
707657c3a7SAlbert Herranz
71b8c86fc5SPierre Ossmanconfig MMC_SDHCI_PCI
72b8c86fc5SPierre Ossman	tristate "SDHCI support on PCI bus"
73b8c86fc5SPierre Ossman	depends on MMC_SDHCI && PCI
74b8c86fc5SPierre Ossman	help
75b8c86fc5SPierre Ossman	  This selects the PCI Secure Digital Host Controller Interface.
76b8c86fc5SPierre Ossman	  Most controllers found today are PCI devices.
77b8c86fc5SPierre Ossman
781c6a0718SPierre Ossman	  If you have a controller with this interface, say Y or M here.
791c6a0718SPierre Ossman
801c6a0718SPierre Ossman	  If unsure, say N.
811c6a0718SPierre Ossman
825ae70296SPhilip Langdaleconfig MMC_RICOH_MMC
8386147c84SKees Cook	bool "Ricoh MMC Controller Disabler"
84b8c86fc5SPierre Ossman	depends on MMC_SDHCI_PCI
85*ba2f7325SJean Delvare	default y
865ae70296SPhilip Langdale	help
8703cd8f7eSMaxim Levitsky	  This adds a pci quirk to disable Ricoh MMC Controller. This
885ae70296SPhilip Langdale	  proprietary controller is unnecessary because the SDHCI driver
895ae70296SPhilip Langdale	  supports MMC cards on the SD controller, but if it is not
905ae70296SPhilip Langdale	  disabled, it will steal the MMC cards away - rendering them
9103cd8f7eSMaxim Levitsky	  useless. It is safe to select this even if you don't
925ae70296SPhilip Langdale	  have a Ricoh based card reader.
935ae70296SPhilip Langdale
945ae70296SPhilip Langdale	  If unsure, say Y.
955ae70296SPhilip Langdale
96c4e05037SAdrian Hunterconfig MMC_SDHCI_ACPI
97c4e05037SAdrian Hunter	tristate "SDHCI support for ACPI enumerated SDHCI controllers"
98c4e05037SAdrian Hunter	depends on MMC_SDHCI && ACPI
99c4e05037SAdrian Hunter	help
100c4e05037SAdrian Hunter	  This selects support for ACPI enumerated SDHCI controllers,
101c4e05037SAdrian Hunter	  identified by ACPI Compatibility ID PNP0D40 or specific
102c4e05037SAdrian Hunter	  ACPI Hardware IDs.
103c4e05037SAdrian Hunter
104c4e05037SAdrian Hunter	  If you have a controller with this interface, say Y or M here.
105c4e05037SAdrian Hunter
106c4e05037SAdrian Hunter	  If unsure, say N.
107c4e05037SAdrian Hunter
108f0de8369SShawn Guoconfig MMC_SDHCI_PLTFM
109f0de8369SShawn Guo	tristate "SDHCI platform and OF driver helper"
11038576af1SShawn Guo	depends on MMC_SDHCI
111f0de8369SShawn Guo	help
112f0de8369SShawn Guo	  This selects the common helper functions support for Secure Digital
113f0de8369SShawn Guo	  Host Controller Interface based platform and OF drivers.
114f0de8369SShawn Guo
115f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
116f0de8369SShawn Guo
117f0de8369SShawn Guo	  If unsure, say N.
118f0de8369SShawn Guo
119e3ec3a3dSSoren Brinkmannconfig MMC_SDHCI_OF_ARASAN
120e3ec3a3dSSoren Brinkmann	tristate "SDHCI OF support for the Arasan SDHCI controllers"
121e3ec3a3dSSoren Brinkmann	depends on MMC_SDHCI_PLTFM
122e3ec3a3dSSoren Brinkmann	depends on OF
123e3ec3a3dSSoren Brinkmann	help
124e3ec3a3dSSoren Brinkmann	  This selects the Arasan Secure Digital Host Controller Interface
125e3ec3a3dSSoren Brinkmann	  (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC.
126e3ec3a3dSSoren Brinkmann
127e3ec3a3dSSoren Brinkmann	  If you have a controller with this interface, say Y or M here.
128e3ec3a3dSSoren Brinkmann
129e3ec3a3dSSoren Brinkmann	  If unsure, say N.
130e3ec3a3dSSoren Brinkmann
131f0de8369SShawn Guoconfig MMC_SDHCI_OF_ESDHC
132f0de8369SShawn Guo	tristate "SDHCI OF support for the Freescale eSDHC controller"
133f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
134236cdc7bSRob Herring	depends on PPC_OF
1357657c3a7SAlbert Herranz	select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
1367657c3a7SAlbert Herranz	help
1377657c3a7SAlbert Herranz	  This selects the Freescale eSDHC controller support.
1383085e9c1SAnton Vorontsov
139f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
140f0de8369SShawn Guo
1413085e9c1SAnton Vorontsov	  If unsure, say N.
1423085e9c1SAnton Vorontsov
1431144ab5dSAlbert Herranzconfig MMC_SDHCI_OF_HLWD
144f0de8369SShawn Guo	tristate "SDHCI OF support for the Nintendo Wii SDHCI controllers"
145f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
146236cdc7bSRob Herring	depends on PPC_OF
1471144ab5dSAlbert Herranz	select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
1481144ab5dSAlbert Herranz	help
1491144ab5dSAlbert Herranz	  This selects the Secure Digital Host Controller Interface (SDHCI)
1501144ab5dSAlbert Herranz	  found in the "Hollywood" chipset of the Nintendo Wii video game
1511144ab5dSAlbert Herranz	  console.
1521144ab5dSAlbert Herranz
153f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
154f0de8369SShawn Guo
1551144ab5dSAlbert Herranz	  If unsure, say N.
1561144ab5dSAlbert Herranz
15720b1597bSAnton Vorontsovconfig MMC_SDHCI_CNS3XXX
15885d6509dSShawn Guo	tristate "SDHCI support on the Cavium Networks CNS3xxx SoC"
15920b1597bSAnton Vorontsov	depends on ARCH_CNS3XXX
160f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
16120b1597bSAnton Vorontsov	help
16220b1597bSAnton Vorontsov	  This selects the SDHCI support for CNS3xxx System-on-Chip devices.
16320b1597bSAnton Vorontsov
164f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
165f0de8369SShawn Guo
16620b1597bSAnton Vorontsov	  If unsure, say N.
16720b1597bSAnton Vorontsov
16895f25efeSWolfram Sangconfig MMC_SDHCI_ESDHC_IMX
16995a2482aSShawn Guo	tristate "SDHCI support for the Freescale eSDHC/uSDHC i.MX controller"
1702b795518SSascha Hauer	depends on ARCH_MXC
171f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
17295f25efeSWolfram Sang	select MMC_SDHCI_IO_ACCESSORS
17395f25efeSWolfram Sang	help
17495a2482aSShawn Guo	  This selects the Freescale eSDHC/uSDHC controller support
17595a2482aSShawn Guo	  found on i.MX25, i.MX35 i.MX5x and i.MX6x.
17695f25efeSWolfram Sang
177f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
178f0de8369SShawn Guo
17995f25efeSWolfram Sang	  If unsure, say N.
18095f25efeSWolfram Sang
181985b1aa0SMike Rapoportconfig MMC_SDHCI_DOVE
18285d6509dSShawn Guo	tristate "SDHCI support on Marvell's Dove SoC"
183ec4422acSSebastian Hesselbarth	depends on ARCH_DOVE || MACH_DOVE
184f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
185985b1aa0SMike Rapoport	select MMC_SDHCI_IO_ACCESSORS
186985b1aa0SMike Rapoport	help
187985b1aa0SMike Rapoport	  This selects the Secure Digital Host Controller Interface in
188985b1aa0SMike Rapoport	  Marvell's Dove SoC.
189985b1aa0SMike Rapoport
190f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
191f0de8369SShawn Guo
192985b1aa0SMike Rapoport	  If unsure, say N.
193985b1aa0SMike Rapoport
19403d2bfc8SOlof Johanssonconfig MMC_SDHCI_TEGRA
19585d6509dSShawn Guo	tristate "SDHCI platform support for the Tegra SD/MMC Controller"
19685d6509dSShawn Guo	depends on ARCH_TEGRA
197f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
19803d2bfc8SOlof Johansson	select MMC_SDHCI_IO_ACCESSORS
19903d2bfc8SOlof Johansson	help
20003d2bfc8SOlof Johansson	  This selects the Tegra SD/MMC controller. If you have a Tegra
20103d2bfc8SOlof Johansson	  platform with SD or MMC devices, say Y or M here.
20203d2bfc8SOlof Johansson
20303d2bfc8SOlof Johansson	  If unsure, say N.
20403d2bfc8SOlof Johansson
2050d1bb41aSBen Dooksconfig MMC_SDHCI_S3C
2060d1bb41aSBen Dooks	tristate "SDHCI support on Samsung S3C SoC"
207930a6f70SKyungmin Park	depends on MMC_SDHCI && PLAT_SAMSUNG
2080d1bb41aSBen Dooks	help
2090d1bb41aSBen Dooks	  This selects the Secure Digital Host Controller Interface (SDHCI)
2100d1bb41aSBen Dooks	  often referrered to as the HSMMC block in some of the Samsung S3C
2110d1bb41aSBen Dooks	  range of SoC.
2120d1bb41aSBen Dooks
2130d1bb41aSBen Dooks	  If you have a controller with this interface, say Y or M here.
2140d1bb41aSBen Dooks
2150d1bb41aSBen Dooks	  If unsure, say N.
2160d1bb41aSBen Dooks
217b3b665b0SBarry Songconfig MMC_SDHCI_SIRF
218b3b665b0SBarry Song	tristate "SDHCI support on CSR SiRFprimaII and SiRFmarco SoCs"
219b3b665b0SBarry Song	depends on ARCH_SIRF
220b3b665b0SBarry Song	depends on MMC_SDHCI_PLTFM
221b3b665b0SBarry Song	help
222b3b665b0SBarry Song	  This selects the SDHCI support for SiRF System-on-Chip devices.
223b3b665b0SBarry Song
224b3b665b0SBarry Song	  If you have a controller with this interface, say Y or M here.
225b3b665b0SBarry Song
226b3b665b0SBarry Song	  If unsure, say N.
227b3b665b0SBarry Song
228a702c8abSZhangfei Gaoconfig MMC_SDHCI_PXAV3
229a702c8abSZhangfei Gao	tristate "Marvell MMP2 SD Host Controller support (PXAV3)"
230a702c8abSZhangfei Gao	depends on CLKDEV_LOOKUP
2315d01b768SArnd Bergmann	depends on MMC_SDHCI_PLTFM
232a702c8abSZhangfei Gao	default CPU_MMP2
233a702c8abSZhangfei Gao	help
234a702c8abSZhangfei Gao	  This selects the Marvell(R) PXAV3 SD Host Controller.
235a702c8abSZhangfei Gao	  If you have a MMP2 platform with SD Host Controller
236a702c8abSZhangfei Gao	  and a card slot, say Y or M here.
237a702c8abSZhangfei Gao
238a702c8abSZhangfei Gao	  If unsure, say N.
239a702c8abSZhangfei Gao
2409f5d71e4SZhangfei Gaoconfig MMC_SDHCI_PXAV2
2419f5d71e4SZhangfei Gao	tristate "Marvell PXA9XX SD Host Controller support (PXAV2)"
2429f5d71e4SZhangfei Gao	depends on CLKDEV_LOOKUP
2435d01b768SArnd Bergmann	depends on MMC_SDHCI_PLTFM
2449f5d71e4SZhangfei Gao	default CPU_PXA910
2459f5d71e4SZhangfei Gao	help
2469f5d71e4SZhangfei Gao	  This selects the Marvell(R) PXAV2 SD Host Controller.
2479f5d71e4SZhangfei Gao	  If you have a PXA9XX platform with SD Host Controller
2489f5d71e4SZhangfei Gao	  and a card slot, say Y or M here.
2499f5d71e4SZhangfei Gao
2509f5d71e4SZhangfei Gao	  If unsure, say N.
2519f5d71e4SZhangfei Gao
252c63b3cbaSViresh KUMARconfig MMC_SDHCI_SPEAR
253c63b3cbaSViresh KUMAR	tristate "SDHCI support on ST SPEAr platform"
254c63b3cbaSViresh KUMAR	depends on MMC_SDHCI && PLAT_SPEAR
255c63b3cbaSViresh KUMAR	help
256c63b3cbaSViresh KUMAR	  This selects the Secure Digital Host Controller Interface (SDHCI)
257c63b3cbaSViresh KUMAR	  often referrered to as the HSMMC block in some of the ST SPEAR range
258c63b3cbaSViresh KUMAR	  of SoC
259c63b3cbaSViresh KUMAR
260c63b3cbaSViresh KUMAR	  If you have a controller with this interface, say Y or M here.
261c63b3cbaSViresh KUMAR
262c63b3cbaSViresh KUMAR	  If unsure, say N.
263c63b3cbaSViresh KUMAR
2640d1bb41aSBen Dooksconfig MMC_SDHCI_S3C_DMA
2650d1bb41aSBen Dooks	bool "DMA support on S3C SDHCI"
26686147c84SKees Cook	depends on MMC_SDHCI_S3C
2670d1bb41aSBen Dooks	help
2680d1bb41aSBen Dooks	  Enable DMA support on the Samsung S3C SDHCI glue. The DMA
2690d1bb41aSBen Dooks	  has proved to be problematic if the controller encounters
2700d1bb41aSBen Dooks	  certain errors, and thus should be treated with care.
2710d1bb41aSBen Dooks
2720d1bb41aSBen Dooks	  YMMV.
2730d1bb41aSBen Dooks
27401ebea1bSChristian Daudtconfig MMC_SDHCI_BCM_KONA
27501ebea1bSChristian Daudt	tristate "SDHCI support on Broadcom KONA platform"
276fc2bd2e4SChristian Daudt	depends on ARCH_BCM_MOBILE
2775d01b768SArnd Bergmann	depends on MMC_SDHCI_PLTFM
27801ebea1bSChristian Daudt	help
27901ebea1bSChristian Daudt	  This selects the Broadcom Kona Secure Digital Host Controller
28001ebea1bSChristian Daudt	  Interface(SDHCI) support.
28101ebea1bSChristian Daudt	  This is used in Broadcom mobile SoCs.
28201ebea1bSChristian Daudt
28301ebea1bSChristian Daudt	  If you have a controller with this interface, say Y or M here.
28401ebea1bSChristian Daudt
2851a94715dSStephen Warrenconfig MMC_SDHCI_BCM2835
2861a94715dSStephen Warren	tristate "SDHCI platform support for the BCM2835 SD/MMC Controller"
2871a94715dSStephen Warren	depends on ARCH_BCM2835
2881a94715dSStephen Warren	depends on MMC_SDHCI_PLTFM
2891a94715dSStephen Warren	select MMC_SDHCI_IO_ACCESSORS
2901a94715dSStephen Warren	help
2911a94715dSStephen Warren	  This selects the BCM2835 SD/MMC controller. If you have a BCM2835
2921a94715dSStephen Warren	  platform with SD or MMC devices, say Y or M here.
2931a94715dSStephen Warren
2941a94715dSStephen Warren	  If unsure, say N.
2951a94715dSStephen Warren
29687a50745SVincent Yangconfig MMC_SDHCI_F_SDH30
29787a50745SVincent Yang	tristate "SDHCI support for Fujitsu Semiconductor F_SDH30"
29887a50745SVincent Yang	depends on MMC_SDHCI_PLTFM
29987a50745SVincent Yang	depends on OF
30087a50745SVincent Yang	help
30187a50745SVincent Yang	  This selects the Secure Digital Host Controller Interface (SDHCI)
30287a50745SVincent Yang	  Needed by some Fujitsu SoC for MMC / SD / SDIO support.
30387a50745SVincent Yang	  If you have a controller with this interface, say Y or M here.
30487a50745SVincent Yang
30587a50745SVincent Yang	  If unsure, say N.
30687a50745SVincent Yang
3071b66e94eSJonas Jensenconfig MMC_MOXART
3081b66e94eSJonas Jensen	tristate "MOXART SD/MMC Host Controller support"
3091b66e94eSJonas Jensen	depends on ARCH_MOXART && MMC
3101b66e94eSJonas Jensen	help
3111b66e94eSJonas Jensen	  This selects support for the MOXART SD/MMC Host Controller.
3121b66e94eSJonas Jensen	  MOXA provides one multi-functional card reader which can
3131b66e94eSJonas Jensen	  be found on some embedded hardware such as UC-7112-LX.
3141b66e94eSJonas Jensen	  If you have a controller with this interface, say Y here.
3151b66e94eSJonas Jensen
316f52d9c4fSPeter Griffinconfig MMC_SDHCI_ST
317f52d9c4fSPeter Griffin	tristate "SDHCI support on STMicroelectronics SoC"
318f52d9c4fSPeter Griffin	depends on ARCH_STI
319f52d9c4fSPeter Griffin	depends on MMC_SDHCI_PLTFM
320f52d9c4fSPeter Griffin	select MMC_SDHCI_IO_ACCESSORS
321f52d9c4fSPeter Griffin	help
322f52d9c4fSPeter Griffin	  This selects the Secure Digital Host Controller Interface in
323f52d9c4fSPeter Griffin	  STMicroelectronics SoCs.
324f52d9c4fSPeter Griffin
325f52d9c4fSPeter Griffin	  If you have a controller with this interface, say Y or M here.
326f52d9c4fSPeter Griffin	  If unsure, say N.
327f52d9c4fSPeter Griffin
3281c6a0718SPierre Ossmanconfig MMC_OMAP
3291c6a0718SPierre Ossman	tristate "TI OMAP Multimedia Card Interface support"
330790864dcSJan Engelhardt	depends on ARCH_OMAP
33160a549fcSArnd Bergmann	depends on TPS65010 || !MACH_OMAP_H2
3321c6a0718SPierre Ossman	help
3331c6a0718SPierre Ossman	  This selects the TI OMAP Multimedia card Interface.
3341c6a0718SPierre Ossman	  If you have an OMAP board with a Multimedia Card slot,
3351c6a0718SPierre Ossman	  say Y or M here.
3361c6a0718SPierre Ossman
3371c6a0718SPierre Ossman	  If unsure, say N.
3381c6a0718SPierre Ossman
339a45c6cb8SMadhusudhan Chikkatureconfig MMC_OMAP_HS
340a45c6cb8SMadhusudhan Chikkature	tristate "TI OMAP High Speed Multimedia Card Interface support"
341c00c594dSGeert Uytterhoeven	depends on HAS_DMA
342bcf24e1dSAmarinder Bindra	depends on ARCH_OMAP2PLUS || COMPILE_TEST
343a45c6cb8SMadhusudhan Chikkature	help
344a45c6cb8SMadhusudhan Chikkature	  This selects the TI OMAP High Speed Multimedia card Interface.
345bcf24e1dSAmarinder Bindra	  If you have an omap2plus board with a Multimedia Card slot,
346bcf24e1dSAmarinder Bindra	  say Y or M here.
347a45c6cb8SMadhusudhan Chikkature
348a45c6cb8SMadhusudhan Chikkature	  If unsure, say N.
349a45c6cb8SMadhusudhan Chikkature
3501c6a0718SPierre Ossmanconfig MMC_WBSD
3511c6a0718SPierre Ossman	tristate "Winbond W83L51xD SD/MMC Card Interface support"
352790864dcSJan Engelhardt	depends on ISA_DMA_API
3531c6a0718SPierre Ossman	help
3541c6a0718SPierre Ossman	  This selects the Winbond(R) W83L51xD Secure digital and
3551c6a0718SPierre Ossman          Multimedia card Interface.
3561c6a0718SPierre Ossman	  If you have a machine with a integrated W83L518D or W83L519D
3571c6a0718SPierre Ossman	  SD/MMC card reader, say Y or M here.
3581c6a0718SPierre Ossman
3591c6a0718SPierre Ossman	  If unsure, say N.
3601c6a0718SPierre Ossman
3611c6a0718SPierre Ossmanconfig MMC_AU1X
3621c6a0718SPierre Ossman	tristate "Alchemy AU1XX0 MMC Card Interface support"
36337663860SManuel Lauss	depends on MIPS_ALCHEMY
3641c6a0718SPierre Ossman	help
3651c6a0718SPierre Ossman	  This selects the AMD Alchemy(R) Multimedia card interface.
3661c6a0718SPierre Ossman	  If you have a Alchemy platform with a MMC slot, say Y or M here.
3671c6a0718SPierre Ossman
3681c6a0718SPierre Ossman	  If unsure, say N.
3691c6a0718SPierre Ossman
3707d2be074SHaavard Skinnemoenconfig MMC_ATMELMCI
371d6a20debSLudovic Desroches	tristate "Atmel SD/MMC Driver (Multimedia Card Interface)"
37204d699c3SRob Emanuele	depends on AVR32 || ARCH_AT91
3737d2be074SHaavard Skinnemoen	help
3747d2be074SHaavard Skinnemoen	  This selects the Atmel Multimedia Card Interface driver. If
37504d699c3SRob Emanuele	  you have an AT32 (AVR32) or AT91 platform with a Multimedia
37604d699c3SRob Emanuele	  Card slot, say Y or M here.
3777d2be074SHaavard Skinnemoen
3787d2be074SHaavard Skinnemoen	  If unsure, say N.
3797d2be074SHaavard Skinnemoen
3800eb0d9f4SGeorgi Djakovconfig MMC_SDHCI_MSM
3810eb0d9f4SGeorgi Djakov	tristate "Qualcomm SDHCI Controller Support"
3826096d7a8SGeorgi Djakov	depends on ARCH_QCOM || (ARM && COMPILE_TEST)
3830eb0d9f4SGeorgi Djakov	depends on MMC_SDHCI_PLTFM
3840eb0d9f4SGeorgi Djakov	help
3850eb0d9f4SGeorgi Djakov	  This selects the Secure Digital Host Controller Interface (SDHCI)
3860eb0d9f4SGeorgi Djakov	  support present in Qualcomm SOCs. The controller supports
3870eb0d9f4SGeorgi Djakov	  SD/MMC/SDIO devices.
3880eb0d9f4SGeorgi Djakov
3890eb0d9f4SGeorgi Djakov	  If you have a controller with this interface, say Y or M here.
3900eb0d9f4SGeorgi Djakov
3910eb0d9f4SGeorgi Djakov	  If unsure, say N.
3920eb0d9f4SGeorgi Djakov
393eba3f137SSahitya Tummalaconfig MMC_MSM
394eba3f137SSahitya Tummala	tristate "Qualcomm SDCC Controller Support"
39567d55cecSStephen Boyd	depends on MMC && (ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50)
3969d2bd738SSan Mehat	help
3979d2bd738SSan Mehat	  This provides support for the SD/MMC cell found in the
398eba3f137SSahitya Tummala	  MSM and QSD SOCs from Qualcomm. The controller also has
399eba3f137SSahitya Tummala	  support for SDIO devices.
4009d2bd738SSan Mehat
401d96be879SSascha Hauerconfig MMC_MXC
402c7ceab02SAnatolij Gustschin	tristate "Freescale i.MX21/27/31 or MPC512x Multimedia Card support"
403c7ceab02SAnatolij Gustschin	depends on ARCH_MXC || PPC_MPC512x
404d96be879SSascha Hauer	help
405c7ceab02SAnatolij Gustschin	  This selects the Freescale i.MX21, i.MX27, i.MX31 or MPC512x
406c7ceab02SAnatolij Gustschin	  Multimedia Card Interface. If you have an i.MX or MPC512x platform
407c7ceab02SAnatolij Gustschin	  with a Multimedia Card slot, say Y or M here.
408d96be879SSascha Hauer
409d96be879SSascha Hauer	  If unsure, say N.
410d96be879SSascha Hauer
411e4243f13SShawn Guoconfig MMC_MXS
412e4243f13SShawn Guo	tristate "Freescale MXS Multimedia Card Interface support"
413e4243f13SShawn Guo	depends on ARCH_MXS && MXS_DMA
414e4243f13SShawn Guo	help
415e4243f13SShawn Guo	  This selects the Freescale SSP MMC controller found on MXS based
416e4243f13SShawn Guo	  platforms like mx23/28.
417e4243f13SShawn Guo
418e4243f13SShawn Guo	  If unsure, say N.
419e4243f13SShawn Guo
4201c6a0718SPierre Ossmanconfig MMC_TIFM_SD
42186147c84SKees Cook	tristate "TI Flash Media MMC/SD Interface support"
42286147c84SKees Cook	depends on PCI
4231c6a0718SPierre Ossman	select TIFM_CORE
4241c6a0718SPierre Ossman	help
4251c6a0718SPierre Ossman	  Say Y here if you want to be able to access MMC/SD cards with
4261c6a0718SPierre Ossman	  the Texas Instruments(R) Flash Media card reader, found in many
4271c6a0718SPierre Ossman	  laptops.
4281c6a0718SPierre Ossman	  This option 'selects' (turns on, enables) 'TIFM_CORE', but you
4291c6a0718SPierre Ossman	  probably also need appropriate card reader host adapter, such as
4301c6a0718SPierre Ossman	  'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
4311c6a0718SPierre Ossman	  (TIFM_7XX1)'.
4321c6a0718SPierre Ossman
4331c6a0718SPierre Ossman          To compile this driver as a module, choose M here: the
4341c6a0718SPierre Ossman	  module will be called tifm_sd.
4351c6a0718SPierre Ossman
436236caa7cSMaen Suleimanconfig MMC_MVSDIO
437236caa7cSMaen Suleiman	tristate "Marvell MMC/SD/SDIO host driver"
438236caa7cSMaen Suleiman	depends on PLAT_ORION
439236caa7cSMaen Suleiman	---help---
440236caa7cSMaen Suleiman	  This selects the Marvell SDIO host driver.
441236caa7cSMaen Suleiman	  SDIO may currently be found on the Kirkwood 88F6281 and 88F6192
442236caa7cSMaen Suleiman	  SoC controllers.
443236caa7cSMaen Suleiman
444236caa7cSMaen Suleiman	  To compile this driver as a module, choose M here: the
445236caa7cSMaen Suleiman	  module will be called mvsdio.
446236caa7cSMaen Suleiman
447b4cff454SVipin Bhandariconfig MMC_DAVINCI
448b4cff454SVipin Bhandari        tristate "TI DAVINCI Multimedia Card Interface support"
449b4cff454SVipin Bhandari        depends on ARCH_DAVINCI
450b4cff454SVipin Bhandari        help
451b4cff454SVipin Bhandari          This selects the TI DAVINCI Multimedia card Interface.
452b4cff454SVipin Bhandari          If you have an DAVINCI board with a Multimedia Card slot,
453b4cff454SVipin Bhandari          say Y or M here.  If unsure, say N.
454b4cff454SVipin Bhandari
45585c34d2eSMike Lockwoodconfig MMC_GOLDFISH
45685c34d2eSMike Lockwood	tristate "goldfish qemu Multimedia Card Interface support"
45785c34d2eSMike Lockwood	depends on GOLDFISH
45885c34d2eSMike Lockwood	help
45985c34d2eSMike Lockwood	  This selects the Goldfish Multimedia card Interface emulation
46085c34d2eSMike Lockwood	  found on the Goldfish Android virtual device emulation.
46185c34d2eSMike Lockwood
46215a0580cSDavid Brownellconfig MMC_SPI
46357105737SPierre Ossman	tristate "MMC/SD/SDIO over SPI"
4641ea4f444SPierre Ossman	depends on SPI_MASTER && !HIGHMEM && HAS_DMA
46515a0580cSDavid Brownell	select CRC7
46615a0580cSDavid Brownell	select CRC_ITU_T
46715a0580cSDavid Brownell	help
468692105b8SMatt LaPlante	  Some systems access MMC/SD/SDIO cards using a SPI controller
46957105737SPierre Ossman	  instead of using a "native" MMC/SD/SDIO controller.  This has a
47057105737SPierre Ossman	  disadvantage of being relatively high overhead, but a compensating
47157105737SPierre Ossman	  advantage of working on many systems without dedicated MMC/SD/SDIO
47257105737SPierre Ossman	  controllers.
47315a0580cSDavid Brownell
47415a0580cSDavid Brownell	  If unsure, or if your system has no SPI master driver, say N.
47515a0580cSDavid Brownell
476be518018SThomas Kleffelconfig MMC_S3C
477be518018SThomas Kleffel	tristate "Samsung S3C SD/MMC Card Interface support"
478b130d5c2SKukjin Kim	depends on ARCH_S3C24XX
479b45e4b50SVasily Khoruzhick	depends on S3C24XX_DMAC
480be518018SThomas Kleffel	help
481be518018SThomas Kleffel	  This selects a driver for the MCI interface found in
482be518018SThomas Kleffel          Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
483be518018SThomas Kleffel	  If you have a board based on one of those and a MMC/SD
484be518018SThomas Kleffel	  slot, say Y or M here.
485be518018SThomas Kleffel
486be518018SThomas Kleffel	  If unsure, say N.
487be518018SThomas Kleffel
4885a2c4fe0SBen Dooksconfig MMC_S3C_HW_SDIO_IRQ
4895a2c4fe0SBen Dooks       bool "Hardware support for SDIO IRQ"
4905a2c4fe0SBen Dooks       depends on MMC_S3C
4915a2c4fe0SBen Dooks       help
4925a2c4fe0SBen Dooks         Enable the hardware support for SDIO interrupts instead of using
4935a2c4fe0SBen Dooks	 the generic polling code.
4945a2c4fe0SBen Dooks
49526f14947SBen Dookschoice
49626f14947SBen Dooks	prompt "Samsung S3C SD/MMC transfer code"
49726f14947SBen Dooks	depends on MMC_S3C
49826f14947SBen Dooks
49926f14947SBen Dooksconfig MMC_S3C_PIO
50026f14947SBen Dooks	bool "Use PIO transfers only"
50126f14947SBen Dooks	help
50226f14947SBen Dooks	  Use PIO to transfer data between memory and the hardware.
50326f14947SBen Dooks
50426f14947SBen Dooks	  PIO is slower than DMA as it requires CPU instructions to
50526f14947SBen Dooks	  move the data. This has been the traditional default for
50626f14947SBen Dooks	  the S3C MCI driver.
50726f14947SBen Dooks
50826f14947SBen Dooksconfig MMC_S3C_DMA
50986147c84SKees Cook	bool "Use DMA transfers only"
51026f14947SBen Dooks	help
51126f14947SBen Dooks	  Use DMA to transfer data between memory and the hardare.
51226f14947SBen Dooks
51326f14947SBen Dooks	  Currently, the DMA support in this driver seems to not be
51426f14947SBen Dooks	  working properly and needs to be debugged before this
51526f14947SBen Dooks	  option is useful.
51626f14947SBen Dooks
51726f14947SBen Dooksendchoice
51826f14947SBen Dooks
5196a36913aSSascha Sommerconfig MMC_SDRICOH_CS
52086147c84SKees Cook	tristate "MMC/SD driver for Ricoh Bay1Controllers"
52186147c84SKees Cook	depends on PCI && PCMCIA
5226a36913aSSascha Sommer	help
5236a36913aSSascha Sommer	  Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA
5246a36913aSSascha Sommer	  card whenever you insert a MMC or SD card into the card slot.
5256a36913aSSascha Sommer
5266a36913aSSascha Sommer	  To compile this driver as a module, choose M here: the
5276a36913aSSascha Sommer	  module will be called sdricoh_cs.
5286a36913aSSascha Sommer
529b6147490SGuennadi Liakhovetskiconfig MMC_TMIO_CORE
530b6147490SGuennadi Liakhovetski	tristate
531b6147490SGuennadi Liakhovetski
5324a48998fSIan Moltonconfig MMC_TMIO
5334a48998fSIan Molton	tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
53442051e8aSGuennadi Liakhovetski	depends on MFD_TMIO || MFD_ASIC3
535b6147490SGuennadi Liakhovetski	select MMC_TMIO_CORE
5364a48998fSIan Molton	help
5374a48998fSIan Molton	  This provides support for the SD/MMC cell found in TC6393XB,
538e6f2c7adSPhilipp Zabel	  T7L66XB and also HTC ASIC3
5395f5bac82SMichał Mirosław
54042051e8aSGuennadi Liakhovetskiconfig MMC_SDHI
54142051e8aSGuennadi Liakhovetski	tristate "SH-Mobile SDHI SD/SDIO controller support"
542ff0fa48fSLaurent Pinchart	depends on SUPERH || ARM
543ff0fa48fSLaurent Pinchart	depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
54442051e8aSGuennadi Liakhovetski	select MMC_TMIO_CORE
54542051e8aSGuennadi Liakhovetski	help
54642051e8aSGuennadi Liakhovetski	  This provides support for the SDHI SD/SDIO controller found in
54742051e8aSGuennadi Liakhovetski	  SuperH and ARM SH-Mobile SoCs
54842051e8aSGuennadi Liakhovetski
5495f5bac82SMichał Mirosławconfig MMC_CB710
5505f5bac82SMichał Mirosław	tristate "ENE CB710 MMC/SD Interface support"
5510244ad00SMartin Schwidefsky	depends on PCI
5525f5bac82SMichał Mirosław	select CB710_CORE
5535f5bac82SMichał Mirosław	help
5545f5bac82SMichał Mirosław	  This option enables support for MMC/SD part of ENE CB710/720 Flash
5555f5bac82SMichał Mirosław	  memory card reader found in some laptops (ie. some versions of
5565f5bac82SMichał Mirosław	  HP Compaq nx9500).
5575f5bac82SMichał Mirosław
5585f5bac82SMichał Mirosław	  This driver can also be built as a module. If so, the module
5595f5bac82SMichał Mirosław	  will be called cb710-mmc.
5605f5bac82SMichał Mirosław
561f0bf7f61SHarald Welteconfig MMC_VIA_SDMMC
562f0bf7f61SHarald Welte	tristate "VIA SD/MMC Card Reader Driver"
563f0bf7f61SHarald Welte	depends on PCI
564f0bf7f61SHarald Welte	help
565f0bf7f61SHarald Welte	  This selects the VIA SD/MMC Card Reader driver, say Y or M here.
566f0bf7f61SHarald Welte	  VIA provides one multi-functional card reader which integrated into
567f0bf7f61SHarald Welte	  some motherboards manufactured by VIA. This card reader supports
568f0bf7f61SHarald Welte	  SD/MMC/SDHC.
569f0bf7f61SHarald Welte	  If you have a controller with this interface, say Y or M here.
570f0bf7f61SHarald Welte
571f0bf7f61SHarald Welte	  If unsure, say N.
572eb962d5bSCliff Cai
573eb962d5bSCliff Caiconfig SDH_BFIN
574eb962d5bSCliff Cai	tristate "Blackfin Secure Digital Host support"
57505dabcc4SMike Frysinger	depends on (BF54x && !BF544) || (BF51x && !BF512)
576eb962d5bSCliff Cai	help
577eb962d5bSCliff Cai	  If you say yes here you will get support for the Blackfin on-chip
578eb962d5bSCliff Cai	  Secure Digital Host interface.  This includes support for MMC and
579eb962d5bSCliff Cai	  SD cards.
580eb962d5bSCliff Cai
581eb962d5bSCliff Cai	  To compile this driver as a module, choose M here: the
582eb962d5bSCliff Cai	  module will be called bfin_sdh.
583eb962d5bSCliff Cai
584eb962d5bSCliff Cai	  If unsure, say N.
585eb962d5bSCliff Cai
586eb962d5bSCliff Caiconfig SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND
587eb962d5bSCliff Cai	bool "Blackfin EZkit Missing SDH_CMD Pull Up Resistor Workaround"
588eb962d5bSCliff Cai	depends on SDH_BFIN
589eb962d5bSCliff Cai	help
590eb962d5bSCliff Cai	  If you say yes here SD-Cards may work on the EZkit.
591fdc50a94SYusuke Goda
592f95f3850SWill Newtonconfig MMC_DW
593f95f3850SWill Newton	tristate "Synopsys DesignWare Memory Card Interface"
5940857c691SAndrew Bresticker	depends on HAS_DMA
595c34346b2SAlim Akhtar	depends on ARC || ARM || ARM64 || MIPS || COMPILE_TEST
596f95f3850SWill Newton	help
597f95f3850SWill Newton	  This selects support for the Synopsys DesignWare Mobile Storage IP
598f95f3850SWill Newton	  block, this provides host support for SD and MMC interfaces, in both
599f95f3850SWill Newton	  PIO and external DMA modes.
600f95f3850SWill Newton
601f95f3850SWill Newtonconfig MMC_DW_IDMAC
602f95f3850SWill Newton	bool "Internal DMAC interface"
603f95f3850SWill Newton	depends on MMC_DW
604f95f3850SWill Newton	help
605f95f3850SWill Newton	  This selects support for the internal DMAC block within the Synopsys
606f95f3850SWill Newton	  Designware Mobile Storage IP block. This disables the external DMA
607f95f3850SWill Newton	  interface.
608f95f3850SWill Newton
60962ca8034SShashidhar Hiremathconfig MMC_DW_PLTFM
61062ca8034SShashidhar Hiremath	tristate "Synopsys Designware MCI Support as platform device"
61162ca8034SShashidhar Hiremath	depends on MMC_DW
61262ca8034SShashidhar Hiremath	default y
61362ca8034SShashidhar Hiremath	help
61462ca8034SShashidhar Hiremath	  This selects the common helper functions support for Host Controller
61562ca8034SShashidhar Hiremath	  Interface based platform driver. Please select this option if the IP
61662ca8034SShashidhar Hiremath	  is present as a platform device. This is the common interface for the
61762ca8034SShashidhar Hiremath	  Synopsys Designware IP.
61862ca8034SShashidhar Hiremath
61962ca8034SShashidhar Hiremath	  If you have a controller with this interface, say Y or M here.
62062ca8034SShashidhar Hiremath
62162ca8034SShashidhar Hiremath	  If unsure, say Y.
62262ca8034SShashidhar Hiremath
623c3665006SThomas Abrahamconfig MMC_DW_EXYNOS
624e41e85ccSMasanari Iida	tristate "Exynos specific extensions for Synopsys DW Memory Card Interface"
625c3665006SThomas Abraham	depends on MMC_DW
626c3665006SThomas Abraham	select MMC_DW_PLTFM
627c3665006SThomas Abraham	help
628c3665006SThomas Abraham	  This selects support for Samsung Exynos SoC specific extensions to the
629c3665006SThomas Abraham	  Synopsys DesignWare Memory Card Interface driver. Select this option
630c3665006SThomas Abraham	  for platforms based on Exynos4 and Exynos5 SoC's.
631c3665006SThomas Abraham
632036f29d5SZhangfei Gaoconfig MMC_DW_K3
633036f29d5SZhangfei Gao	tristate "K3 specific extensions for Synopsys DW Memory Card Interface"
634036f29d5SZhangfei Gao	depends on MMC_DW
635036f29d5SZhangfei Gao	select MMC_DW_PLTFM
636036f29d5SZhangfei Gao	select MMC_DW_IDMAC
637036f29d5SZhangfei Gao	help
638036f29d5SZhangfei Gao	  This selects support for Hisilicon K3 SoC specific extensions to the
639036f29d5SZhangfei Gao	  Synopsys DesignWare Memory Card Interface driver. Select this option
640036f29d5SZhangfei Gao	  for platforms based on Hisilicon K3 SoC's.
641036f29d5SZhangfei Gao
64262ca8034SShashidhar Hiremathconfig MMC_DW_PCI
64362ca8034SShashidhar Hiremath	tristate "Synopsys Designware MCI support on PCI bus"
64462ca8034SShashidhar Hiremath	depends on MMC_DW && PCI
64562ca8034SShashidhar Hiremath	help
64662ca8034SShashidhar Hiremath	  This selects the PCI bus for the Synopsys Designware Mobile Storage IP.
64762ca8034SShashidhar Hiremath	  Select this option if the IP is present on PCI platform.
64862ca8034SShashidhar Hiremath
64962ca8034SShashidhar Hiremath	  If you have a controller with this interface, say Y or M here.
65062ca8034SShashidhar Hiremath
65162ca8034SShashidhar Hiremath	  If unsure, say N.
65262ca8034SShashidhar Hiremath
6534cdc2ec1Saddy keconfig MMC_DW_ROCKCHIP
6544cdc2ec1Saddy ke	tristate "Rockchip specific extensions for Synopsys DW Memory Card Interface"
6554cdc2ec1Saddy ke	depends on MMC_DW && ARCH_ROCKCHIP
6564cdc2ec1Saddy ke	select MMC_DW_PLTFM
6574cdc2ec1Saddy ke	help
6584cdc2ec1Saddy ke	  This selects support for Rockchip SoC specific extensions to the
6594cdc2ec1Saddy ke	  Synopsys DesignWare Memory Card Interface driver. Select this option
6604cdc2ec1Saddy ke	  for platforms based on RK3066, RK3188 and RK3288 SoC's.
6614cdc2ec1Saddy ke
662fdc50a94SYusuke Godaconfig MMC_SH_MMCIF
663fdc50a94SYusuke Goda	tristate "SuperH Internal MMCIF support"
6640e7d4378SGeert Uytterhoeven	depends on MMC_BLOCK && HAS_DMA
6659ccb0bd0SLaurent Pinchart	depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
666fdc50a94SYusuke Goda	help
667b595076aSUwe Kleine-König	  This selects the MMC Host Interface controller (MMCIF).
668fdc50a94SYusuke Goda
669fdc50a94SYusuke Goda	  This driver supports MMCIF in sh7724/sh7757/sh7372.
67061bfbdb8SLars-Peter Clausen
67161bfbdb8SLars-Peter Clausenconfig MMC_JZ4740
67261bfbdb8SLars-Peter Clausen	tristate "JZ4740 SD/Multimedia Card Interface support"
67361bfbdb8SLars-Peter Clausen	depends on MACH_JZ4740
67461bfbdb8SLars-Peter Clausen	help
67561bfbdb8SLars-Peter Clausen	  This selects support for the SD/MMC controller on Ingenic JZ4740
67661bfbdb8SLars-Peter Clausen	  SoCs.
67761bfbdb8SLars-Peter Clausen	  If you have a board based on such a SoC and with a SD/MMC slot,
67861bfbdb8SLars-Peter Clausen	  say Y or M here.
67953f3a9e2SDavid Vrabel
68088095e7bSTony Olechconfig MMC_VUB300
68188095e7bSTony Olech	tristate "VUB300 USB to SDIO/SD/MMC Host Controller support"
68288095e7bSTony Olech	depends on USB
68388095e7bSTony Olech	help
68488095e7bSTony Olech	  This selects support for Elan Digital Systems' VUB300 chip.
68588095e7bSTony Olech
68688095e7bSTony Olech	  The VUB300 is a USB-SDIO Host Controller Interface chip
68788095e7bSTony Olech	  that enables the host computer to use SDIO/SD/MMC cards
68888095e7bSTony Olech	  via a USB 2.0 or USB 1.1 host.
68988095e7bSTony Olech
69088095e7bSTony Olech	  The VUB300 chip will be found in both physically separate
69188095e7bSTony Olech	  USB to SDIO/SD/MMC adapters and embedded on some motherboards.
69288095e7bSTony Olech
69388095e7bSTony Olech	  The VUB300 chip supports SD and MMC memory cards in addition
69488095e7bSTony Olech	  to single and multifunction SDIO cards.
69588095e7bSTony Olech
69688095e7bSTony Olech	  Some SDIO cards will need a firmware file to be loaded and
69788095e7bSTony Olech	  sent to VUB300 chip in order to achieve better data throughput.
69888095e7bSTony Olech	  Download these "Offload Pseudocode" from Elan Digital Systems'
69988095e7bSTony Olech	  web-site http://www.elandigitalsystems.com/support/downloads.php
70088095e7bSTony Olech	  and put them in /lib/firmware. Note that without these additional
70188095e7bSTony Olech	  firmware files the VUB300 chip will still function, but not at
70288095e7bSTony Olech	  the best obtainable data rate.
70388095e7bSTony Olech
70488095e7bSTony Olech	  To compile this mmc host controller driver as a module,
70588095e7bSTony Olech	  choose M here: the module will be called vub300.
70688095e7bSTony Olech
70788095e7bSTony Olech	  If you have a computer with an embedded VUB300 chip
70888095e7bSTony Olech	  or if you intend connecting a USB adapter based on a
70988095e7bSTony Olech	  VUB300 chip say Y or M here.
71088095e7bSTony Olech
71153f3a9e2SDavid Vrabelconfig MMC_USHC
71253f3a9e2SDavid Vrabel	tristate "USB SD Host Controller (USHC) support"
71353f3a9e2SDavid Vrabel	depends on USB
71453f3a9e2SDavid Vrabel	help
71553f3a9e2SDavid Vrabel	  This selects support for USB SD Host Controllers based on
71653f3a9e2SDavid Vrabel	  the Cypress Astoria chip with firmware compliant with CSR's
71753f3a9e2SDavid Vrabel	  USB SD Host Controller specification (CS-118793-SP).
71853f3a9e2SDavid Vrabel
71953f3a9e2SDavid Vrabel	  CSR boards with this device include: USB<>SDIO (M1985v2),
72053f3a9e2SDavid Vrabel	  and Ultrasira.
72153f3a9e2SDavid Vrabel
72253f3a9e2SDavid Vrabel	  Note: These controllers only support SDIO cards and do not
72353f3a9e2SDavid Vrabel	  support MMC or SD memory cards.
7243a96dff0STony Prisk
7253a96dff0STony Priskconfig MMC_WMT
7263a96dff0STony Prisk	tristate "Wondermedia SD/MMC Host Controller support"
7273a96dff0STony Prisk	depends on ARCH_VT8500
7283a96dff0STony Prisk	default y
7293a96dff0STony Prisk	help
7303a96dff0STony Prisk	  This selects support for the SD/MMC Host Controller on
7313a96dff0STony Prisk	  Wondermedia WM8505/WM8650 based SoCs.
7323a96dff0STony Prisk
7333a96dff0STony Prisk	  To compile this driver as a module, choose M here: the
7343a96dff0STony Prisk	  module will be called wmt-sdmmc.
7356a5971d8SLinus Torvalds
73675fa9ea6SGuennadi Liakhovetskiconfig MMC_USDHI6ROL0
73775fa9ea6SGuennadi Liakhovetski	tristate "Renesas USDHI6ROL0 SD/SDIO Host Controller support"
7381ef94740SGeert Uytterhoeven	depends on HAS_DMA
73975fa9ea6SGuennadi Liakhovetski	help
74075fa9ea6SGuennadi Liakhovetski	  This selects support for the Renesas USDHI6ROL0 SD/SDIO
74175fa9ea6SGuennadi Liakhovetski	  Host Controller
74275fa9ea6SGuennadi Liakhovetski
7432c94b645SWei WANGconfig MMC_REALTEK_PCI
7442c94b645SWei WANG	tristate "Realtek PCI-E SD/MMC Card Interface Driver"
7452c94b645SWei WANG	depends on MFD_RTSX_PCI
7462c94b645SWei WANG	help
7472c94b645SWei WANG	  Say Y here to include driver code to support SD/MMC card interface
7482c94b645SWei WANG	  of Realtek PCI-E card reader
749c7f6558dSRoger Tseng
750c7f6558dSRoger Tsengconfig MMC_REALTEK_USB
751c7f6558dSRoger Tseng	tristate "Realtek USB SD/MMC Card Interface Driver"
752c7f6558dSRoger Tseng	depends on MFD_RTSX_USB
753c7f6558dSRoger Tseng	help
754c7f6558dSRoger Tseng	  Say Y here to include driver code to support SD/MMC card interface
755c7f6558dSRoger Tseng	  of Realtek RTS5129/39 series card reader
75619b7f796SDavid Lanzendörfer
75719b7f796SDavid Lanzendörferconfig MMC_SUNXI
75819b7f796SDavid Lanzendörfer	tristate "Allwinner sunxi SD/MMC Host Controller support"
75919b7f796SDavid Lanzendörfer	depends on ARCH_SUNXI
76019b7f796SDavid Lanzendörfer	help
76119b7f796SDavid Lanzendörfer	  This selects support for the SD/MMC Host Controller on
76219b7f796SDavid Lanzendörfer	  Allwinner sunxi SoCs.
763a5eb8bbdSOndrej Zary
764a5eb8bbdSOndrej Zaryconfig MMC_TOSHIBA_PCI
765a5eb8bbdSOndrej Zary	tristate "Toshiba Type A SD/MMC Card Interface Driver"
766a5eb8bbdSOndrej Zary	depends on PCI
767a5eb8bbdSOndrej Zary	help
768