xref: /openbmc/linux/drivers/mmc/host/Kconfig (revision b45e4b50)
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
7286147c84SKees Cook	bool "Ricoh MMC Controller Disabler"
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
84c4e05037SAdrian Hunterconfig MMC_SDHCI_ACPI
85c4e05037SAdrian Hunter	tristate "SDHCI support for ACPI enumerated SDHCI controllers"
86c4e05037SAdrian Hunter	depends on MMC_SDHCI && ACPI
87c4e05037SAdrian Hunter	help
88c4e05037SAdrian Hunter	  This selects support for ACPI enumerated SDHCI controllers,
89c4e05037SAdrian Hunter	  identified by ACPI Compatibility ID PNP0D40 or specific
90c4e05037SAdrian Hunter	  ACPI Hardware IDs.
91c4e05037SAdrian Hunter
92c4e05037SAdrian Hunter	  If you have a controller with this interface, say Y or M here.
93c4e05037SAdrian Hunter
94c4e05037SAdrian Hunter	  If unsure, say N.
95c4e05037SAdrian Hunter
96f0de8369SShawn Guoconfig MMC_SDHCI_PLTFM
97f0de8369SShawn Guo	tristate "SDHCI platform and OF driver helper"
9838576af1SShawn Guo	depends on MMC_SDHCI
99f0de8369SShawn Guo	help
100f0de8369SShawn Guo	  This selects the common helper functions support for Secure Digital
101f0de8369SShawn Guo	  Host Controller Interface based platform and OF drivers.
102f0de8369SShawn Guo
103f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
104f0de8369SShawn Guo
105f0de8369SShawn Guo	  If unsure, say N.
106f0de8369SShawn Guo
107e3ec3a3dSSoren Brinkmannconfig MMC_SDHCI_OF_ARASAN
108e3ec3a3dSSoren Brinkmann	tristate "SDHCI OF support for the Arasan SDHCI controllers"
109e3ec3a3dSSoren Brinkmann	depends on MMC_SDHCI_PLTFM
110e3ec3a3dSSoren Brinkmann	depends on OF
111e3ec3a3dSSoren Brinkmann	help
112e3ec3a3dSSoren Brinkmann	  This selects the Arasan Secure Digital Host Controller Interface
113e3ec3a3dSSoren Brinkmann	  (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC.
114e3ec3a3dSSoren Brinkmann
115e3ec3a3dSSoren Brinkmann	  If you have a controller with this interface, say Y or M here.
116e3ec3a3dSSoren Brinkmann
117e3ec3a3dSSoren Brinkmann	  If unsure, say N.
118e3ec3a3dSSoren Brinkmann
119f0de8369SShawn Guoconfig MMC_SDHCI_OF_ESDHC
120f0de8369SShawn Guo	tristate "SDHCI OF support for the Freescale eSDHC controller"
121f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
122236cdc7bSRob Herring	depends on PPC_OF
1237657c3a7SAlbert Herranz	select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
1247657c3a7SAlbert Herranz	help
1257657c3a7SAlbert Herranz	  This selects the Freescale eSDHC controller support.
1263085e9c1SAnton Vorontsov
127f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
128f0de8369SShawn Guo
1293085e9c1SAnton Vorontsov	  If unsure, say N.
1303085e9c1SAnton Vorontsov
1311144ab5dSAlbert Herranzconfig MMC_SDHCI_OF_HLWD
132f0de8369SShawn Guo	tristate "SDHCI OF support for the Nintendo Wii SDHCI controllers"
133f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
134236cdc7bSRob Herring	depends on PPC_OF
1351144ab5dSAlbert Herranz	select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
1361144ab5dSAlbert Herranz	help
1371144ab5dSAlbert Herranz	  This selects the Secure Digital Host Controller Interface (SDHCI)
1381144ab5dSAlbert Herranz	  found in the "Hollywood" chipset of the Nintendo Wii video game
1391144ab5dSAlbert Herranz	  console.
1401144ab5dSAlbert Herranz
141f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
142f0de8369SShawn Guo
1431144ab5dSAlbert Herranz	  If unsure, say N.
1441144ab5dSAlbert Herranz
14520b1597bSAnton Vorontsovconfig MMC_SDHCI_CNS3XXX
14685d6509dSShawn Guo	tristate "SDHCI support on the Cavium Networks CNS3xxx SoC"
14720b1597bSAnton Vorontsov	depends on ARCH_CNS3XXX
148f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
14920b1597bSAnton Vorontsov	help
15020b1597bSAnton Vorontsov	  This selects the SDHCI support for CNS3xxx System-on-Chip devices.
15120b1597bSAnton Vorontsov
152f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
153f0de8369SShawn Guo
15420b1597bSAnton Vorontsov	  If unsure, say N.
15520b1597bSAnton Vorontsov
15695f25efeSWolfram Sangconfig MMC_SDHCI_ESDHC_IMX
15795a2482aSShawn Guo	tristate "SDHCI support for the Freescale eSDHC/uSDHC i.MX controller"
1582b795518SSascha Hauer	depends on ARCH_MXC
159f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
16095f25efeSWolfram Sang	select MMC_SDHCI_IO_ACCESSORS
16195f25efeSWolfram Sang	help
16295a2482aSShawn Guo	  This selects the Freescale eSDHC/uSDHC controller support
16395a2482aSShawn Guo	  found on i.MX25, i.MX35 i.MX5x and i.MX6x.
16495f25efeSWolfram Sang
165f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
166f0de8369SShawn Guo
16795f25efeSWolfram Sang	  If unsure, say N.
16895f25efeSWolfram Sang
169985b1aa0SMike Rapoportconfig MMC_SDHCI_DOVE
17085d6509dSShawn Guo	tristate "SDHCI support on Marvell's Dove SoC"
171ec4422acSSebastian Hesselbarth	depends on ARCH_DOVE || MACH_DOVE
172f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
173985b1aa0SMike Rapoport	select MMC_SDHCI_IO_ACCESSORS
174985b1aa0SMike Rapoport	help
175985b1aa0SMike Rapoport	  This selects the Secure Digital Host Controller Interface in
176985b1aa0SMike Rapoport	  Marvell's Dove SoC.
177985b1aa0SMike Rapoport
178f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
179f0de8369SShawn Guo
180985b1aa0SMike Rapoport	  If unsure, say N.
181985b1aa0SMike Rapoport
18203d2bfc8SOlof Johanssonconfig MMC_SDHCI_TEGRA
18385d6509dSShawn Guo	tristate "SDHCI platform support for the Tegra SD/MMC Controller"
18485d6509dSShawn Guo	depends on ARCH_TEGRA
185f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
18603d2bfc8SOlof Johansson	select MMC_SDHCI_IO_ACCESSORS
18703d2bfc8SOlof Johansson	help
18803d2bfc8SOlof Johansson	  This selects the Tegra SD/MMC controller. If you have a Tegra
18903d2bfc8SOlof Johansson	  platform with SD or MMC devices, say Y or M here.
19003d2bfc8SOlof Johansson
19103d2bfc8SOlof Johansson	  If unsure, say N.
19203d2bfc8SOlof Johansson
1930d1bb41aSBen Dooksconfig MMC_SDHCI_S3C
1940d1bb41aSBen Dooks	tristate "SDHCI support on Samsung S3C SoC"
195930a6f70SKyungmin Park	depends on MMC_SDHCI && PLAT_SAMSUNG
1960d1bb41aSBen Dooks	help
1970d1bb41aSBen Dooks	  This selects the Secure Digital Host Controller Interface (SDHCI)
1980d1bb41aSBen Dooks	  often referrered to as the HSMMC block in some of the Samsung S3C
1990d1bb41aSBen Dooks	  range of SoC.
2000d1bb41aSBen Dooks
2010d1bb41aSBen Dooks	  If you have a controller with this interface, say Y or M here.
2020d1bb41aSBen Dooks
2030d1bb41aSBen Dooks	  If unsure, say N.
2040d1bb41aSBen Dooks
205b3b665b0SBarry Songconfig MMC_SDHCI_SIRF
206b3b665b0SBarry Song	tristate "SDHCI support on CSR SiRFprimaII and SiRFmarco SoCs"
207b3b665b0SBarry Song	depends on ARCH_SIRF
208b3b665b0SBarry Song	depends on MMC_SDHCI_PLTFM
209b3b665b0SBarry Song	help
210b3b665b0SBarry Song	  This selects the SDHCI support for SiRF System-on-Chip devices.
211b3b665b0SBarry Song
212b3b665b0SBarry Song	  If you have a controller with this interface, say Y or M here.
213b3b665b0SBarry Song
214b3b665b0SBarry Song	  If unsure, say N.
215b3b665b0SBarry Song
216a702c8abSZhangfei Gaoconfig MMC_SDHCI_PXAV3
217a702c8abSZhangfei Gao	tristate "Marvell MMP2 SD Host Controller support (PXAV3)"
218a702c8abSZhangfei Gao	depends on CLKDEV_LOOKUP
2195d01b768SArnd Bergmann	depends on MMC_SDHCI_PLTFM
220a702c8abSZhangfei Gao	default CPU_MMP2
221a702c8abSZhangfei Gao	help
222a702c8abSZhangfei Gao	  This selects the Marvell(R) PXAV3 SD Host Controller.
223a702c8abSZhangfei Gao	  If you have a MMP2 platform with SD Host Controller
224a702c8abSZhangfei Gao	  and a card slot, say Y or M here.
225a702c8abSZhangfei Gao
226a702c8abSZhangfei Gao	  If unsure, say N.
227a702c8abSZhangfei Gao
2289f5d71e4SZhangfei Gaoconfig MMC_SDHCI_PXAV2
2299f5d71e4SZhangfei Gao	tristate "Marvell PXA9XX SD Host Controller support (PXAV2)"
2309f5d71e4SZhangfei Gao	depends on CLKDEV_LOOKUP
2315d01b768SArnd Bergmann	depends on MMC_SDHCI_PLTFM
2329f5d71e4SZhangfei Gao	default CPU_PXA910
2339f5d71e4SZhangfei Gao	help
2349f5d71e4SZhangfei Gao	  This selects the Marvell(R) PXAV2 SD Host Controller.
2359f5d71e4SZhangfei Gao	  If you have a PXA9XX platform with SD Host Controller
2369f5d71e4SZhangfei Gao	  and a card slot, say Y or M here.
2379f5d71e4SZhangfei Gao
2389f5d71e4SZhangfei Gao	  If unsure, say N.
2399f5d71e4SZhangfei Gao
240c63b3cbaSViresh KUMARconfig MMC_SDHCI_SPEAR
241c63b3cbaSViresh KUMAR	tristate "SDHCI support on ST SPEAr platform"
242c63b3cbaSViresh KUMAR	depends on MMC_SDHCI && PLAT_SPEAR
243c63b3cbaSViresh KUMAR	help
244c63b3cbaSViresh KUMAR	  This selects the Secure Digital Host Controller Interface (SDHCI)
245c63b3cbaSViresh KUMAR	  often referrered to as the HSMMC block in some of the ST SPEAR range
246c63b3cbaSViresh KUMAR	  of SoC
247c63b3cbaSViresh KUMAR
248c63b3cbaSViresh KUMAR	  If you have a controller with this interface, say Y or M here.
249c63b3cbaSViresh KUMAR
250c63b3cbaSViresh KUMAR	  If unsure, say N.
251c63b3cbaSViresh KUMAR
2520d1bb41aSBen Dooksconfig MMC_SDHCI_S3C_DMA
2530d1bb41aSBen Dooks	bool "DMA support on S3C SDHCI"
25486147c84SKees Cook	depends on MMC_SDHCI_S3C
2550d1bb41aSBen Dooks	help
2560d1bb41aSBen Dooks	  Enable DMA support on the Samsung S3C SDHCI glue. The DMA
2570d1bb41aSBen Dooks	  has proved to be problematic if the controller encounters
2580d1bb41aSBen Dooks	  certain errors, and thus should be treated with care.
2590d1bb41aSBen Dooks
2600d1bb41aSBen Dooks	  YMMV.
2610d1bb41aSBen Dooks
26201ebea1bSChristian Daudtconfig MMC_SDHCI_BCM_KONA
26301ebea1bSChristian Daudt	tristate "SDHCI support on Broadcom KONA platform"
264fc2bd2e4SChristian Daudt	depends on ARCH_BCM_MOBILE
2655d01b768SArnd Bergmann	depends on MMC_SDHCI_PLTFM
26601ebea1bSChristian Daudt	help
26701ebea1bSChristian Daudt	  This selects the Broadcom Kona Secure Digital Host Controller
26801ebea1bSChristian Daudt	  Interface(SDHCI) support.
26901ebea1bSChristian Daudt	  This is used in Broadcom mobile SoCs.
27001ebea1bSChristian Daudt
27101ebea1bSChristian Daudt	  If you have a controller with this interface, say Y or M here.
27201ebea1bSChristian Daudt
2731a94715dSStephen Warrenconfig MMC_SDHCI_BCM2835
2741a94715dSStephen Warren	tristate "SDHCI platform support for the BCM2835 SD/MMC Controller"
2751a94715dSStephen Warren	depends on ARCH_BCM2835
2761a94715dSStephen Warren	depends on MMC_SDHCI_PLTFM
2771a94715dSStephen Warren	select MMC_SDHCI_IO_ACCESSORS
2781a94715dSStephen Warren	help
2791a94715dSStephen Warren	  This selects the BCM2835 SD/MMC controller. If you have a BCM2835
2801a94715dSStephen Warren	  platform with SD or MMC devices, say Y or M here.
2811a94715dSStephen Warren
2821a94715dSStephen Warren	  If unsure, say N.
2831a94715dSStephen Warren
2841b66e94eSJonas Jensenconfig MMC_MOXART
2851b66e94eSJonas Jensen	tristate "MOXART SD/MMC Host Controller support"
2861b66e94eSJonas Jensen	depends on ARCH_MOXART && MMC
2871b66e94eSJonas Jensen	help
2881b66e94eSJonas Jensen	  This selects support for the MOXART SD/MMC Host Controller.
2891b66e94eSJonas Jensen	  MOXA provides one multi-functional card reader which can
2901b66e94eSJonas Jensen	  be found on some embedded hardware such as UC-7112-LX.
2911b66e94eSJonas Jensen	  If you have a controller with this interface, say Y here.
2921b66e94eSJonas Jensen
2931c6a0718SPierre Ossmanconfig MMC_OMAP
2941c6a0718SPierre Ossman	tristate "TI OMAP Multimedia Card Interface support"
295790864dcSJan Engelhardt	depends on ARCH_OMAP
29660a549fcSArnd Bergmann	depends on TPS65010 || !MACH_OMAP_H2
2971c6a0718SPierre Ossman	help
2981c6a0718SPierre Ossman	  This selects the TI OMAP Multimedia card Interface.
2991c6a0718SPierre Ossman	  If you have an OMAP board with a Multimedia Card slot,
3001c6a0718SPierre Ossman	  say Y or M here.
3011c6a0718SPierre Ossman
3021c6a0718SPierre Ossman	  If unsure, say N.
3031c6a0718SPierre Ossman
304a45c6cb8SMadhusudhan Chikkatureconfig MMC_OMAP_HS
305a45c6cb8SMadhusudhan Chikkature	tristate "TI OMAP High Speed Multimedia Card Interface support"
306bcf24e1dSAmarinder Bindra	depends on ARCH_OMAP2PLUS || COMPILE_TEST
307a45c6cb8SMadhusudhan Chikkature	help
308a45c6cb8SMadhusudhan Chikkature	  This selects the TI OMAP High Speed Multimedia card Interface.
309bcf24e1dSAmarinder Bindra	  If you have an omap2plus board with a Multimedia Card slot,
310bcf24e1dSAmarinder Bindra	  say Y or M here.
311a45c6cb8SMadhusudhan Chikkature
312a45c6cb8SMadhusudhan Chikkature	  If unsure, say N.
313a45c6cb8SMadhusudhan Chikkature
3141c6a0718SPierre Ossmanconfig MMC_WBSD
3151c6a0718SPierre Ossman	tristate "Winbond W83L51xD SD/MMC Card Interface support"
316790864dcSJan Engelhardt	depends on ISA_DMA_API
3171c6a0718SPierre Ossman	help
3181c6a0718SPierre Ossman	  This selects the Winbond(R) W83L51xD Secure digital and
3191c6a0718SPierre Ossman          Multimedia card Interface.
3201c6a0718SPierre Ossman	  If you have a machine with a integrated W83L518D or W83L519D
3211c6a0718SPierre Ossman	  SD/MMC card reader, say Y or M here.
3221c6a0718SPierre Ossman
3231c6a0718SPierre Ossman	  If unsure, say N.
3241c6a0718SPierre Ossman
3251c6a0718SPierre Ossmanconfig MMC_AU1X
3261c6a0718SPierre Ossman	tristate "Alchemy AU1XX0 MMC Card Interface support"
32737663860SManuel Lauss	depends on MIPS_ALCHEMY
3281c6a0718SPierre Ossman	help
3291c6a0718SPierre Ossman	  This selects the AMD Alchemy(R) Multimedia card interface.
3301c6a0718SPierre Ossman	  If you have a Alchemy platform with a MMC slot, say Y or M here.
3311c6a0718SPierre Ossman
3321c6a0718SPierre Ossman	  If unsure, say N.
3331c6a0718SPierre Ossman
3347d2be074SHaavard Skinnemoenconfig MMC_ATMELMCI
335d6a20debSLudovic Desroches	tristate "Atmel SD/MMC Driver (Multimedia Card Interface)"
33604d699c3SRob Emanuele	depends on AVR32 || ARCH_AT91
3377d2be074SHaavard Skinnemoen	help
3387d2be074SHaavard Skinnemoen	  This selects the Atmel Multimedia Card Interface driver. If
33904d699c3SRob Emanuele	  you have an AT32 (AVR32) or AT91 platform with a Multimedia
34004d699c3SRob Emanuele	  Card slot, say Y or M here.
3417d2be074SHaavard Skinnemoen
3427d2be074SHaavard Skinnemoen	  If unsure, say N.
3437d2be074SHaavard Skinnemoen
3440eb0d9f4SGeorgi Djakovconfig MMC_SDHCI_MSM
3450eb0d9f4SGeorgi Djakov	tristate "Qualcomm SDHCI Controller Support"
3460eb0d9f4SGeorgi Djakov	depends on ARCH_QCOM
3470eb0d9f4SGeorgi Djakov	depends on MMC_SDHCI_PLTFM
3480eb0d9f4SGeorgi Djakov	help
3490eb0d9f4SGeorgi Djakov	  This selects the Secure Digital Host Controller Interface (SDHCI)
3500eb0d9f4SGeorgi Djakov	  support present in Qualcomm SOCs. The controller supports
3510eb0d9f4SGeorgi Djakov	  SD/MMC/SDIO devices.
3520eb0d9f4SGeorgi Djakov
3530eb0d9f4SGeorgi Djakov	  If you have a controller with this interface, say Y or M here.
3540eb0d9f4SGeorgi Djakov
3550eb0d9f4SGeorgi Djakov	  If unsure, say N.
3560eb0d9f4SGeorgi Djakov
357eba3f137SSahitya Tummalaconfig MMC_MSM
358eba3f137SSahitya Tummala	tristate "Qualcomm SDCC Controller Support"
35967d55cecSStephen Boyd	depends on MMC && (ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50)
3609d2bd738SSan Mehat	help
3619d2bd738SSan Mehat	  This provides support for the SD/MMC cell found in the
362eba3f137SSahitya Tummala	  MSM and QSD SOCs from Qualcomm. The controller also has
363eba3f137SSahitya Tummala	  support for SDIO devices.
3649d2bd738SSan Mehat
365d96be879SSascha Hauerconfig MMC_MXC
366c7ceab02SAnatolij Gustschin	tristate "Freescale i.MX21/27/31 or MPC512x Multimedia Card support"
367c7ceab02SAnatolij Gustschin	depends on ARCH_MXC || PPC_MPC512x
368d96be879SSascha Hauer	help
369c7ceab02SAnatolij Gustschin	  This selects the Freescale i.MX21, i.MX27, i.MX31 or MPC512x
370c7ceab02SAnatolij Gustschin	  Multimedia Card Interface. If you have an i.MX or MPC512x platform
371c7ceab02SAnatolij Gustschin	  with a Multimedia Card slot, say Y or M here.
372d96be879SSascha Hauer
373d96be879SSascha Hauer	  If unsure, say N.
374d96be879SSascha Hauer
375e4243f13SShawn Guoconfig MMC_MXS
376e4243f13SShawn Guo	tristate "Freescale MXS Multimedia Card Interface support"
377e4243f13SShawn Guo	depends on ARCH_MXS && MXS_DMA
378e4243f13SShawn Guo	help
379e4243f13SShawn Guo	  This selects the Freescale SSP MMC controller found on MXS based
380e4243f13SShawn Guo	  platforms like mx23/28.
381e4243f13SShawn Guo
382e4243f13SShawn Guo	  If unsure, say N.
383e4243f13SShawn Guo
3841c6a0718SPierre Ossmanconfig MMC_TIFM_SD
38586147c84SKees Cook	tristate "TI Flash Media MMC/SD Interface support"
38686147c84SKees Cook	depends on PCI
3871c6a0718SPierre Ossman	select TIFM_CORE
3881c6a0718SPierre Ossman	help
3891c6a0718SPierre Ossman	  Say Y here if you want to be able to access MMC/SD cards with
3901c6a0718SPierre Ossman	  the Texas Instruments(R) Flash Media card reader, found in many
3911c6a0718SPierre Ossman	  laptops.
3921c6a0718SPierre Ossman	  This option 'selects' (turns on, enables) 'TIFM_CORE', but you
3931c6a0718SPierre Ossman	  probably also need appropriate card reader host adapter, such as
3941c6a0718SPierre Ossman	  'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
3951c6a0718SPierre Ossman	  (TIFM_7XX1)'.
3961c6a0718SPierre Ossman
3971c6a0718SPierre Ossman          To compile this driver as a module, choose M here: the
3981c6a0718SPierre Ossman	  module will be called tifm_sd.
3991c6a0718SPierre Ossman
400236caa7cSMaen Suleimanconfig MMC_MVSDIO
401236caa7cSMaen Suleiman	tristate "Marvell MMC/SD/SDIO host driver"
402236caa7cSMaen Suleiman	depends on PLAT_ORION
403236caa7cSMaen Suleiman	---help---
404236caa7cSMaen Suleiman	  This selects the Marvell SDIO host driver.
405236caa7cSMaen Suleiman	  SDIO may currently be found on the Kirkwood 88F6281 and 88F6192
406236caa7cSMaen Suleiman	  SoC controllers.
407236caa7cSMaen Suleiman
408236caa7cSMaen Suleiman	  To compile this driver as a module, choose M here: the
409236caa7cSMaen Suleiman	  module will be called mvsdio.
410236caa7cSMaen Suleiman
411b4cff454SVipin Bhandariconfig MMC_DAVINCI
412b4cff454SVipin Bhandari        tristate "TI DAVINCI Multimedia Card Interface support"
413b4cff454SVipin Bhandari        depends on ARCH_DAVINCI
414b4cff454SVipin Bhandari        help
415b4cff454SVipin Bhandari          This selects the TI DAVINCI Multimedia card Interface.
416b4cff454SVipin Bhandari          If you have an DAVINCI board with a Multimedia Card slot,
417b4cff454SVipin Bhandari          say Y or M here.  If unsure, say N.
418b4cff454SVipin Bhandari
41985c34d2eSMike Lockwoodconfig MMC_GOLDFISH
42085c34d2eSMike Lockwood	tristate "goldfish qemu Multimedia Card Interface support"
42185c34d2eSMike Lockwood	depends on GOLDFISH
42285c34d2eSMike Lockwood	help
42385c34d2eSMike Lockwood	  This selects the Goldfish Multimedia card Interface emulation
42485c34d2eSMike Lockwood	  found on the Goldfish Android virtual device emulation.
42585c34d2eSMike Lockwood
42615a0580cSDavid Brownellconfig MMC_SPI
42757105737SPierre Ossman	tristate "MMC/SD/SDIO over SPI"
4281ea4f444SPierre Ossman	depends on SPI_MASTER && !HIGHMEM && HAS_DMA
42915a0580cSDavid Brownell	select CRC7
43015a0580cSDavid Brownell	select CRC_ITU_T
43115a0580cSDavid Brownell	help
432692105b8SMatt LaPlante	  Some systems access MMC/SD/SDIO cards using a SPI controller
43357105737SPierre Ossman	  instead of using a "native" MMC/SD/SDIO controller.  This has a
43457105737SPierre Ossman	  disadvantage of being relatively high overhead, but a compensating
43557105737SPierre Ossman	  advantage of working on many systems without dedicated MMC/SD/SDIO
43657105737SPierre Ossman	  controllers.
43715a0580cSDavid Brownell
43815a0580cSDavid Brownell	  If unsure, or if your system has no SPI master driver, say N.
43915a0580cSDavid Brownell
440be518018SThomas Kleffelconfig MMC_S3C
441be518018SThomas Kleffel	tristate "Samsung S3C SD/MMC Card Interface support"
442b130d5c2SKukjin Kim	depends on ARCH_S3C24XX
443b45e4b50SVasily Khoruzhick	depends on S3C24XX_DMAC
444be518018SThomas Kleffel	help
445be518018SThomas Kleffel	  This selects a driver for the MCI interface found in
446be518018SThomas Kleffel          Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
447be518018SThomas Kleffel	  If you have a board based on one of those and a MMC/SD
448be518018SThomas Kleffel	  slot, say Y or M here.
449be518018SThomas Kleffel
450be518018SThomas Kleffel	  If unsure, say N.
451be518018SThomas Kleffel
4525a2c4fe0SBen Dooksconfig MMC_S3C_HW_SDIO_IRQ
4535a2c4fe0SBen Dooks       bool "Hardware support for SDIO IRQ"
4545a2c4fe0SBen Dooks       depends on MMC_S3C
4555a2c4fe0SBen Dooks       help
4565a2c4fe0SBen Dooks         Enable the hardware support for SDIO interrupts instead of using
4575a2c4fe0SBen Dooks	 the generic polling code.
4585a2c4fe0SBen Dooks
45926f14947SBen Dookschoice
46026f14947SBen Dooks	prompt "Samsung S3C SD/MMC transfer code"
46126f14947SBen Dooks	depends on MMC_S3C
46226f14947SBen Dooks
46326f14947SBen Dooksconfig MMC_S3C_PIO
46426f14947SBen Dooks	bool "Use PIO transfers only"
46526f14947SBen Dooks	help
46626f14947SBen Dooks	  Use PIO to transfer data between memory and the hardware.
46726f14947SBen Dooks
46826f14947SBen Dooks	  PIO is slower than DMA as it requires CPU instructions to
46926f14947SBen Dooks	  move the data. This has been the traditional default for
47026f14947SBen Dooks	  the S3C MCI driver.
47126f14947SBen Dooks
47226f14947SBen Dooksconfig MMC_S3C_DMA
47386147c84SKees Cook	bool "Use DMA transfers only"
47426f14947SBen Dooks	help
47526f14947SBen Dooks	  Use DMA to transfer data between memory and the hardare.
47626f14947SBen Dooks
47726f14947SBen Dooks	  Currently, the DMA support in this driver seems to not be
47826f14947SBen Dooks	  working properly and needs to be debugged before this
47926f14947SBen Dooks	  option is useful.
48026f14947SBen Dooks
48126f14947SBen Dooksendchoice
48226f14947SBen Dooks
4836a36913aSSascha Sommerconfig MMC_SDRICOH_CS
48486147c84SKees Cook	tristate "MMC/SD driver for Ricoh Bay1Controllers"
48586147c84SKees Cook	depends on PCI && PCMCIA
4866a36913aSSascha Sommer	help
4876a36913aSSascha Sommer	  Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA
4886a36913aSSascha Sommer	  card whenever you insert a MMC or SD card into the card slot.
4896a36913aSSascha Sommer
4906a36913aSSascha Sommer	  To compile this driver as a module, choose M here: the
4916a36913aSSascha Sommer	  module will be called sdricoh_cs.
4926a36913aSSascha Sommer
493b6147490SGuennadi Liakhovetskiconfig MMC_TMIO_CORE
494b6147490SGuennadi Liakhovetski	tristate
495b6147490SGuennadi Liakhovetski
4964a48998fSIan Moltonconfig MMC_TMIO
4974a48998fSIan Molton	tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
49842051e8aSGuennadi Liakhovetski	depends on MFD_TMIO || MFD_ASIC3
499b6147490SGuennadi Liakhovetski	select MMC_TMIO_CORE
5004a48998fSIan Molton	help
5014a48998fSIan Molton	  This provides support for the SD/MMC cell found in TC6393XB,
502e6f2c7adSPhilipp Zabel	  T7L66XB and also HTC ASIC3
5035f5bac82SMichał Mirosław
50442051e8aSGuennadi Liakhovetskiconfig MMC_SDHI
50542051e8aSGuennadi Liakhovetski	tristate "SH-Mobile SDHI SD/SDIO controller support"
506ff0fa48fSLaurent Pinchart	depends on SUPERH || ARM
507ff0fa48fSLaurent Pinchart	depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
50842051e8aSGuennadi Liakhovetski	select MMC_TMIO_CORE
50942051e8aSGuennadi Liakhovetski	help
51042051e8aSGuennadi Liakhovetski	  This provides support for the SDHI SD/SDIO controller found in
51142051e8aSGuennadi Liakhovetski	  SuperH and ARM SH-Mobile SoCs
51242051e8aSGuennadi Liakhovetski
5135f5bac82SMichał Mirosławconfig MMC_CB710
5145f5bac82SMichał Mirosław	tristate "ENE CB710 MMC/SD Interface support"
5150244ad00SMartin Schwidefsky	depends on PCI
5165f5bac82SMichał Mirosław	select CB710_CORE
5175f5bac82SMichał Mirosław	help
5185f5bac82SMichał Mirosław	  This option enables support for MMC/SD part of ENE CB710/720 Flash
5195f5bac82SMichał Mirosław	  memory card reader found in some laptops (ie. some versions of
5205f5bac82SMichał Mirosław	  HP Compaq nx9500).
5215f5bac82SMichał Mirosław
5225f5bac82SMichał Mirosław	  This driver can also be built as a module. If so, the module
5235f5bac82SMichał Mirosław	  will be called cb710-mmc.
5245f5bac82SMichał Mirosław
525f0bf7f61SHarald Welteconfig MMC_VIA_SDMMC
526f0bf7f61SHarald Welte	tristate "VIA SD/MMC Card Reader Driver"
527f0bf7f61SHarald Welte	depends on PCI
528f0bf7f61SHarald Welte	help
529f0bf7f61SHarald Welte	  This selects the VIA SD/MMC Card Reader driver, say Y or M here.
530f0bf7f61SHarald Welte	  VIA provides one multi-functional card reader which integrated into
531f0bf7f61SHarald Welte	  some motherboards manufactured by VIA. This card reader supports
532f0bf7f61SHarald Welte	  SD/MMC/SDHC.
533f0bf7f61SHarald Welte	  If you have a controller with this interface, say Y or M here.
534f0bf7f61SHarald Welte
535f0bf7f61SHarald Welte	  If unsure, say N.
536eb962d5bSCliff Cai
537eb962d5bSCliff Caiconfig SDH_BFIN
538eb962d5bSCliff Cai	tristate "Blackfin Secure Digital Host support"
53905dabcc4SMike Frysinger	depends on (BF54x && !BF544) || (BF51x && !BF512)
540eb962d5bSCliff Cai	help
541eb962d5bSCliff Cai	  If you say yes here you will get support for the Blackfin on-chip
542eb962d5bSCliff Cai	  Secure Digital Host interface.  This includes support for MMC and
543eb962d5bSCliff Cai	  SD cards.
544eb962d5bSCliff Cai
545eb962d5bSCliff Cai	  To compile this driver as a module, choose M here: the
546eb962d5bSCliff Cai	  module will be called bfin_sdh.
547eb962d5bSCliff Cai
548eb962d5bSCliff Cai	  If unsure, say N.
549eb962d5bSCliff Cai
550eb962d5bSCliff Caiconfig SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND
551eb962d5bSCliff Cai	bool "Blackfin EZkit Missing SDH_CMD Pull Up Resistor Workaround"
552eb962d5bSCliff Cai	depends on SDH_BFIN
553eb962d5bSCliff Cai	help
554eb962d5bSCliff Cai	  If you say yes here SD-Cards may work on the EZkit.
555fdc50a94SYusuke Goda
556f95f3850SWill Newtonconfig MMC_DW
557f95f3850SWill Newton	tristate "Synopsys DesignWare Memory Card Interface"
558b7d06c85SMischa Jonker	depends on ARC || ARM
559f95f3850SWill Newton	help
560f95f3850SWill Newton	  This selects support for the Synopsys DesignWare Mobile Storage IP
561f95f3850SWill Newton	  block, this provides host support for SD and MMC interfaces, in both
562f95f3850SWill Newton	  PIO and external DMA modes.
563f95f3850SWill Newton
564f95f3850SWill Newtonconfig MMC_DW_IDMAC
565f95f3850SWill Newton	bool "Internal DMAC interface"
566f95f3850SWill Newton	depends on MMC_DW
567f95f3850SWill Newton	help
568f95f3850SWill Newton	  This selects support for the internal DMAC block within the Synopsys
569f95f3850SWill Newton	  Designware Mobile Storage IP block. This disables the external DMA
570f95f3850SWill Newton	  interface.
571f95f3850SWill Newton
57262ca8034SShashidhar Hiremathconfig MMC_DW_PLTFM
57362ca8034SShashidhar Hiremath	tristate "Synopsys Designware MCI Support as platform device"
57462ca8034SShashidhar Hiremath	depends on MMC_DW
57562ca8034SShashidhar Hiremath	default y
57662ca8034SShashidhar Hiremath	help
57762ca8034SShashidhar Hiremath	  This selects the common helper functions support for Host Controller
57862ca8034SShashidhar Hiremath	  Interface based platform driver. Please select this option if the IP
57962ca8034SShashidhar Hiremath	  is present as a platform device. This is the common interface for the
58062ca8034SShashidhar Hiremath	  Synopsys Designware IP.
58162ca8034SShashidhar Hiremath
58262ca8034SShashidhar Hiremath	  If you have a controller with this interface, say Y or M here.
58362ca8034SShashidhar Hiremath
58462ca8034SShashidhar Hiremath	  If unsure, say Y.
58562ca8034SShashidhar Hiremath
586c3665006SThomas Abrahamconfig MMC_DW_EXYNOS
587e41e85ccSMasanari Iida	tristate "Exynos specific extensions for Synopsys DW Memory Card Interface"
588c3665006SThomas Abraham	depends on MMC_DW
589c3665006SThomas Abraham	select MMC_DW_PLTFM
590c3665006SThomas Abraham	help
591c3665006SThomas Abraham	  This selects support for Samsung Exynos SoC specific extensions to the
592c3665006SThomas Abraham	  Synopsys DesignWare Memory Card Interface driver. Select this option
593c3665006SThomas Abraham	  for platforms based on Exynos4 and Exynos5 SoC's.
594c3665006SThomas Abraham
595036f29d5SZhangfei Gaoconfig MMC_DW_K3
596036f29d5SZhangfei Gao	tristate "K3 specific extensions for Synopsys DW Memory Card Interface"
597036f29d5SZhangfei Gao	depends on MMC_DW
598036f29d5SZhangfei Gao	select MMC_DW_PLTFM
599036f29d5SZhangfei Gao	select MMC_DW_IDMAC
600036f29d5SZhangfei Gao	help
601036f29d5SZhangfei Gao	  This selects support for Hisilicon K3 SoC specific extensions to the
602036f29d5SZhangfei Gao	  Synopsys DesignWare Memory Card Interface driver. Select this option
603036f29d5SZhangfei Gao	  for platforms based on Hisilicon K3 SoC's.
604036f29d5SZhangfei Gao
60562ca8034SShashidhar Hiremathconfig MMC_DW_PCI
60662ca8034SShashidhar Hiremath	tristate "Synopsys Designware MCI support on PCI bus"
60762ca8034SShashidhar Hiremath	depends on MMC_DW && PCI
60862ca8034SShashidhar Hiremath	help
60962ca8034SShashidhar Hiremath	  This selects the PCI bus for the Synopsys Designware Mobile Storage IP.
61062ca8034SShashidhar Hiremath	  Select this option if the IP is present on PCI platform.
61162ca8034SShashidhar Hiremath
61262ca8034SShashidhar Hiremath	  If you have a controller with this interface, say Y or M here.
61362ca8034SShashidhar Hiremath
61462ca8034SShashidhar Hiremath	  If unsure, say N.
61562ca8034SShashidhar Hiremath
616fdc50a94SYusuke Godaconfig MMC_SH_MMCIF
617fdc50a94SYusuke Goda	tristate "SuperH Internal MMCIF support"
6189ccb0bd0SLaurent Pinchart	depends on MMC_BLOCK
6199ccb0bd0SLaurent Pinchart	depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
620fdc50a94SYusuke Goda	help
621b595076aSUwe Kleine-König	  This selects the MMC Host Interface controller (MMCIF).
622fdc50a94SYusuke Goda
623fdc50a94SYusuke Goda	  This driver supports MMCIF in sh7724/sh7757/sh7372.
62461bfbdb8SLars-Peter Clausen
62561bfbdb8SLars-Peter Clausenconfig MMC_JZ4740
62661bfbdb8SLars-Peter Clausen	tristate "JZ4740 SD/Multimedia Card Interface support"
62761bfbdb8SLars-Peter Clausen	depends on MACH_JZ4740
62861bfbdb8SLars-Peter Clausen	help
62961bfbdb8SLars-Peter Clausen	  This selects support for the SD/MMC controller on Ingenic JZ4740
63061bfbdb8SLars-Peter Clausen	  SoCs.
63161bfbdb8SLars-Peter Clausen	  If you have a board based on such a SoC and with a SD/MMC slot,
63261bfbdb8SLars-Peter Clausen	  say Y or M here.
63353f3a9e2SDavid Vrabel
63488095e7bSTony Olechconfig MMC_VUB300
63588095e7bSTony Olech	tristate "VUB300 USB to SDIO/SD/MMC Host Controller support"
63688095e7bSTony Olech	depends on USB
63788095e7bSTony Olech	help
63888095e7bSTony Olech	  This selects support for Elan Digital Systems' VUB300 chip.
63988095e7bSTony Olech
64088095e7bSTony Olech	  The VUB300 is a USB-SDIO Host Controller Interface chip
64188095e7bSTony Olech	  that enables the host computer to use SDIO/SD/MMC cards
64288095e7bSTony Olech	  via a USB 2.0 or USB 1.1 host.
64388095e7bSTony Olech
64488095e7bSTony Olech	  The VUB300 chip will be found in both physically separate
64588095e7bSTony Olech	  USB to SDIO/SD/MMC adapters and embedded on some motherboards.
64688095e7bSTony Olech
64788095e7bSTony Olech	  The VUB300 chip supports SD and MMC memory cards in addition
64888095e7bSTony Olech	  to single and multifunction SDIO cards.
64988095e7bSTony Olech
65088095e7bSTony Olech	  Some SDIO cards will need a firmware file to be loaded and
65188095e7bSTony Olech	  sent to VUB300 chip in order to achieve better data throughput.
65288095e7bSTony Olech	  Download these "Offload Pseudocode" from Elan Digital Systems'
65388095e7bSTony Olech	  web-site http://www.elandigitalsystems.com/support/downloads.php
65488095e7bSTony Olech	  and put them in /lib/firmware. Note that without these additional
65588095e7bSTony Olech	  firmware files the VUB300 chip will still function, but not at
65688095e7bSTony Olech	  the best obtainable data rate.
65788095e7bSTony Olech
65888095e7bSTony Olech	  To compile this mmc host controller driver as a module,
65988095e7bSTony Olech	  choose M here: the module will be called vub300.
66088095e7bSTony Olech
66188095e7bSTony Olech	  If you have a computer with an embedded VUB300 chip
66288095e7bSTony Olech	  or if you intend connecting a USB adapter based on a
66388095e7bSTony Olech	  VUB300 chip say Y or M here.
66488095e7bSTony Olech
66553f3a9e2SDavid Vrabelconfig MMC_USHC
66653f3a9e2SDavid Vrabel	tristate "USB SD Host Controller (USHC) support"
66753f3a9e2SDavid Vrabel	depends on USB
66853f3a9e2SDavid Vrabel	help
66953f3a9e2SDavid Vrabel	  This selects support for USB SD Host Controllers based on
67053f3a9e2SDavid Vrabel	  the Cypress Astoria chip with firmware compliant with CSR's
67153f3a9e2SDavid Vrabel	  USB SD Host Controller specification (CS-118793-SP).
67253f3a9e2SDavid Vrabel
67353f3a9e2SDavid Vrabel	  CSR boards with this device include: USB<>SDIO (M1985v2),
67453f3a9e2SDavid Vrabel	  and Ultrasira.
67553f3a9e2SDavid Vrabel
67653f3a9e2SDavid Vrabel	  Note: These controllers only support SDIO cards and do not
67753f3a9e2SDavid Vrabel	  support MMC or SD memory cards.
6783a96dff0STony Prisk
6793a96dff0STony Priskconfig MMC_WMT
6803a96dff0STony Prisk	tristate "Wondermedia SD/MMC Host Controller support"
6813a96dff0STony Prisk	depends on ARCH_VT8500
6823a96dff0STony Prisk	default y
6833a96dff0STony Prisk	help
6843a96dff0STony Prisk	  This selects support for the SD/MMC Host Controller on
6853a96dff0STony Prisk	  Wondermedia WM8505/WM8650 based SoCs.
6863a96dff0STony Prisk
6873a96dff0STony Prisk	  To compile this driver as a module, choose M here: the
6883a96dff0STony Prisk	  module will be called wmt-sdmmc.
6896a5971d8SLinus Torvalds
69075fa9ea6SGuennadi Liakhovetskiconfig MMC_USDHI6ROL0
69175fa9ea6SGuennadi Liakhovetski	tristate "Renesas USDHI6ROL0 SD/SDIO Host Controller support"
69275fa9ea6SGuennadi Liakhovetski	help
69375fa9ea6SGuennadi Liakhovetski	  This selects support for the Renesas USDHI6ROL0 SD/SDIO
69475fa9ea6SGuennadi Liakhovetski	  Host Controller
69575fa9ea6SGuennadi Liakhovetski
6962c94b645SWei WANGconfig MMC_REALTEK_PCI
6972c94b645SWei WANG	tristate "Realtek PCI-E SD/MMC Card Interface Driver"
6982c94b645SWei WANG	depends on MFD_RTSX_PCI
6992c94b645SWei WANG	help
7002c94b645SWei WANG	  Say Y here to include driver code to support SD/MMC card interface
7012c94b645SWei WANG	  of Realtek PCI-E card reader
702c7f6558dSRoger Tseng
703c7f6558dSRoger Tsengconfig MMC_REALTEK_USB
704c7f6558dSRoger Tseng	tristate "Realtek USB SD/MMC Card Interface Driver"
705c7f6558dSRoger Tseng	depends on MFD_RTSX_USB
706c7f6558dSRoger Tseng	help
707c7f6558dSRoger Tseng	  Say Y here to include driver code to support SD/MMC card interface
708c7f6558dSRoger Tseng	  of Realtek RTS5129/39 series card reader
70919b7f796SDavid Lanzendörfer
71019b7f796SDavid Lanzendörferconfig MMC_SUNXI
71119b7f796SDavid Lanzendörfer	tristate "Allwinner sunxi SD/MMC Host Controller support"
71219b7f796SDavid Lanzendörfer	depends on ARCH_SUNXI
71319b7f796SDavid Lanzendörfer	help
71419b7f796SDavid Lanzendörfer	  This selects support for the SD/MMC Host Controller on
71519b7f796SDavid Lanzendörfer	  Allwinner sunxi SoCs.
716