xref: /openbmc/linux/drivers/mmc/host/Kconfig (revision 85d6509d)
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
171c6a0718SPierre Ossmanconfig MMC_PXA
181c6a0718SPierre Ossman	tristate "Intel PXA25x/26x/27x Multimedia Card Interface support"
19790864dcSJan Engelhardt	depends on ARCH_PXA
201c6a0718SPierre Ossman	help
211c6a0718SPierre Ossman	  This selects the Intel(R) PXA(R) Multimedia card Interface.
221c6a0718SPierre Ossman	  If you have a PXA(R) platform with a Multimedia Card slot,
231c6a0718SPierre Ossman	  say Y or M here.
241c6a0718SPierre Ossman
251c6a0718SPierre Ossman	  If unsure, say N.
261c6a0718SPierre Ossman
271c6a0718SPierre Ossmanconfig MMC_SDHCI
2834671dc2SPierre Ossman	tristate "Secure Digital Host Controller Interface support"
29b8c86fc5SPierre Ossman	depends on HAS_DMA
301c6a0718SPierre Ossman	help
31b8c86fc5SPierre Ossman	  This selects the generic Secure Digital Host Controller Interface.
321c6a0718SPierre Ossman	  It is used by manufacturers such as Texas Instruments(R), Ricoh(R)
331c6a0718SPierre Ossman	  and Toshiba(R). Most controllers found in laptops are of this type.
34b8c86fc5SPierre Ossman
35b8c86fc5SPierre Ossman	  If you have a controller with this interface, say Y or M here. You
36b8c86fc5SPierre Ossman	  also need to enable an appropriate bus interface.
37b8c86fc5SPierre Ossman
38b8c86fc5SPierre Ossman	  If unsure, say N.
39b8c86fc5SPierre Ossman
404e4141a5SAnton Vorontsovconfig MMC_SDHCI_IO_ACCESSORS
414e4141a5SAnton Vorontsov	bool
424e4141a5SAnton Vorontsov	depends on MMC_SDHCI
434e4141a5SAnton Vorontsov	help
444e4141a5SAnton Vorontsov	  This is silent Kconfig symbol that is selected by the drivers that
454e4141a5SAnton Vorontsov	  need to overwrite SDHCI IO memory accessors.
464e4141a5SAnton Vorontsov
477657c3a7SAlbert Herranzconfig MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
487657c3a7SAlbert Herranz	bool
497657c3a7SAlbert Herranz	select MMC_SDHCI_IO_ACCESSORS
507657c3a7SAlbert Herranz	help
517657c3a7SAlbert Herranz	  This option is selected by drivers running on big endian hosts
527657c3a7SAlbert Herranz	  and performing I/O to a SDHCI controller through a bus that
537657c3a7SAlbert Herranz	  implements a hardware byte swapper using a 32-bit datum.
547657c3a7SAlbert Herranz	  This endian mapping mode is called "data invariance" and
557657c3a7SAlbert Herranz	  has the effect of scrambling the addresses and formats of data
567657c3a7SAlbert Herranz	  accessed in sizes other than the datum size.
577657c3a7SAlbert Herranz
581144ab5dSAlbert Herranz	  This is the case for the Freescale eSDHC and Nintendo Wii SDHCI.
597657c3a7SAlbert Herranz
60b8c86fc5SPierre Ossmanconfig MMC_SDHCI_PCI
61b8c86fc5SPierre Ossman	tristate "SDHCI support on PCI bus"
62b8c86fc5SPierre Ossman	depends on MMC_SDHCI && PCI
63b8c86fc5SPierre Ossman	help
64b8c86fc5SPierre Ossman	  This selects the PCI Secure Digital Host Controller Interface.
65b8c86fc5SPierre Ossman	  Most controllers found today are PCI devices.
66b8c86fc5SPierre Ossman
671c6a0718SPierre Ossman	  If you have a controller with this interface, say Y or M here.
681c6a0718SPierre Ossman
691c6a0718SPierre Ossman	  If unsure, say N.
701c6a0718SPierre Ossman
715ae70296SPhilip Langdaleconfig MMC_RICOH_MMC
7203cd8f7eSMaxim Levitsky	bool "Ricoh MMC Controller Disabler  (EXPERIMENTAL)"
73b8c86fc5SPierre Ossman	depends on MMC_SDHCI_PCI
745ae70296SPhilip Langdale	help
7503cd8f7eSMaxim Levitsky	  This adds a pci quirk to disable Ricoh MMC Controller. This
765ae70296SPhilip Langdale	  proprietary controller is unnecessary because the SDHCI driver
775ae70296SPhilip Langdale	  supports MMC cards on the SD controller, but if it is not
785ae70296SPhilip Langdale	  disabled, it will steal the MMC cards away - rendering them
7903cd8f7eSMaxim Levitsky	  useless. It is safe to select this even if you don't
805ae70296SPhilip Langdale	  have a Ricoh based card reader.
815ae70296SPhilip Langdale
825ae70296SPhilip Langdale	  If unsure, say Y.
835ae70296SPhilip Langdale
843085e9c1SAnton Vorontsovconfig MMC_SDHCI_OF
853085e9c1SAnton Vorontsov	tristate "SDHCI support on OpenFirmware platforms"
86236cdc7bSRob Herring	depends on MMC_SDHCI && OF
873085e9c1SAnton Vorontsov	help
883085e9c1SAnton Vorontsov	  This selects the OF support for Secure Digital Host Controller
897657c3a7SAlbert Herranz	  Interfaces.
907657c3a7SAlbert Herranz
917657c3a7SAlbert Herranz	  If unsure, say N.
927657c3a7SAlbert Herranz
937657c3a7SAlbert Herranzconfig MMC_SDHCI_OF_ESDHC
947657c3a7SAlbert Herranz	bool "SDHCI OF support for the Freescale eSDHC controller"
957657c3a7SAlbert Herranz	depends on MMC_SDHCI_OF
96236cdc7bSRob Herring	depends on PPC_OF
977657c3a7SAlbert Herranz	select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
987657c3a7SAlbert Herranz	help
997657c3a7SAlbert Herranz	  This selects the Freescale eSDHC controller support.
1003085e9c1SAnton Vorontsov
1013085e9c1SAnton Vorontsov	  If unsure, say N.
1023085e9c1SAnton Vorontsov
1031144ab5dSAlbert Herranzconfig MMC_SDHCI_OF_HLWD
1041144ab5dSAlbert Herranz	bool "SDHCI OF support for the Nintendo Wii SDHCI controllers"
1051144ab5dSAlbert Herranz	depends on MMC_SDHCI_OF
106236cdc7bSRob Herring	depends on PPC_OF
1071144ab5dSAlbert Herranz	select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
1081144ab5dSAlbert Herranz	help
1091144ab5dSAlbert Herranz	  This selects the Secure Digital Host Controller Interface (SDHCI)
1101144ab5dSAlbert Herranz	  found in the "Hollywood" chipset of the Nintendo Wii video game
1111144ab5dSAlbert Herranz	  console.
1121144ab5dSAlbert Herranz
1131144ab5dSAlbert Herranz	  If unsure, say N.
1141144ab5dSAlbert Herranz
11520b1597bSAnton Vorontsovconfig MMC_SDHCI_CNS3XXX
116*85d6509dSShawn Guo	tristate "SDHCI support on the Cavium Networks CNS3xxx SoC"
11720b1597bSAnton Vorontsov	depends on ARCH_CNS3XXX
118*85d6509dSShawn Guo	depends on MMC_SDHCI
11920b1597bSAnton Vorontsov	help
12020b1597bSAnton Vorontsov	  This selects the SDHCI support for CNS3xxx System-on-Chip devices.
12120b1597bSAnton Vorontsov
12220b1597bSAnton Vorontsov	  If unsure, say N.
12320b1597bSAnton Vorontsov
12495f25efeSWolfram Sangconfig MMC_SDHCI_ESDHC_IMX
125*85d6509dSShawn Guo	tristate "SDHCI platform support for the Freescale eSDHC i.MX controller"
126*85d6509dSShawn Guo	depends on ARCH_MX25 || ARCH_MX35 || ARCH_MX5
127*85d6509dSShawn Guo	depends on MMC_SDHCI
12895f25efeSWolfram Sang	select MMC_SDHCI_IO_ACCESSORS
12995f25efeSWolfram Sang	help
13095f25efeSWolfram Sang	  This selects the Freescale eSDHC controller support on the platform
13195f25efeSWolfram Sang	  bus, found on platforms like mx35/51.
13295f25efeSWolfram Sang
13395f25efeSWolfram Sang	  If unsure, say N.
13495f25efeSWolfram Sang
135985b1aa0SMike Rapoportconfig MMC_SDHCI_DOVE
136*85d6509dSShawn Guo	tristate "SDHCI support on Marvell's Dove SoC"
137985b1aa0SMike Rapoport	depends on ARCH_DOVE
138*85d6509dSShawn Guo	depends on MMC_SDHCI
139985b1aa0SMike Rapoport	select MMC_SDHCI_IO_ACCESSORS
140985b1aa0SMike Rapoport	help
141985b1aa0SMike Rapoport	  This selects the Secure Digital Host Controller Interface in
142985b1aa0SMike Rapoport	  Marvell's Dove SoC.
143985b1aa0SMike Rapoport
144985b1aa0SMike Rapoport	  If unsure, say N.
145985b1aa0SMike Rapoport
14603d2bfc8SOlof Johanssonconfig MMC_SDHCI_TEGRA
147*85d6509dSShawn Guo	tristate "SDHCI platform support for the Tegra SD/MMC Controller"
148*85d6509dSShawn Guo	depends on ARCH_TEGRA
149*85d6509dSShawn Guo	depends on MMC_SDHCI
15003d2bfc8SOlof Johansson	select MMC_SDHCI_IO_ACCESSORS
15103d2bfc8SOlof Johansson	help
15203d2bfc8SOlof Johansson	  This selects the Tegra SD/MMC controller. If you have a Tegra
15303d2bfc8SOlof Johansson	  platform with SD or MMC devices, say Y or M here.
15403d2bfc8SOlof Johansson
15503d2bfc8SOlof Johansson	  If unsure, say N.
15603d2bfc8SOlof Johansson
1570d1bb41aSBen Dooksconfig MMC_SDHCI_S3C
1580d1bb41aSBen Dooks	tristate "SDHCI support on Samsung S3C SoC"
159930a6f70SKyungmin Park	depends on MMC_SDHCI && PLAT_SAMSUNG
1600d1bb41aSBen Dooks	help
1610d1bb41aSBen Dooks	  This selects the Secure Digital Host Controller Interface (SDHCI)
1620d1bb41aSBen Dooks	  often referrered to as the HSMMC block in some of the Samsung S3C
1630d1bb41aSBen Dooks	  range of SoC.
1640d1bb41aSBen Dooks
1650d1bb41aSBen Dooks	  Note, due to the problems with DMA, the DMA support is only
1660d1bb41aSBen Dooks	  available with CONFIG_EXPERIMENTAL is selected.
1670d1bb41aSBen Dooks
1680d1bb41aSBen Dooks	  If you have a controller with this interface, say Y or M here.
1690d1bb41aSBen Dooks
1700d1bb41aSBen Dooks	  If unsure, say N.
1710d1bb41aSBen Dooks
172536ac998SZhangfei Gaoconfig MMC_SDHCI_PXA
173536ac998SZhangfei Gao	tristate "Marvell PXA168/PXA910/MMP2 SD Host Controller support"
174536ac998SZhangfei Gao	depends on ARCH_PXA || ARCH_MMP
175536ac998SZhangfei Gao	select MMC_SDHCI
176536ac998SZhangfei Gao	select MMC_SDHCI_IO_ACCESSORS
177536ac998SZhangfei Gao	help
178536ac998SZhangfei Gao	  This selects the Marvell(R) PXA168/PXA910/MMP2 SD Host Controller.
179536ac998SZhangfei Gao	  If you have a PXA168/PXA910/MMP2 platform with SD Host Controller
180536ac998SZhangfei Gao	  and a card slot, say Y or M here.
181536ac998SZhangfei Gao
182536ac998SZhangfei Gao	  If unsure, say N.
183536ac998SZhangfei Gao
184c63b3cbaSViresh KUMARconfig MMC_SDHCI_SPEAR
185c63b3cbaSViresh KUMAR	tristate "SDHCI support on ST SPEAr platform"
186c63b3cbaSViresh KUMAR	depends on MMC_SDHCI && PLAT_SPEAR
187c63b3cbaSViresh KUMAR	help
188c63b3cbaSViresh KUMAR	  This selects the Secure Digital Host Controller Interface (SDHCI)
189c63b3cbaSViresh KUMAR	  often referrered to as the HSMMC block in some of the ST SPEAR range
190c63b3cbaSViresh KUMAR	  of SoC
191c63b3cbaSViresh KUMAR
192c63b3cbaSViresh KUMAR	  If you have a controller with this interface, say Y or M here.
193c63b3cbaSViresh KUMAR
194c63b3cbaSViresh KUMAR	  If unsure, say N.
195c63b3cbaSViresh KUMAR
1960d1bb41aSBen Dooksconfig MMC_SDHCI_S3C_DMA
1970d1bb41aSBen Dooks	bool "DMA support on S3C SDHCI"
1980d1bb41aSBen Dooks	depends on MMC_SDHCI_S3C && EXPERIMENTAL
1990d1bb41aSBen Dooks	help
2000d1bb41aSBen Dooks	  Enable DMA support on the Samsung S3C SDHCI glue. The DMA
2010d1bb41aSBen Dooks	  has proved to be problematic if the controller encounters
2020d1bb41aSBen Dooks	  certain errors, and thus should be treated with care.
2030d1bb41aSBen Dooks
2040d1bb41aSBen Dooks	  YMMV.
2050d1bb41aSBen Dooks
2061c6a0718SPierre Ossmanconfig MMC_OMAP
2071c6a0718SPierre Ossman	tristate "TI OMAP Multimedia Card Interface support"
208790864dcSJan Engelhardt	depends on ARCH_OMAP
2091c6a0718SPierre Ossman	select TPS65010 if MACH_OMAP_H2
2101c6a0718SPierre Ossman	help
2111c6a0718SPierre Ossman	  This selects the TI OMAP Multimedia card Interface.
2121c6a0718SPierre Ossman	  If you have an OMAP board with a Multimedia Card slot,
2131c6a0718SPierre Ossman	  say Y or M here.
2141c6a0718SPierre Ossman
2151c6a0718SPierre Ossman	  If unsure, say N.
2161c6a0718SPierre Ossman
217a45c6cb8SMadhusudhan Chikkatureconfig MMC_OMAP_HS
218a45c6cb8SMadhusudhan Chikkature	tristate "TI OMAP High Speed Multimedia Card Interface support"
21959b479e0STony Lindgren	depends on SOC_OMAP2430 || ARCH_OMAP3 || ARCH_OMAP4
220a45c6cb8SMadhusudhan Chikkature	help
221a45c6cb8SMadhusudhan Chikkature	  This selects the TI OMAP High Speed Multimedia card Interface.
22282cf818dSkishore kadiyala	  If you have an OMAP2430 or OMAP3 board or OMAP4 board with a
22382cf818dSkishore kadiyala	  Multimedia Card slot, say Y or M here.
224a45c6cb8SMadhusudhan Chikkature
225a45c6cb8SMadhusudhan Chikkature	  If unsure, say N.
226a45c6cb8SMadhusudhan Chikkature
2271c6a0718SPierre Ossmanconfig MMC_WBSD
2281c6a0718SPierre Ossman	tristate "Winbond W83L51xD SD/MMC Card Interface support"
229790864dcSJan Engelhardt	depends on ISA_DMA_API
2301c6a0718SPierre Ossman	help
2311c6a0718SPierre Ossman	  This selects the Winbond(R) W83L51xD Secure digital and
2321c6a0718SPierre Ossman          Multimedia card Interface.
2331c6a0718SPierre Ossman	  If you have a machine with a integrated W83L518D or W83L519D
2341c6a0718SPierre Ossman	  SD/MMC card reader, say Y or M here.
2351c6a0718SPierre Ossman
2361c6a0718SPierre Ossman	  If unsure, say N.
2371c6a0718SPierre Ossman
2381c6a0718SPierre Ossmanconfig MMC_AU1X
2391c6a0718SPierre Ossman	tristate "Alchemy AU1XX0 MMC Card Interface support"
240790864dcSJan Engelhardt	depends on SOC_AU1200
2411c6a0718SPierre Ossman	help
2421c6a0718SPierre Ossman	  This selects the AMD Alchemy(R) Multimedia card interface.
2431c6a0718SPierre Ossman	  If you have a Alchemy platform with a MMC slot, say Y or M here.
2441c6a0718SPierre Ossman
2451c6a0718SPierre Ossman	  If unsure, say N.
2461c6a0718SPierre Ossman
24704d699c3SRob Emanuelechoice
24804d699c3SRob Emanuele	prompt "Atmel SD/MMC Driver"
24909591dd3SNicolas Ferre	depends on AVR32 || ARCH_AT91
25004d699c3SRob Emanuele	default MMC_ATMELMCI if AVR32
25104d699c3SRob Emanuele	help
25204d699c3SRob Emanuele	  Choose which driver to use for the Atmel MCI Silicon
25304d699c3SRob Emanuele
2541c6a0718SPierre Ossmanconfig MMC_AT91
2551c6a0718SPierre Ossman	tristate "AT91 SD/MMC Card Interface support"
256790864dcSJan Engelhardt	depends on ARCH_AT91
2571c6a0718SPierre Ossman	help
2581c6a0718SPierre Ossman	  This selects the AT91 MCI controller.
2591c6a0718SPierre Ossman
2601c6a0718SPierre Ossman	  If unsure, say N.
2611c6a0718SPierre Ossman
2627d2be074SHaavard Skinnemoenconfig MMC_ATMELMCI
2637d2be074SHaavard Skinnemoen	tristate "Atmel Multimedia Card Interface support"
26404d699c3SRob Emanuele	depends on AVR32 || ARCH_AT91
2657d2be074SHaavard Skinnemoen	help
2667d2be074SHaavard Skinnemoen	  This selects the Atmel Multimedia Card Interface driver. If
26704d699c3SRob Emanuele	  you have an AT32 (AVR32) or AT91 platform with a Multimedia
26804d699c3SRob Emanuele	  Card slot, say Y or M here.
2697d2be074SHaavard Skinnemoen
2707d2be074SHaavard Skinnemoen	  If unsure, say N.
2717d2be074SHaavard Skinnemoen
27204d699c3SRob Emanueleendchoice
27304d699c3SRob Emanuele
27465e8b083SHaavard Skinnemoenconfig MMC_ATMELMCI_DMA
27565e8b083SHaavard Skinnemoen	bool "Atmel MCI DMA support (EXPERIMENTAL)"
27675305d76SNicolas Ferre	depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE && EXPERIMENTAL
27765e8b083SHaavard Skinnemoen	help
27865e8b083SHaavard Skinnemoen	  Say Y here to have the Atmel MCI driver use a DMA engine to
27965e8b083SHaavard Skinnemoen	  do data transfers and thus increase the throughput and
28065e8b083SHaavard Skinnemoen	  reduce the CPU utilization. Note that this is highly
28165e8b083SHaavard Skinnemoen	  experimental and may cause the driver to lock up.
28265e8b083SHaavard Skinnemoen
28365e8b083SHaavard Skinnemoen	  If unsure, say N.
28465e8b083SHaavard Skinnemoen
2851c6a0718SPierre Ossmanconfig MMC_IMX
2861c6a0718SPierre Ossman	tristate "Motorola i.MX Multimedia Card Interface support"
2878c8fdbc9SSascha Hauer	depends on ARCH_MX1
2881c6a0718SPierre Ossman	help
2891c6a0718SPierre Ossman	  This selects the Motorola i.MX Multimedia card Interface.
2901c6a0718SPierre Ossman	  If you have a i.MX platform with a Multimedia Card slot,
2911c6a0718SPierre Ossman	  say Y or M here.
2921c6a0718SPierre Ossman
2931c6a0718SPierre Ossman	  If unsure, say N.
2941c6a0718SPierre Ossman
295eba3f137SSahitya Tummalaconfig MMC_MSM
296eba3f137SSahitya Tummala	tristate "Qualcomm SDCC Controller Support"
297edd4dd0eSSahitya Tummala	depends on MMC && ARCH_MSM
2989d2bd738SSan Mehat	help
2999d2bd738SSan Mehat	  This provides support for the SD/MMC cell found in the
300eba3f137SSahitya Tummala	  MSM and QSD SOCs from Qualcomm. The controller also has
301eba3f137SSahitya Tummala	  support for SDIO devices.
3029d2bd738SSan Mehat
303d96be879SSascha Hauerconfig MMC_MXC
304d96be879SSascha Hauer	tristate "Freescale i.MX2/3 Multimedia Card Interface support"
305170cba8cSFabio Estevam	depends on MACH_MX21 || MACH_MX27 || ARCH_MX31
306d96be879SSascha Hauer	help
307d96be879SSascha Hauer	  This selects the Freescale i.MX2/3 Multimedia card Interface.
308d96be879SSascha Hauer	  If you have a i.MX platform with a Multimedia Card slot,
309d96be879SSascha Hauer	  say Y or M here.
310d96be879SSascha Hauer
311d96be879SSascha Hauer	  If unsure, say N.
312d96be879SSascha Hauer
313e4243f13SShawn Guoconfig MMC_MXS
314e4243f13SShawn Guo	tristate "Freescale MXS Multimedia Card Interface support"
315e4243f13SShawn Guo	depends on ARCH_MXS && MXS_DMA
316e4243f13SShawn Guo	help
317e4243f13SShawn Guo	  This selects the Freescale SSP MMC controller found on MXS based
318e4243f13SShawn Guo	  platforms like mx23/28.
319e4243f13SShawn Guo
320e4243f13SShawn Guo	  If unsure, say N.
321e4243f13SShawn Guo
3221c6a0718SPierre Ossmanconfig MMC_TIFM_SD
3231c6a0718SPierre Ossman	tristate "TI Flash Media MMC/SD Interface support  (EXPERIMENTAL)"
324790864dcSJan Engelhardt	depends on EXPERIMENTAL && PCI
3251c6a0718SPierre Ossman	select TIFM_CORE
3261c6a0718SPierre Ossman	help
3271c6a0718SPierre Ossman	  Say Y here if you want to be able to access MMC/SD cards with
3281c6a0718SPierre Ossman	  the Texas Instruments(R) Flash Media card reader, found in many
3291c6a0718SPierre Ossman	  laptops.
3301c6a0718SPierre Ossman	  This option 'selects' (turns on, enables) 'TIFM_CORE', but you
3311c6a0718SPierre Ossman	  probably also need appropriate card reader host adapter, such as
3321c6a0718SPierre Ossman	  'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
3331c6a0718SPierre Ossman	  (TIFM_7XX1)'.
3341c6a0718SPierre Ossman
3351c6a0718SPierre Ossman          To compile this driver as a module, choose M here: the
3361c6a0718SPierre Ossman	  module will be called tifm_sd.
3371c6a0718SPierre Ossman
338236caa7cSMaen Suleimanconfig MMC_MVSDIO
339236caa7cSMaen Suleiman	tristate "Marvell MMC/SD/SDIO host driver"
340236caa7cSMaen Suleiman	depends on PLAT_ORION
341236caa7cSMaen Suleiman	---help---
342236caa7cSMaen Suleiman	  This selects the Marvell SDIO host driver.
343236caa7cSMaen Suleiman	  SDIO may currently be found on the Kirkwood 88F6281 and 88F6192
344236caa7cSMaen Suleiman	  SoC controllers.
345236caa7cSMaen Suleiman
346236caa7cSMaen Suleiman	  To compile this driver as a module, choose M here: the
347236caa7cSMaen Suleiman	  module will be called mvsdio.
348236caa7cSMaen Suleiman
349b4cff454SVipin Bhandariconfig MMC_DAVINCI
350b4cff454SVipin Bhandari        tristate "TI DAVINCI Multimedia Card Interface support"
351b4cff454SVipin Bhandari        depends on ARCH_DAVINCI
352b4cff454SVipin Bhandari        help
353b4cff454SVipin Bhandari          This selects the TI DAVINCI Multimedia card Interface.
354b4cff454SVipin Bhandari          If you have an DAVINCI board with a Multimedia Card slot,
355b4cff454SVipin Bhandari          say Y or M here.  If unsure, say N.
356b4cff454SVipin Bhandari
35715a0580cSDavid Brownellconfig MMC_SPI
35857105737SPierre Ossman	tristate "MMC/SD/SDIO over SPI"
3591ea4f444SPierre Ossman	depends on SPI_MASTER && !HIGHMEM && HAS_DMA
36015a0580cSDavid Brownell	select CRC7
36115a0580cSDavid Brownell	select CRC_ITU_T
36215a0580cSDavid Brownell	help
363692105b8SMatt LaPlante	  Some systems access MMC/SD/SDIO cards using a SPI controller
36457105737SPierre Ossman	  instead of using a "native" MMC/SD/SDIO controller.  This has a
36557105737SPierre Ossman	  disadvantage of being relatively high overhead, but a compensating
36657105737SPierre Ossman	  advantage of working on many systems without dedicated MMC/SD/SDIO
36757105737SPierre Ossman	  controllers.
36815a0580cSDavid Brownell
36915a0580cSDavid Brownell	  If unsure, or if your system has no SPI master driver, say N.
37015a0580cSDavid Brownell
371be518018SThomas Kleffelconfig MMC_S3C
372be518018SThomas Kleffel	tristate "Samsung S3C SD/MMC Card Interface support"
3731ea4f444SPierre Ossman	depends on ARCH_S3C2410
374be518018SThomas Kleffel	help
375be518018SThomas Kleffel	  This selects a driver for the MCI interface found in
376be518018SThomas Kleffel          Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
377be518018SThomas Kleffel	  If you have a board based on one of those and a MMC/SD
378be518018SThomas Kleffel	  slot, say Y or M here.
379be518018SThomas Kleffel
380be518018SThomas Kleffel	  If unsure, say N.
381be518018SThomas Kleffel
3825a2c4fe0SBen Dooksconfig MMC_S3C_HW_SDIO_IRQ
3835a2c4fe0SBen Dooks       bool "Hardware support for SDIO IRQ"
3845a2c4fe0SBen Dooks       depends on MMC_S3C
3855a2c4fe0SBen Dooks       help
3865a2c4fe0SBen Dooks         Enable the hardware support for SDIO interrupts instead of using
3875a2c4fe0SBen Dooks	 the generic polling code.
3885a2c4fe0SBen Dooks
38926f14947SBen Dookschoice
39026f14947SBen Dooks	prompt "Samsung S3C SD/MMC transfer code"
39126f14947SBen Dooks	depends on MMC_S3C
39226f14947SBen Dooks
39326f14947SBen Dooksconfig MMC_S3C_PIO
39426f14947SBen Dooks	bool "Use PIO transfers only"
39526f14947SBen Dooks	help
39626f14947SBen Dooks	  Use PIO to transfer data between memory and the hardware.
39726f14947SBen Dooks
39826f14947SBen Dooks	  PIO is slower than DMA as it requires CPU instructions to
39926f14947SBen Dooks	  move the data. This has been the traditional default for
40026f14947SBen Dooks	  the S3C MCI driver.
40126f14947SBen Dooks
40226f14947SBen Dooksconfig MMC_S3C_DMA
40326f14947SBen Dooks	bool "Use DMA transfers only (EXPERIMENTAL)"
40426f14947SBen Dooks	depends on EXPERIMENTAL
40526f14947SBen Dooks	help
40626f14947SBen Dooks	  Use DMA to transfer data between memory and the hardare.
40726f14947SBen Dooks
40826f14947SBen Dooks	  Currently, the DMA support in this driver seems to not be
40926f14947SBen Dooks	  working properly and needs to be debugged before this
41026f14947SBen Dooks	  option is useful.
41126f14947SBen Dooks
41226f14947SBen Dooksconfig MMC_S3C_PIODMA
41326f14947SBen Dooks	bool "Support for both PIO and DMA (EXPERIMENTAL)"
41426f14947SBen Dooks	help
41526f14947SBen Dooks	  Compile both the PIO and DMA transfer routines into the
41626f14947SBen Dooks	  driver and let the platform select at run-time which one
41726f14947SBen Dooks	  is best.
41826f14947SBen Dooks
41926f14947SBen Dooks	  See notes for the DMA option.
42026f14947SBen Dooks
42126f14947SBen Dooksendchoice
42226f14947SBen Dooks
4236a36913aSSascha Sommerconfig MMC_SDRICOH_CS
4246a36913aSSascha Sommer	tristate "MMC/SD driver for Ricoh Bay1Controllers (EXPERIMENTAL)"
4251ea4f444SPierre Ossman	depends on EXPERIMENTAL && PCI && PCMCIA
4266a36913aSSascha Sommer	help
4276a36913aSSascha Sommer	  Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA
4286a36913aSSascha Sommer	  card whenever you insert a MMC or SD card into the card slot.
4296a36913aSSascha Sommer
4306a36913aSSascha Sommer	  To compile this driver as a module, choose M here: the
4316a36913aSSascha Sommer	  module will be called sdricoh_cs.
4326a36913aSSascha Sommer
433b6147490SGuennadi Liakhovetskiconfig MMC_TMIO_CORE
434b6147490SGuennadi Liakhovetski	tristate
435b6147490SGuennadi Liakhovetski
4364a48998fSIan Moltonconfig MMC_TMIO
4374a48998fSIan Molton	tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
43842051e8aSGuennadi Liakhovetski	depends on MFD_TMIO || MFD_ASIC3
439b6147490SGuennadi Liakhovetski	select MMC_TMIO_CORE
4404a48998fSIan Molton	help
4414a48998fSIan Molton	  This provides support for the SD/MMC cell found in TC6393XB,
442e6f2c7adSPhilipp Zabel	  T7L66XB and also HTC ASIC3
4435f5bac82SMichał Mirosław
44442051e8aSGuennadi Liakhovetskiconfig MMC_SDHI
44542051e8aSGuennadi Liakhovetski	tristate "SH-Mobile SDHI SD/SDIO controller support"
446022b4835SGuennadi Liakhovetski	depends on SUPERH || ARCH_SHMOBILE
44742051e8aSGuennadi Liakhovetski	select MMC_TMIO_CORE
44842051e8aSGuennadi Liakhovetski	help
44942051e8aSGuennadi Liakhovetski	  This provides support for the SDHI SD/SDIO controller found in
45042051e8aSGuennadi Liakhovetski	  SuperH and ARM SH-Mobile SoCs
45142051e8aSGuennadi Liakhovetski
4525f5bac82SMichał Mirosławconfig MMC_CB710
4535f5bac82SMichał Mirosław	tristate "ENE CB710 MMC/SD Interface support"
4545f5bac82SMichał Mirosław	depends on PCI
4559ffca830SRandy Dunlap	select MISC_DEVICES
4565f5bac82SMichał Mirosław	select CB710_CORE
4575f5bac82SMichał Mirosław	help
4585f5bac82SMichał Mirosław	  This option enables support for MMC/SD part of ENE CB710/720 Flash
4595f5bac82SMichał Mirosław	  memory card reader found in some laptops (ie. some versions of
4605f5bac82SMichał Mirosław	  HP Compaq nx9500).
4615f5bac82SMichał Mirosław
4625f5bac82SMichał Mirosław	  This driver can also be built as a module. If so, the module
4635f5bac82SMichał Mirosław	  will be called cb710-mmc.
4645f5bac82SMichał Mirosław
465f0bf7f61SHarald Welteconfig MMC_VIA_SDMMC
466f0bf7f61SHarald Welte	tristate "VIA SD/MMC Card Reader Driver"
467f0bf7f61SHarald Welte	depends on PCI
468f0bf7f61SHarald Welte	help
469f0bf7f61SHarald Welte	  This selects the VIA SD/MMC Card Reader driver, say Y or M here.
470f0bf7f61SHarald Welte	  VIA provides one multi-functional card reader which integrated into
471f0bf7f61SHarald Welte	  some motherboards manufactured by VIA. This card reader supports
472f0bf7f61SHarald Welte	  SD/MMC/SDHC.
473f0bf7f61SHarald Welte	  If you have a controller with this interface, say Y or M here.
474f0bf7f61SHarald Welte
475f0bf7f61SHarald Welte	  If unsure, say N.
476eb962d5bSCliff Cai
477eb962d5bSCliff Caiconfig SDH_BFIN
478eb962d5bSCliff Cai	tristate "Blackfin Secure Digital Host support"
47905dabcc4SMike Frysinger	depends on (BF54x && !BF544) || (BF51x && !BF512)
480eb962d5bSCliff Cai	help
481eb962d5bSCliff Cai	  If you say yes here you will get support for the Blackfin on-chip
482eb962d5bSCliff Cai	  Secure Digital Host interface.  This includes support for MMC and
483eb962d5bSCliff Cai	  SD cards.
484eb962d5bSCliff Cai
485eb962d5bSCliff Cai	  To compile this driver as a module, choose M here: the
486eb962d5bSCliff Cai	  module will be called bfin_sdh.
487eb962d5bSCliff Cai
488eb962d5bSCliff Cai	  If unsure, say N.
489eb962d5bSCliff Cai
490eb962d5bSCliff Caiconfig SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND
491eb962d5bSCliff Cai	bool "Blackfin EZkit Missing SDH_CMD Pull Up Resistor Workaround"
492eb962d5bSCliff Cai	depends on SDH_BFIN
493eb962d5bSCliff Cai	help
494eb962d5bSCliff Cai	  If you say yes here SD-Cards may work on the EZkit.
495fdc50a94SYusuke Goda
496f95f3850SWill Newtonconfig MMC_DW
497f95f3850SWill Newton	tristate "Synopsys DesignWare Memory Card Interface"
498f95f3850SWill Newton	depends on ARM
499f95f3850SWill Newton	help
500f95f3850SWill Newton	  This selects support for the Synopsys DesignWare Mobile Storage IP
501f95f3850SWill Newton	  block, this provides host support for SD and MMC interfaces, in both
502f95f3850SWill Newton	  PIO and external DMA modes.
503f95f3850SWill Newton
504f95f3850SWill Newtonconfig MMC_DW_IDMAC
505f95f3850SWill Newton	bool "Internal DMAC interface"
506f95f3850SWill Newton	depends on MMC_DW
507f95f3850SWill Newton	help
508f95f3850SWill Newton	  This selects support for the internal DMAC block within the Synopsys
509f95f3850SWill Newton	  Designware Mobile Storage IP block. This disables the external DMA
510f95f3850SWill Newton	  interface.
511f95f3850SWill Newton
512fdc50a94SYusuke Godaconfig MMC_SH_MMCIF
513fdc50a94SYusuke Goda	tristate "SuperH Internal MMCIF support"
514fdc50a94SYusuke Goda	depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE)
515fdc50a94SYusuke Goda	help
516b595076aSUwe Kleine-König	  This selects the MMC Host Interface controller (MMCIF).
517fdc50a94SYusuke Goda
518fdc50a94SYusuke Goda	  This driver supports MMCIF in sh7724/sh7757/sh7372.
51961bfbdb8SLars-Peter Clausen
52061bfbdb8SLars-Peter Clausenconfig MMC_JZ4740
52161bfbdb8SLars-Peter Clausen	tristate "JZ4740 SD/Multimedia Card Interface support"
52261bfbdb8SLars-Peter Clausen	depends on MACH_JZ4740
52361bfbdb8SLars-Peter Clausen	help
52461bfbdb8SLars-Peter Clausen	  This selects support for the SD/MMC controller on Ingenic JZ4740
52561bfbdb8SLars-Peter Clausen	  SoCs.
52661bfbdb8SLars-Peter Clausen	  If you have a board based on such a SoC and with a SD/MMC slot,
52761bfbdb8SLars-Peter Clausen	  say Y or M here.
52853f3a9e2SDavid Vrabel
52988095e7bSTony Olechconfig MMC_VUB300
53088095e7bSTony Olech	tristate "VUB300 USB to SDIO/SD/MMC Host Controller support"
53188095e7bSTony Olech	depends on USB
53288095e7bSTony Olech	help
53388095e7bSTony Olech	  This selects support for Elan Digital Systems' VUB300 chip.
53488095e7bSTony Olech
53588095e7bSTony Olech	  The VUB300 is a USB-SDIO Host Controller Interface chip
53688095e7bSTony Olech	  that enables the host computer to use SDIO/SD/MMC cards
53788095e7bSTony Olech	  via a USB 2.0 or USB 1.1 host.
53888095e7bSTony Olech
53988095e7bSTony Olech	  The VUB300 chip will be found in both physically separate
54088095e7bSTony Olech	  USB to SDIO/SD/MMC adapters and embedded on some motherboards.
54188095e7bSTony Olech
54288095e7bSTony Olech	  The VUB300 chip supports SD and MMC memory cards in addition
54388095e7bSTony Olech	  to single and multifunction SDIO cards.
54488095e7bSTony Olech
54588095e7bSTony Olech	  Some SDIO cards will need a firmware file to be loaded and
54688095e7bSTony Olech	  sent to VUB300 chip in order to achieve better data throughput.
54788095e7bSTony Olech	  Download these "Offload Pseudocode" from Elan Digital Systems'
54888095e7bSTony Olech	  web-site http://www.elandigitalsystems.com/support/downloads.php
54988095e7bSTony Olech	  and put them in /lib/firmware. Note that without these additional
55088095e7bSTony Olech	  firmware files the VUB300 chip will still function, but not at
55188095e7bSTony Olech	  the best obtainable data rate.
55288095e7bSTony Olech
55388095e7bSTony Olech	  To compile this mmc host controller driver as a module,
55488095e7bSTony Olech	  choose M here: the module will be called vub300.
55588095e7bSTony Olech
55688095e7bSTony Olech	  If you have a computer with an embedded VUB300 chip
55788095e7bSTony Olech	  or if you intend connecting a USB adapter based on a
55888095e7bSTony Olech	  VUB300 chip say Y or M here.
55988095e7bSTony Olech
56053f3a9e2SDavid Vrabelconfig MMC_USHC
56153f3a9e2SDavid Vrabel	tristate "USB SD Host Controller (USHC) support"
56253f3a9e2SDavid Vrabel	depends on USB
56353f3a9e2SDavid Vrabel	help
56453f3a9e2SDavid Vrabel	  This selects support for USB SD Host Controllers based on
56553f3a9e2SDavid Vrabel	  the Cypress Astoria chip with firmware compliant with CSR's
56653f3a9e2SDavid Vrabel	  USB SD Host Controller specification (CS-118793-SP).
56753f3a9e2SDavid Vrabel
56853f3a9e2SDavid Vrabel	  CSR boards with this device include: USB<>SDIO (M1985v2),
56953f3a9e2SDavid Vrabel	  and Ultrasira.
57053f3a9e2SDavid Vrabel
57153f3a9e2SDavid Vrabel	  Note: These controllers only support SDIO cards and do not
57253f3a9e2SDavid Vrabel	  support MMC or SD memory cards.
573