xref: /openbmc/linux/drivers/mmc/host/Kconfig (revision 4e268fed)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21c6a0718SPierre Ossman#
31c6a0718SPierre Ossman# MMC/SD host controller drivers
41c6a0718SPierre Ossman#
51c6a0718SPierre Ossman
657105737SPierre Ossmancomment "MMC/SD/SDIO Host Controller Drivers"
71c6a0718SPierre Ossman
803596b92SShawn Linconfig MMC_DEBUG
9b4f146f5SWolfram Sang	bool "MMC host drivers debugging"
1003596b92SShawn Lin	depends on MMC != n
1103596b92SShawn Lin	help
1203596b92SShawn Lin	  This is an option for use by developers; most people should
1303596b92SShawn Lin	  say N here. This enables MMC host driver debugging. And further
1403596b92SShawn Lin	  added host drivers please don't invent their private macro for
1503596b92SShawn Lin	  debugging.
1603596b92SShawn Lin
17*4e268fedSTony Huangconfig MMC_SUNPLUS
18*4e268fedSTony Huang	tristate "Sunplus SP7021 MMC Controller"
19*4e268fedSTony Huang	depends on ARCH_SUNPLUS || COMPILE_TEST
20*4e268fedSTony Huang	help
21*4e268fedSTony Huang	  If you say yes here, you will get support for eMMC host interface
22*4e268fedSTony Huang	  on Sunplus SoCs.
23*4e268fedSTony Huang
24*4e268fedSTony Huang	  If unsure, say N
25*4e268fedSTony Huang
261c6a0718SPierre Ossmanconfig MMC_ARMMMCI
271c6a0718SPierre Ossman	tristate "ARM AMBA Multimedia Card Interface support"
28790864dcSJan Engelhardt	depends on ARM_AMBA
291c6a0718SPierre Ossman	help
301c6a0718SPierre Ossman	  This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
311c6a0718SPierre Ossman	  Interface (PL180 and PL181) support.  If you have an ARM(R)
321c6a0718SPierre Ossman	  platform with a Multimedia Card slot, say Y or M here.
331c6a0718SPierre Ossman
341c6a0718SPierre Ossman	  If unsure, say N.
351c6a0718SPierre Ossman
369cb15142SSrinivas Kandagatlaconfig MMC_QCOM_DML
371ac99066SSrinivas Kandagatla	bool "Qualcomm Data Mover for SD Card Controller"
389cb15142SSrinivas Kandagatla	depends on MMC_ARMMMCI && QCOM_BAM_DMA
399cb15142SSrinivas Kandagatla	default y
409cb15142SSrinivas Kandagatla	help
419cb15142SSrinivas Kandagatla	  This selects the Qualcomm Data Mover lite/local on SD Card controller.
429cb15142SSrinivas Kandagatla	  This option will enable the dma to work correctly, if you are using
439cb15142SSrinivas Kandagatla	  Qcom SOCs and MMC, you would probably need this option to get DMA working.
449cb15142SSrinivas Kandagatla
459cb15142SSrinivas Kandagatla	  if unsure, say N.
469cb15142SSrinivas Kandagatla
4746b723ddSLudovic Barreconfig MMC_STM32_SDMMC
4846b723ddSLudovic Barre	bool "STMicroelectronics STM32 SDMMC Controller"
4946b723ddSLudovic Barre	depends on MMC_ARMMMCI
5046b723ddSLudovic Barre	default y
5146b723ddSLudovic Barre	help
5246b723ddSLudovic Barre	  This selects the STMicroelectronics STM32 SDMMC host controller.
5346b723ddSLudovic Barre	  If you have a STM32 sdmmc host with internal DMA say Y here.
5446b723ddSLudovic Barre
5546b723ddSLudovic Barre	  If unsure, say N.
5646b723ddSLudovic Barre
571c6a0718SPierre Ossmanconfig MMC_PXA
581c6a0718SPierre Ossman	tristate "Intel PXA25x/26x/27x Multimedia Card Interface support"
59790864dcSJan Engelhardt	depends on ARCH_PXA
601c6a0718SPierre Ossman	help
611c6a0718SPierre Ossman	  This selects the Intel(R) PXA(R) Multimedia card Interface.
621c6a0718SPierre Ossman	  If you have a PXA(R) platform with a Multimedia Card slot,
631c6a0718SPierre Ossman	  say Y or M here.
641c6a0718SPierre Ossman
651c6a0718SPierre Ossman	  If unsure, say N.
661c6a0718SPierre Ossman
671c6a0718SPierre Ossmanconfig MMC_SDHCI
6834671dc2SPierre Ossman	tristate "Secure Digital Host Controller Interface support"
69b8c86fc5SPierre Ossman	depends on HAS_DMA
701c6a0718SPierre Ossman	help
71b8c86fc5SPierre Ossman	  This selects the generic Secure Digital Host Controller Interface.
721c6a0718SPierre Ossman	  It is used by manufacturers such as Texas Instruments(R), Ricoh(R)
731c6a0718SPierre Ossman	  and Toshiba(R). Most controllers found in laptops are of this type.
74b8c86fc5SPierre Ossman
75b8c86fc5SPierre Ossman	  If you have a controller with this interface, say Y or M here. You
76b8c86fc5SPierre Ossman	  also need to enable an appropriate bus interface.
77b8c86fc5SPierre Ossman
78b8c86fc5SPierre Ossman	  If unsure, say N.
79b8c86fc5SPierre Ossman
804e4141a5SAnton Vorontsovconfig MMC_SDHCI_IO_ACCESSORS
814e4141a5SAnton Vorontsov	bool
824e4141a5SAnton Vorontsov	depends on MMC_SDHCI
834e4141a5SAnton Vorontsov	help
844e4141a5SAnton Vorontsov	  This is silent Kconfig symbol that is selected by the drivers that
854e4141a5SAnton Vorontsov	  need to overwrite SDHCI IO memory accessors.
864e4141a5SAnton Vorontsov
877657c3a7SAlbert Herranzconfig MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
887657c3a7SAlbert Herranz	bool
8982813b71SJean Delvare	depends on MMC_SDHCI
907657c3a7SAlbert Herranz	select MMC_SDHCI_IO_ACCESSORS
917657c3a7SAlbert Herranz	help
927657c3a7SAlbert Herranz	  This option is selected by drivers running on big endian hosts
937657c3a7SAlbert Herranz	  and performing I/O to a SDHCI controller through a bus that
947657c3a7SAlbert Herranz	  implements a hardware byte swapper using a 32-bit datum.
957657c3a7SAlbert Herranz	  This endian mapping mode is called "data invariance" and
967657c3a7SAlbert Herranz	  has the effect of scrambling the addresses and formats of data
977657c3a7SAlbert Herranz	  accessed in sizes other than the datum size.
987657c3a7SAlbert Herranz
992ca63524Syangbo lu	  This is the case for the Nintendo Wii SDHCI.
1007657c3a7SAlbert Herranz
101b8c86fc5SPierre Ossmanconfig MMC_SDHCI_PCI
102b8c86fc5SPierre Ossman	tristate "SDHCI support on PCI bus"
103b8c86fc5SPierre Ossman	depends on MMC_SDHCI && PCI
1048ee82bdaSAdrian Hunter	select MMC_CQHCI
1050a49a619SAdrian Hunter	select IOSF_MBI if X86
106e51df6ceSBen Chuang	select MMC_SDHCI_IO_ACCESSORS
107b8c86fc5SPierre Ossman	help
108b8c86fc5SPierre Ossman	  This selects the PCI Secure Digital Host Controller Interface.
109b8c86fc5SPierre Ossman	  Most controllers found today are PCI devices.
110b8c86fc5SPierre Ossman
1111c6a0718SPierre Ossman	  If you have a controller with this interface, say Y or M here.
1121c6a0718SPierre Ossman
1131c6a0718SPierre Ossman	  If unsure, say N.
1141c6a0718SPierre Ossman
1155ae70296SPhilip Langdaleconfig MMC_RICOH_MMC
11686147c84SKees Cook	bool "Ricoh MMC Controller Disabler"
117b8c86fc5SPierre Ossman	depends on MMC_SDHCI_PCI
118ba2f7325SJean Delvare	default y
1195ae70296SPhilip Langdale	help
12003cd8f7eSMaxim Levitsky	  This adds a pci quirk to disable Ricoh MMC Controller. This
1215ae70296SPhilip Langdale	  proprietary controller is unnecessary because the SDHCI driver
1225ae70296SPhilip Langdale	  supports MMC cards on the SD controller, but if it is not
1235ae70296SPhilip Langdale	  disabled, it will steal the MMC cards away - rendering them
12403cd8f7eSMaxim Levitsky	  useless. It is safe to select this even if you don't
1255ae70296SPhilip Langdale	  have a Ricoh based card reader.
1265ae70296SPhilip Langdale
1275ae70296SPhilip Langdale	  If unsure, say Y.
1285ae70296SPhilip Langdale
129c4e05037SAdrian Hunterconfig MMC_SDHCI_ACPI
130c4e05037SAdrian Hunter	tristate "SDHCI support for ACPI enumerated SDHCI controllers"
131c2eda8abSSinan Kaya	depends on MMC_SDHCI && ACPI && PCI
1326e1c7d61SAdrian Hunter	select IOSF_MBI if X86
133c4e05037SAdrian Hunter	help
134c4e05037SAdrian Hunter	  This selects support for ACPI enumerated SDHCI controllers,
135c4e05037SAdrian Hunter	  identified by ACPI Compatibility ID PNP0D40 or specific
136c4e05037SAdrian Hunter	  ACPI Hardware IDs.
137c4e05037SAdrian Hunter
138c4e05037SAdrian Hunter	  If you have a controller with this interface, say Y or M here.
139c4e05037SAdrian Hunter
140c4e05037SAdrian Hunter	  If unsure, say N.
141c4e05037SAdrian Hunter
142f0de8369SShawn Guoconfig MMC_SDHCI_PLTFM
143f0de8369SShawn Guo	tristate "SDHCI platform and OF driver helper"
14438576af1SShawn Guo	depends on MMC_SDHCI
145f0de8369SShawn Guo	help
146f0de8369SShawn Guo	  This selects the common helper functions support for Secure Digital
147f0de8369SShawn Guo	  Host Controller Interface based platform and OF drivers.
148f0de8369SShawn Guo
149f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
150f0de8369SShawn Guo
151f0de8369SShawn Guo	  If unsure, say N.
152f0de8369SShawn Guo
153e3ec3a3dSSoren Brinkmannconfig MMC_SDHCI_OF_ARASAN
154e3ec3a3dSSoren Brinkmann	tristate "SDHCI OF support for the Arasan SDHCI controllers"
155e3ec3a3dSSoren Brinkmann	depends on MMC_SDHCI_PLTFM
156e3ec3a3dSSoren Brinkmann	depends on OF
157c390f211SDouglas Anderson	depends on COMMON_CLK
15884362d79SShawn Lin	select MMC_CQHCI
159e3ec3a3dSSoren Brinkmann	help
160e3ec3a3dSSoren Brinkmann	  This selects the Arasan Secure Digital Host Controller Interface
161e3ec3a3dSSoren Brinkmann	  (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC.
162e3ec3a3dSSoren Brinkmann
163e3ec3a3dSSoren Brinkmann	  If you have a controller with this interface, say Y or M here.
164e3ec3a3dSSoren Brinkmann
165e3ec3a3dSSoren Brinkmann	  If unsure, say N.
166e3ec3a3dSSoren Brinkmann
167bb7b8ec6SAndrew Jefferyconfig MMC_SDHCI_OF_ASPEED
168bb7b8ec6SAndrew Jeffery	tristate "SDHCI OF support for the ASPEED SDHCI controller"
1693eb12314SPeter Robinson	depends on ARCH_ASPEED || COMPILE_TEST
170bb7b8ec6SAndrew Jeffery	depends on MMC_SDHCI_PLTFM
17172976643SAndrew Jeffery	depends on OF && OF_ADDRESS
17296790622SIvan Mikhaylov	select MMC_SDHCI_IO_ACCESSORS
173bb7b8ec6SAndrew Jeffery	help
174bb7b8ec6SAndrew Jeffery	  This selects the ASPEED Secure Digital Host Controller Interface.
175bb7b8ec6SAndrew Jeffery
176bb7b8ec6SAndrew Jeffery	  If you have a controller with this interface, say Y or M here. You
177bb7b8ec6SAndrew Jeffery	  also need to enable an appropriate bus interface.
178bb7b8ec6SAndrew Jeffery
179bb7b8ec6SAndrew Jeffery	  If unsure, say N.
180bb7b8ec6SAndrew Jeffery
1810bbcd225SAndrew Jefferyconfig MMC_SDHCI_OF_ASPEED_TEST
182291cd54eSDavid Gow	bool "Tests for the ASPEED SDHCI driver" if !KUNIT_ALL_TESTS
183291cd54eSDavid Gow	depends on MMC_SDHCI_OF_ASPEED && KUNIT
184d52788b3SDavid Gow	depends on (MMC_SDHCI_OF_ASPEED=m || KUNIT=y)
185291cd54eSDavid Gow	default KUNIT_ALL_TESTS
1860bbcd225SAndrew Jeffery	help
1870bbcd225SAndrew Jeffery	  Enable KUnit tests for the ASPEED SDHCI driver. Select this
1880bbcd225SAndrew Jeffery	  option only if you will boot the kernel for the purpose of running
1890bbcd225SAndrew Jeffery	  unit tests (e.g. under UML or qemu).
1900bbcd225SAndrew Jeffery
1910bbcd225SAndrew Jeffery	  The KUnit tests generally exercise parts of the driver that do not
1920bbcd225SAndrew Jeffery	  directly touch the hardware, for example, the phase correction
1930bbcd225SAndrew Jeffery	  calculations.
1940bbcd225SAndrew Jeffery
1950bbcd225SAndrew Jeffery	  If unsure, say N.
1960bbcd225SAndrew Jeffery
197bb5f8ea4Sludovic.desroches@atmel.comconfig MMC_SDHCI_OF_AT91
198bb5f8ea4Sludovic.desroches@atmel.com	tristate "SDHCI OF support for the Atmel SDMMC controller"
199bb5f8ea4Sludovic.desroches@atmel.com	depends on MMC_SDHCI_PLTFM
200ca2d13ecSMasahiro Yamada	depends on OF && HAVE_CLK
201bb5f8ea4Sludovic.desroches@atmel.com	help
202bb5f8ea4Sludovic.desroches@atmel.com	  This selects the Atmel SDMMC driver
203bb5f8ea4Sludovic.desroches@atmel.com
204f0de8369SShawn Guoconfig MMC_SDHCI_OF_ESDHC
205f0de8369SShawn Guo	tristate "SDHCI OF support for the Freescale eSDHC controller"
206f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
20754d84544SKrzysztof Kozlowski	depends on PPC || ARCH_MXC || ARCH_LAYERSCAPE || COMPILE_TEST
2082ca63524Syangbo lu	select MMC_SDHCI_IO_ACCESSORS
209151ede40Syangbo lu	select FSL_GUTS
2107657c3a7SAlbert Herranz	help
2117657c3a7SAlbert Herranz	  This selects the Freescale eSDHC controller support.
2123085e9c1SAnton Vorontsov
213f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
214f0de8369SShawn Guo
2153085e9c1SAnton Vorontsov	  If unsure, say N.
2163085e9c1SAnton Vorontsov
2171144ab5dSAlbert Herranzconfig MMC_SDHCI_OF_HLWD
218f0de8369SShawn Guo	tristate "SDHCI OF support for the Nintendo Wii SDHCI controllers"
219f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
2205f2e097cSKevin Hao	depends on PPC
2211144ab5dSAlbert Herranz	select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
2221144ab5dSAlbert Herranz	help
2231144ab5dSAlbert Herranz	  This selects the Secure Digital Host Controller Interface (SDHCI)
2241144ab5dSAlbert Herranz	  found in the "Hollywood" chipset of the Nintendo Wii video game
2251144ab5dSAlbert Herranz	  console.
2261144ab5dSAlbert Herranz
227f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
228f0de8369SShawn Guo
2291144ab5dSAlbert Herranz	  If unsure, say N.
2301144ab5dSAlbert Herranz
231e438cf49SJisheng Zhangconfig MMC_SDHCI_OF_DWCMSHC
232e438cf49SJisheng Zhang	tristate "SDHCI OF support for the Synopsys DWC MSHC"
233e438cf49SJisheng Zhang	depends on MMC_SDHCI_PLTFM
234e438cf49SJisheng Zhang	depends on OF
235e438cf49SJisheng Zhang	depends on COMMON_CLK
236e438cf49SJisheng Zhang	help
237e438cf49SJisheng Zhang	  This selects Synopsys DesignWare Cores Mobile Storage Controller
238e438cf49SJisheng Zhang	  support.
239e438cf49SJisheng Zhang	  If you have a controller with this interface, say Y or M here.
240e438cf49SJisheng Zhang	  If unsure, say N.
241e438cf49SJisheng Zhang
24243611afbSLars Povlsenconfig MMC_SDHCI_OF_SPARX5
24343611afbSLars Povlsen	tristate "SDHCI OF support for the MCHP Sparx5 SoC"
24443611afbSLars Povlsen	depends on MMC_SDHCI_PLTFM
24554d84544SKrzysztof Kozlowski	depends on ARCH_SPARX5 || COMPILE_TEST
24643611afbSLars Povlsen	help
24743611afbSLars Povlsen	  This selects the Secure Digital Host Controller Interface (SDHCI)
24843611afbSLars Povlsen	  found in the MCHP Sparx5 SoC.
24943611afbSLars Povlsen
25043611afbSLars Povlsen	  If you have a Sparx5 SoC with this interface, say Y or M here.
25143611afbSLars Povlsen
25243611afbSLars Povlsen	  If unsure, say N.
25343611afbSLars Povlsen
254ff6af28fSMasahiro Yamadaconfig MMC_SDHCI_CADENCE
255ff6af28fSMasahiro Yamada	tristate "SDHCI support for the Cadence SD/SDIO/eMMC controller"
256ff6af28fSMasahiro Yamada	depends on MMC_SDHCI_PLTFM
257ff6af28fSMasahiro Yamada	depends on OF
258ff6af28fSMasahiro Yamada	help
259ff6af28fSMasahiro Yamada	  This selects the Cadence SD/SDIO/eMMC driver.
260ff6af28fSMasahiro Yamada
261ff6af28fSMasahiro Yamada	  If you have a controller with this interface, say Y or M here.
262ff6af28fSMasahiro Yamada
263ff6af28fSMasahiro Yamada	  If unsure, say N.
264ff6af28fSMasahiro Yamada
26520b1597bSAnton Vorontsovconfig MMC_SDHCI_CNS3XXX
26685d6509dSShawn Guo	tristate "SDHCI support on the Cavium Networks CNS3xxx SoC"
26754d84544SKrzysztof Kozlowski	depends on ARCH_CNS3XXX || COMPILE_TEST
268f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
26920b1597bSAnton Vorontsov	help
27020b1597bSAnton Vorontsov	  This selects the SDHCI support for CNS3xxx System-on-Chip devices.
27120b1597bSAnton Vorontsov
272f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
273f0de8369SShawn Guo
27420b1597bSAnton Vorontsov	  If unsure, say N.
27520b1597bSAnton Vorontsov
276a5a944d2SAngelo Dureghelloconfig MMC_SDHCI_ESDHC_MCF
277a5a944d2SAngelo Dureghello	tristate "SDHCI support for the Freescale eSDHC ColdFire controller"
278a5a944d2SAngelo Dureghello	depends on M5441x
279a5a944d2SAngelo Dureghello	depends on MMC_SDHCI_PLTFM
280a5a944d2SAngelo Dureghello	select MMC_SDHCI_IO_ACCESSORS
281a5a944d2SAngelo Dureghello	help
282a5a944d2SAngelo Dureghello	  This selects the Freescale eSDHC controller support for
283a5a944d2SAngelo Dureghello	  ColdFire mcf5441x devices.
284a5a944d2SAngelo Dureghello
285a5a944d2SAngelo Dureghello	  If you have a controller with this interface, say Y or M here.
286a5a944d2SAngelo Dureghello
287a5a944d2SAngelo Dureghello	  If unsure, say N.
288a5a944d2SAngelo Dureghello
28995f25efeSWolfram Sangconfig MMC_SDHCI_ESDHC_IMX
29095a2482aSShawn Guo	tristate "SDHCI support for the Freescale eSDHC/uSDHC i.MX controller"
29154d84544SKrzysztof Kozlowski	depends on ARCH_MXC || COMPILE_TEST
292f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
293ebe9572fSFabio Estevam	depends on OF
29495f25efeSWolfram Sang	select MMC_SDHCI_IO_ACCESSORS
295bb6e3581SBOUGH CHEN	select MMC_CQHCI
29695f25efeSWolfram Sang	help
29795a2482aSShawn Guo	  This selects the Freescale eSDHC/uSDHC controller support
29895a2482aSShawn Guo	  found on i.MX25, i.MX35 i.MX5x and i.MX6x.
29995f25efeSWolfram Sang
300f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
301f0de8369SShawn Guo
30295f25efeSWolfram Sang	  If unsure, say N.
30395f25efeSWolfram Sang
304985b1aa0SMike Rapoportconfig MMC_SDHCI_DOVE
30585d6509dSShawn Guo	tristate "SDHCI support on Marvell's Dove SoC"
30654d84544SKrzysztof Kozlowski	depends on ARCH_DOVE || MACH_DOVE || COMPILE_TEST
307f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
308985b1aa0SMike Rapoport	select MMC_SDHCI_IO_ACCESSORS
309985b1aa0SMike Rapoport	help
310985b1aa0SMike Rapoport	  This selects the Secure Digital Host Controller Interface in
311985b1aa0SMike Rapoport	  Marvell's Dove SoC.
312985b1aa0SMike Rapoport
313f0de8369SShawn Guo	  If you have a controller with this interface, say Y or M here.
314f0de8369SShawn Guo
315985b1aa0SMike Rapoport	  If unsure, say N.
316985b1aa0SMike Rapoport
31703d2bfc8SOlof Johanssonconfig MMC_SDHCI_TEGRA
31885d6509dSShawn Guo	tristate "SDHCI platform support for the Tegra SD/MMC Controller"
31954d84544SKrzysztof Kozlowski	depends on ARCH_TEGRA || COMPILE_TEST
320f0de8369SShawn Guo	depends on MMC_SDHCI_PLTFM
32103d2bfc8SOlof Johansson	select MMC_SDHCI_IO_ACCESSORS
3223c4019f9SSowjanya Komatineni	select MMC_CQHCI
32303d2bfc8SOlof Johansson	help
32403d2bfc8SOlof Johansson	  This selects the Tegra SD/MMC controller. If you have a Tegra
32503d2bfc8SOlof Johansson	  platform with SD or MMC devices, say Y or M here.
32603d2bfc8SOlof Johansson
32703d2bfc8SOlof Johansson	  If unsure, say N.
32803d2bfc8SOlof Johansson
3290d1bb41aSBen Dooksconfig MMC_SDHCI_S3C
33046cdda97SKrzysztof Kozlowski	tristate "SDHCI support on Samsung S3C/S5P/Exynos SoC"
33154d84544SKrzysztof Kozlowski	depends on MMC_SDHCI
332e731f314SLinus Torvalds	depends on PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
3330d1bb41aSBen Dooks	help
3340d1bb41aSBen Dooks	  This selects the Secure Digital Host Controller Interface (SDHCI)
3350d1bb41aSBen Dooks	  often referrered to as the HSMMC block in some of the Samsung S3C
33646cdda97SKrzysztof Kozlowski	  (S3C2416, S3C2443, S3C6410), S5Pv210 and Exynos (Exynso4210,
33746cdda97SKrzysztof Kozlowski	  Exynos4412) SoCs.
3380d1bb41aSBen Dooks
33946cdda97SKrzysztof Kozlowski	  If you have a controller with this interface (thereforeyou build for
34046cdda97SKrzysztof Kozlowski	  such Samsung SoC), say Y or M here.
3410d1bb41aSBen Dooks
3420d1bb41aSBen Dooks	  If unsure, say N.
3430d1bb41aSBen Dooks
344a702c8abSZhangfei Gaoconfig MMC_SDHCI_PXAV3
345a702c8abSZhangfei Gao	tristate "Marvell MMP2 SD Host Controller support (PXAV3)"
3462f4574ddSArnd Bergmann	depends on HAVE_CLK
3475d01b768SArnd Bergmann	depends on MMC_SDHCI_PLTFM
348daa3054fSJean Delvare	depends on ARCH_BERLIN || ARCH_MMP || ARCH_MVEBU || COMPILE_TEST
349a702c8abSZhangfei Gao	default CPU_MMP2
350a702c8abSZhangfei Gao	help
351a702c8abSZhangfei Gao	  This selects the Marvell(R) PXAV3 SD Host Controller.
352a702c8abSZhangfei Gao	  If you have a MMP2 platform with SD Host Controller
353a702c8abSZhangfei Gao	  and a card slot, say Y or M here.
354a702c8abSZhangfei Gao
355a702c8abSZhangfei Gao	  If unsure, say N.
356a702c8abSZhangfei Gao
3579f5d71e4SZhangfei Gaoconfig MMC_SDHCI_PXAV2
3589f5d71e4SZhangfei Gao	tristate "Marvell PXA9XX SD Host Controller support (PXAV2)"
3592f4574ddSArnd Bergmann	depends on HAVE_CLK
3605d01b768SArnd Bergmann	depends on MMC_SDHCI_PLTFM
3618a8735ebSJean Delvare	depends on ARCH_MMP || COMPILE_TEST
3629f5d71e4SZhangfei Gao	default CPU_PXA910
3639f5d71e4SZhangfei Gao	help
3649f5d71e4SZhangfei Gao	  This selects the Marvell(R) PXAV2 SD Host Controller.
3659f5d71e4SZhangfei Gao	  If you have a PXA9XX platform with SD Host Controller
3669f5d71e4SZhangfei Gao	  and a card slot, say Y or M here.
3679f5d71e4SZhangfei Gao
3689f5d71e4SZhangfei Gao	  If unsure, say N.
3699f5d71e4SZhangfei Gao
370c63b3cbaSViresh KUMARconfig MMC_SDHCI_SPEAR
371c63b3cbaSViresh KUMAR	tristate "SDHCI support on ST SPEAr platform"
37254d84544SKrzysztof Kozlowski	depends on MMC_SDHCI
37354d84544SKrzysztof Kozlowski	depends on PLAT_SPEAR || COMPILE_TEST
374bbd7f0a2SUlf Hansson	depends on OF
375c63b3cbaSViresh KUMAR	help
376c63b3cbaSViresh KUMAR	  This selects the Secure Digital Host Controller Interface (SDHCI)
377c63b3cbaSViresh KUMAR	  often referrered to as the HSMMC block in some of the ST SPEAR range
378c63b3cbaSViresh KUMAR	  of SoC
379c63b3cbaSViresh KUMAR
380c63b3cbaSViresh KUMAR	  If you have a controller with this interface, say Y or M here.
381c63b3cbaSViresh KUMAR
382c63b3cbaSViresh KUMAR	  If unsure, say N.
383c63b3cbaSViresh KUMAR
3840d1bb41aSBen Dooksconfig MMC_SDHCI_S3C_DMA
3850d1bb41aSBen Dooks	bool "DMA support on S3C SDHCI"
38686147c84SKees Cook	depends on MMC_SDHCI_S3C
3870d1bb41aSBen Dooks	help
3880d1bb41aSBen Dooks	  Enable DMA support on the Samsung S3C SDHCI glue. The DMA
3890d1bb41aSBen Dooks	  has proved to be problematic if the controller encounters
3900d1bb41aSBen Dooks	  certain errors, and thus should be treated with care.
3910d1bb41aSBen Dooks
3920d1bb41aSBen Dooks	  YMMV.
3930d1bb41aSBen Dooks
39401ebea1bSChristian Daudtconfig MMC_SDHCI_BCM_KONA
39501ebea1bSChristian Daudt	tristate "SDHCI support on Broadcom KONA platform"
39654d84544SKrzysztof Kozlowski	depends on ARCH_BCM_MOBILE || COMPILE_TEST
3975d01b768SArnd Bergmann	depends on MMC_SDHCI_PLTFM
39801ebea1bSChristian Daudt	help
39901ebea1bSChristian Daudt	  This selects the Broadcom Kona Secure Digital Host Controller
40001ebea1bSChristian Daudt	  Interface(SDHCI) support.
40101ebea1bSChristian Daudt	  This is used in Broadcom mobile SoCs.
40201ebea1bSChristian Daudt
40301ebea1bSChristian Daudt	  If you have a controller with this interface, say Y or M here.
40401ebea1bSChristian Daudt
40587a50745SVincent Yangconfig MMC_SDHCI_F_SDH30
40687a50745SVincent Yang	tristate "SDHCI support for Fujitsu Semiconductor F_SDH30"
40787a50745SVincent Yang	depends on MMC_SDHCI_PLTFM
40890e1d8ccSArd Biesheuvel	depends on OF || ACPI
40987a50745SVincent Yang	help
41087a50745SVincent Yang	  This selects the Secure Digital Host Controller Interface (SDHCI)
41187a50745SVincent Yang	  Needed by some Fujitsu SoC for MMC / SD / SDIO support.
41287a50745SVincent Yang	  If you have a controller with this interface, say Y or M here.
41387a50745SVincent Yang
41487a50745SVincent Yang	  If unsure, say N.
41587a50745SVincent Yang
416dd79b7e3STakao Oritoconfig MMC_SDHCI_MILBEAUT
417dd79b7e3STakao Orito	tristate "SDHCI support for Socionext Milbeaut Serieas using F_SDH30"
418dd79b7e3STakao Orito	depends on MMC_SDHCI_PLTFM
419dd79b7e3STakao Orito	depends on OF
420dd79b7e3STakao Orito	help
421dd79b7e3STakao Orito	  This selects the Secure Digital Host Controller Interface (SDHCI)
422dd79b7e3STakao Orito	  Needed by Milbeaut SoC for MMC / SD / SDIO support.
423dd79b7e3STakao Orito	  If you have a controller with this interface, say Y or M here.
424dd79b7e3STakao Orito
425dd79b7e3STakao Orito	  If unsure, say N.
426dd79b7e3STakao Orito
427b580c52dSScott Brandenconfig MMC_SDHCI_IPROC
42877cb7d3aSStefan Wahren	tristate "SDHCI support for the BCM2835 & iProc SD/MMC Controller"
42998b5ce4cSAl Cooper	depends on ARCH_BCM2835 || ARCH_BCM_IPROC || ARCH_BRCMSTB || COMPILE_TEST
430b580c52dSScott Branden	depends on MMC_SDHCI_PLTFM
4317c7ba433SSrinath Mannam	depends on OF || ACPI
432b580c52dSScott Branden	default ARCH_BCM_IPROC
433b580c52dSScott Branden	select MMC_SDHCI_IO_ACCESSORS
434b580c52dSScott Branden	help
435b580c52dSScott Branden	  This selects the iProc SD/MMC controller.
436b580c52dSScott Branden
43777cb7d3aSStefan Wahren	  If you have a BCM2835 or IPROC platform with SD or MMC devices,
438b580c52dSScott Branden	  say Y or M here.
439b580c52dSScott Branden
440b580c52dSScott Branden	  If unsure, say N.
441b580c52dSScott Branden
44251c5d844SKevin Hilmanconfig MMC_MESON_GX
443e79dc1b4SNan Li	tristate "Amlogic S905/GX*/AXG SD/MMC Host Controller support"
44454d84544SKrzysztof Kozlowski	depends on ARCH_MESON|| COMPILE_TEST
4453157b035SRandy Dunlap	depends on COMMON_CLK
44651c5d844SKevin Hilman	help
44751c5d844SKevin Hilman	  This selects support for the Amlogic SD/MMC Host Controller
448e79dc1b4SNan Li	  found on the S905/GX*/AXG family of SoCs.  This controller is
44951c5d844SKevin Hilman	  MMC 5.1 compliant and supports SD, eMMC and SDIO interfaces.
45051c5d844SKevin Hilman
45151c5d844SKevin Hilman	  If you have a controller with this interface, say Y here.
45251c5d844SKevin Hilman
453e4bf1b09SMartin Blumenstinglconfig MMC_MESON_MX_SDHC
454e4bf1b09SMartin Blumenstingl	tristate "Amlogic Meson SDHC Host Controller support"
455e4bf1b09SMartin Blumenstingl	depends on (ARM && ARCH_MESON) || COMPILE_TEST
456e4bf1b09SMartin Blumenstingl	depends on COMMON_CLK
457e4bf1b09SMartin Blumenstingl	depends on OF
458e4bf1b09SMartin Blumenstingl	help
459e4bf1b09SMartin Blumenstingl	  This selects support for the SDHC Host Controller on
460e4bf1b09SMartin Blumenstingl	  Amlogic Meson6, Meson8, Meson8b and Meson8m2 SoCs.
461e4bf1b09SMartin Blumenstingl	  The controller supports the SD/SDIO Spec 3.x and eMMC Spec 4.5x
462e4bf1b09SMartin Blumenstingl	  with 1, 4, and 8 bit bus widths.
463e4bf1b09SMartin Blumenstingl
464e4bf1b09SMartin Blumenstingl	  If you have a controller with this interface, say Y or M here.
465e4bf1b09SMartin Blumenstingl	  If unsure, say N.
466e4bf1b09SMartin Blumenstingl
467ed80a13bSCarlo Caioneconfig MMC_MESON_MX_SDIO
468ed80a13bSCarlo Caione	tristate "Amlogic Meson6/Meson8/Meson8b SD/MMC Host Controller support"
469ed80a13bSCarlo Caione	depends on ARCH_MESON || COMPILE_TEST
470ed80a13bSCarlo Caione	depends on COMMON_CLK
4713fd2fdb3SStephen Boyd	depends on OF_ADDRESS
472ed80a13bSCarlo Caione	help
473ed80a13bSCarlo Caione	  This selects support for the SD/MMC Host Controller on
474ed80a13bSCarlo Caione	  Amlogic Meson6, Meson8 and Meson8b SoCs.
475ed80a13bSCarlo Caione
476ed80a13bSCarlo Caione	  If you have a controller with this interface, say Y or M here.
477ed80a13bSCarlo Caione	  If unsure, say N.
478ed80a13bSCarlo Caione
4791b66e94eSJonas Jensenconfig MMC_MOXART
4801b66e94eSJonas Jensen	tristate "MOXART SD/MMC Host Controller support"
48154d84544SKrzysztof Kozlowski	depends on ARCH_MOXART || COMPILE_TEST
4821b66e94eSJonas Jensen	help
4831b66e94eSJonas Jensen	  This selects support for the MOXART SD/MMC Host Controller.
4841b66e94eSJonas Jensen	  MOXA provides one multi-functional card reader which can
4851b66e94eSJonas Jensen	  be found on some embedded hardware such as UC-7112-LX.
4861b66e94eSJonas Jensen	  If you have a controller with this interface, say Y here.
4871b66e94eSJonas Jensen
488f52d9c4fSPeter Griffinconfig MMC_SDHCI_ST
489f52d9c4fSPeter Griffin	tristate "SDHCI support on STMicroelectronics SoC"
49054d84544SKrzysztof Kozlowski	depends on ARCH_STI || FSP2 || COMPILE_TEST
491f52d9c4fSPeter Griffin	depends on MMC_SDHCI_PLTFM
492f52d9c4fSPeter Griffin	select MMC_SDHCI_IO_ACCESSORS
493f52d9c4fSPeter Griffin	help
494f52d9c4fSPeter Griffin	  This selects the Secure Digital Host Controller Interface in
495f52d9c4fSPeter Griffin	  STMicroelectronics SoCs.
496f52d9c4fSPeter Griffin
497f52d9c4fSPeter Griffin	  If you have a controller with this interface, say Y or M here.
498f52d9c4fSPeter Griffin	  If unsure, say N.
499f52d9c4fSPeter Griffin
5001c6a0718SPierre Ossmanconfig MMC_OMAP
5011c6a0718SPierre Ossman	tristate "TI OMAP Multimedia Card Interface support"
502790864dcSJan Engelhardt	depends on ARCH_OMAP
50360a549fcSArnd Bergmann	depends on TPS65010 || !MACH_OMAP_H2
5041c6a0718SPierre Ossman	help
5051c6a0718SPierre Ossman	  This selects the TI OMAP Multimedia card Interface.
5061c6a0718SPierre Ossman	  If you have an OMAP board with a Multimedia Card slot,
5071c6a0718SPierre Ossman	  say Y or M here.
5081c6a0718SPierre Ossman
5091c6a0718SPierre Ossman	  If unsure, say N.
5101c6a0718SPierre Ossman
511a45c6cb8SMadhusudhan Chikkatureconfig MMC_OMAP_HS
512a45c6cb8SMadhusudhan Chikkature	tristate "TI OMAP High Speed Multimedia Card Interface support"
513a7cedab6SLokesh Vutla	depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST
514a45c6cb8SMadhusudhan Chikkature	help
515a45c6cb8SMadhusudhan Chikkature	  This selects the TI OMAP High Speed Multimedia card Interface.
516bcf24e1dSAmarinder Bindra	  If you have an omap2plus board with a Multimedia Card slot,
517bcf24e1dSAmarinder Bindra	  say Y or M here.
518a45c6cb8SMadhusudhan Chikkature
519a45c6cb8SMadhusudhan Chikkature	  If unsure, say N.
520a45c6cb8SMadhusudhan Chikkature
5211c6a0718SPierre Ossmanconfig MMC_WBSD
5221c6a0718SPierre Ossman	tristate "Winbond W83L51xD SD/MMC Card Interface support"
523f95a387cSArnd Bergmann	depends on ISA_DMA_API
5241c6a0718SPierre Ossman	help
5251c6a0718SPierre Ossman	  This selects the Winbond(R) W83L51xD Secure digital and
5261c6a0718SPierre Ossman	  Multimedia card Interface.
5271c6a0718SPierre Ossman	  If you have a machine with a integrated W83L518D or W83L519D
5281c6a0718SPierre Ossman	  SD/MMC card reader, say Y or M here.
5291c6a0718SPierre Ossman
5301c6a0718SPierre Ossman	  If unsure, say N.
5311c6a0718SPierre Ossman
532c5413ad8SOleksij Rempelconfig MMC_ALCOR
533c5413ad8SOleksij Rempel	tristate "Alcor Micro/Alcor Link SD/MMC controller"
534c5413ad8SOleksij Rempel	depends on MISC_ALCOR_PCI
535c5413ad8SOleksij Rempel	help
536c5413ad8SOleksij Rempel	  Say Y here to include driver code to support SD/MMC card interface
537c5413ad8SOleksij Rempel	  of Alcor Micro PCI-E card reader
538c5413ad8SOleksij Rempel
5391c6a0718SPierre Ossmanconfig MMC_AU1X
5401c6a0718SPierre Ossman	tristate "Alchemy AU1XX0 MMC Card Interface support"
54137663860SManuel Lauss	depends on MIPS_ALCHEMY
5421c6a0718SPierre Ossman	help
5431c6a0718SPierre Ossman	  This selects the AMD Alchemy(R) Multimedia card interface.
5441c6a0718SPierre Ossman	  If you have a Alchemy platform with a MMC slot, say Y or M here.
5451c6a0718SPierre Ossman
5461c6a0718SPierre Ossman	  If unsure, say N.
5471c6a0718SPierre Ossman
5487d2be074SHaavard Skinnemoenconfig MMC_ATMELMCI
549d6a20debSLudovic Desroches	tristate "Atmel SD/MMC Driver (Multimedia Card Interface)"
550ef4b160fSAndy Shevchenko	depends on ARCH_AT91
5517d2be074SHaavard Skinnemoen	help
552ef4b160fSAndy Shevchenko	  This selects the Atmel Multimedia Card Interface driver.
553ef4b160fSAndy Shevchenko	  If you have an AT91 platform with a Multimedia Card slot,
554ef4b160fSAndy Shevchenko	  say Y or M here.
5557d2be074SHaavard Skinnemoen
5567d2be074SHaavard Skinnemoen	  If unsure, say N.
5577d2be074SHaavard Skinnemoen
5580eb0d9f4SGeorgi Djakovconfig MMC_SDHCI_MSM
5590eb0d9f4SGeorgi Djakov	tristate "Qualcomm SDHCI Controller Support"
560d425e42dSAlex Dewar	depends on ARCH_QCOM || COMPILE_TEST
5610eb0d9f4SGeorgi Djakov	depends on MMC_SDHCI_PLTFM
56299d570daSVijay Viswanath	select MMC_SDHCI_IO_ACCESSORS
56387a8df0dSRitesh Harjani	select MMC_CQHCI
564424953cfSArnd Bergmann	select QCOM_SCM if MMC_CRYPTO
5650eb0d9f4SGeorgi Djakov	help
5660eb0d9f4SGeorgi Djakov	  This selects the Secure Digital Host Controller Interface (SDHCI)
5670eb0d9f4SGeorgi Djakov	  support present in Qualcomm SOCs. The controller supports
5680eb0d9f4SGeorgi Djakov	  SD/MMC/SDIO devices.
5690eb0d9f4SGeorgi Djakov
5700eb0d9f4SGeorgi Djakov	  If you have a controller with this interface, say Y or M here.
5710eb0d9f4SGeorgi Djakov
5720eb0d9f4SGeorgi Djakov	  If unsure, say N.
5730eb0d9f4SGeorgi Djakov
574d96be879SSascha Hauerconfig MMC_MXC
575c7ceab02SAnatolij Gustschin	tristate "Freescale i.MX21/27/31 or MPC512x Multimedia Card support"
576c7ceab02SAnatolij Gustschin	depends on ARCH_MXC || PPC_MPC512x
577d96be879SSascha Hauer	help
578c7ceab02SAnatolij Gustschin	  This selects the Freescale i.MX21, i.MX27, i.MX31 or MPC512x
579c7ceab02SAnatolij Gustschin	  Multimedia Card Interface. If you have an i.MX or MPC512x platform
580c7ceab02SAnatolij Gustschin	  with a Multimedia Card slot, say Y or M here.
581d96be879SSascha Hauer
582d96be879SSascha Hauer	  If unsure, say N.
583d96be879SSascha Hauer
584e4243f13SShawn Guoconfig MMC_MXS
585e4243f13SShawn Guo	tristate "Freescale MXS Multimedia Card Interface support"
586e4243f13SShawn Guo	depends on ARCH_MXS && MXS_DMA
587e4243f13SShawn Guo	help
588e4243f13SShawn Guo	  This selects the Freescale SSP MMC controller found on MXS based
589e4243f13SShawn Guo	  platforms like mx23/28.
590e4243f13SShawn Guo
591e4243f13SShawn Guo	  If unsure, say N.
592e4243f13SShawn Guo
5931c6a0718SPierre Ossmanconfig MMC_TIFM_SD
59486147c84SKees Cook	tristate "TI Flash Media MMC/SD Interface support"
59586147c84SKees Cook	depends on PCI
5961c6a0718SPierre Ossman	select TIFM_CORE
5971c6a0718SPierre Ossman	help
5981c6a0718SPierre Ossman	  Say Y here if you want to be able to access MMC/SD cards with
5991c6a0718SPierre Ossman	  the Texas Instruments(R) Flash Media card reader, found in many
6001c6a0718SPierre Ossman	  laptops.
6011c6a0718SPierre Ossman	  This option 'selects' (turns on, enables) 'TIFM_CORE', but you
6021c6a0718SPierre Ossman	  probably also need appropriate card reader host adapter, such as
6031c6a0718SPierre Ossman	  'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
6041c6a0718SPierre Ossman	  (TIFM_7XX1)'.
6051c6a0718SPierre Ossman
6061c6a0718SPierre Ossman	  To compile this driver as a module, choose M here: the
6071c6a0718SPierre Ossman	  module will be called tifm_sd.
6081c6a0718SPierre Ossman
609236caa7cSMaen Suleimanconfig MMC_MVSDIO
610236caa7cSMaen Suleiman	tristate "Marvell MMC/SD/SDIO host driver"
61154d84544SKrzysztof Kozlowski	depends on PLAT_ORION || (COMPILE_TEST && ARM)
61217da6783SLinus Walleij	depends on OF
613a7f7f624SMasahiro Yamada	help
614236caa7cSMaen Suleiman	  This selects the Marvell SDIO host driver.
615236caa7cSMaen Suleiman	  SDIO may currently be found on the Kirkwood 88F6281 and 88F6192
616236caa7cSMaen Suleiman	  SoC controllers.
617236caa7cSMaen Suleiman
618236caa7cSMaen Suleiman	  To compile this driver as a module, choose M here: the
619236caa7cSMaen Suleiman	  module will be called mvsdio.
620236caa7cSMaen Suleiman
621b4cff454SVipin Bhandariconfig MMC_DAVINCI
622b4cff454SVipin Bhandari	tristate "TI DAVINCI Multimedia Card Interface support"
62354d84544SKrzysztof Kozlowski	depends on ARCH_DAVINCI || COMPILE_TEST
624b4cff454SVipin Bhandari	help
625b4cff454SVipin Bhandari	  This selects the TI DAVINCI Multimedia card Interface.
626b4cff454SVipin Bhandari	  If you have an DAVINCI board with a Multimedia Card slot,
627b4cff454SVipin Bhandari	  say Y or M here.  If unsure, say N.
628b4cff454SVipin Bhandari
62915a0580cSDavid Brownellconfig MMC_SPI
63057105737SPierre Ossman	tristate "MMC/SD/SDIO over SPI"
631a395acf0SUlf Hansson	depends on SPI_MASTER
63215a0580cSDavid Brownell	select CRC7
63315a0580cSDavid Brownell	select CRC_ITU_T
63415a0580cSDavid Brownell	help
635692105b8SMatt LaPlante	  Some systems access MMC/SD/SDIO cards using a SPI controller
63657105737SPierre Ossman	  instead of using a "native" MMC/SD/SDIO controller.  This has a
63757105737SPierre Ossman	  disadvantage of being relatively high overhead, but a compensating
63857105737SPierre Ossman	  advantage of working on many systems without dedicated MMC/SD/SDIO
63957105737SPierre Ossman	  controllers.
64015a0580cSDavid Brownell
64115a0580cSDavid Brownell	  If unsure, or if your system has no SPI master driver, say N.
64215a0580cSDavid Brownell
643be518018SThomas Kleffelconfig MMC_S3C
644be518018SThomas Kleffel	tristate "Samsung S3C SD/MMC Card Interface support"
6451b0e4a21SKrzysztof Kozlowski	depends on ARCH_S3C24XX || COMPILE_TEST
6461b0e4a21SKrzysztof Kozlowski	depends on S3C24XX_DMAC || COMPILE_TEST
647be518018SThomas Kleffel	help
648be518018SThomas Kleffel	  This selects a driver for the MCI interface found in
649be518018SThomas Kleffel	  Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
650be518018SThomas Kleffel	  If you have a board based on one of those and a MMC/SD
651be518018SThomas Kleffel	  slot, say Y or M here.
652be518018SThomas Kleffel
653be518018SThomas Kleffel	  If unsure, say N.
654be518018SThomas Kleffel
6555a2c4fe0SBen Dooksconfig MMC_S3C_HW_SDIO_IRQ
6565a2c4fe0SBen Dooks	bool "Hardware support for SDIO IRQ"
6575a2c4fe0SBen Dooks	depends on MMC_S3C
6585a2c4fe0SBen Dooks	help
6595a2c4fe0SBen Dooks	  Enable the hardware support for SDIO interrupts instead of using
6605a2c4fe0SBen Dooks	  the generic polling code.
6615a2c4fe0SBen Dooks
66226f14947SBen Dookschoice
66326f14947SBen Dooks	prompt "Samsung S3C SD/MMC transfer code"
66426f14947SBen Dooks	depends on MMC_S3C
66526f14947SBen Dooks
66626f14947SBen Dooksconfig MMC_S3C_PIO
66726f14947SBen Dooks	bool "Use PIO transfers only"
66826f14947SBen Dooks	help
66926f14947SBen Dooks	  Use PIO to transfer data between memory and the hardware.
67026f14947SBen Dooks
67126f14947SBen Dooks	  PIO is slower than DMA as it requires CPU instructions to
67226f14947SBen Dooks	  move the data. This has been the traditional default for
67326f14947SBen Dooks	  the S3C MCI driver.
67426f14947SBen Dooks
67526f14947SBen Dooksconfig MMC_S3C_DMA
67686147c84SKees Cook	bool "Use DMA transfers only"
67726f14947SBen Dooks	help
678fde71a3eSColin Ian King	  Use DMA to transfer data between memory and the hardware.
67926f14947SBen Dooks
68026f14947SBen Dooks	  Currently, the DMA support in this driver seems to not be
68126f14947SBen Dooks	  working properly and needs to be debugged before this
68226f14947SBen Dooks	  option is useful.
68326f14947SBen Dooks
68426f14947SBen Dooksendchoice
68526f14947SBen Dooks
6866a36913aSSascha Sommerconfig MMC_SDRICOH_CS
68786147c84SKees Cook	tristate "MMC/SD driver for Ricoh Bay1Controllers"
68886147c84SKees Cook	depends on PCI && PCMCIA
6896a36913aSSascha Sommer	help
6906a36913aSSascha Sommer	  Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA
6916a36913aSSascha Sommer	  card whenever you insert a MMC or SD card into the card slot.
6926a36913aSSascha Sommer
6936a36913aSSascha Sommer	  To compile this driver as a module, choose M here: the
6946a36913aSSascha Sommer	  module will be called sdricoh_cs.
6956a36913aSSascha Sommer
696fb8bd90fSChunyan Zhangconfig MMC_SDHCI_SPRD
697fb8bd90fSChunyan Zhang	tristate "Spreadtrum SDIO host Controller"
69854d84544SKrzysztof Kozlowski	depends on ARCH_SPRD || COMPILE_TEST
699fb8bd90fSChunyan Zhang	depends on MMC_SDHCI_PLTFM
700fb8bd90fSChunyan Zhang	select MMC_SDHCI_IO_ACCESSORS
701f4498549SBaolin Wang	select MMC_HSQ
702fb8bd90fSChunyan Zhang	help
703fb8bd90fSChunyan Zhang	  This selects the SDIO Host Controller in Spreadtrum
704fb8bd90fSChunyan Zhang	  SoCs, this driver supports R11(IP version: R11P0).
705fb8bd90fSChunyan Zhang
706fb8bd90fSChunyan Zhang	  If you have a controller with this interface, say Y or M here.
707fb8bd90fSChunyan Zhang
708fb8bd90fSChunyan Zhang	  If unsure, say N.
709fb8bd90fSChunyan Zhang
710b6147490SGuennadi Liakhovetskiconfig MMC_TMIO_CORE
711b6147490SGuennadi Liakhovetski	tristate
712b6147490SGuennadi Liakhovetski
7134a48998fSIan Moltonconfig MMC_TMIO
7144a48998fSIan Molton	tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
71554d84544SKrzysztof Kozlowski	depends on MFD_TMIO || MFD_ASIC3 || COMPILE_TEST
716b6147490SGuennadi Liakhovetski	select MMC_TMIO_CORE
7174a48998fSIan Molton	help
7184a48998fSIan Molton	  This provides support for the SD/MMC cell found in TC6393XB,
719e6f2c7adSPhilipp Zabel	  T7L66XB and also HTC ASIC3
7205f5bac82SMichał Mirosław
72142051e8aSGuennadi Liakhovetskiconfig MMC_SDHI
722b5b6a5f4SSimon Horman	tristate "Renesas SDHI SD/SDIO controller support"
72349312c1fSSimon Horman	depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
72442051e8aSGuennadi Liakhovetski	select MMC_TMIO_CORE
725b4d86f37SWolfram Sang	select RESET_CONTROLLER if ARCH_RENESAS
72642051e8aSGuennadi Liakhovetski	help
72742051e8aSGuennadi Liakhovetski	  This provides support for the SDHI SD/SDIO controller found in
728b5b6a5f4SSimon Horman	  Renesas SuperH, ARM and ARM64 based SoCs
72942051e8aSGuennadi Liakhovetski
7302a68ea78SSimon Hormanconfig MMC_SDHI_SYS_DMAC
7312a68ea78SSimon Horman	tristate "DMA for SDHI SD/SDIO controllers using SYS-DMAC"
7321d6efe08SGeert Uytterhoeven	depends on MMC_SDHI
733c813e10aSMasahiro Yamada	default MMC_SDHI if (SUPERH || ARM)
7342a68ea78SSimon Horman	help
7352a68ea78SSimon Horman	  This provides DMA support for SDHI SD/SDIO controllers
7362a68ea78SSimon Horman	  using SYS-DMAC via DMA Engine. This supports the controllers
7372a68ea78SSimon Horman	  found in SuperH and Renesas ARM based SoCs.
7382a68ea78SSimon Horman
7392a68ea78SSimon Hormanconfig MMC_SDHI_INTERNAL_DMAC
7402a68ea78SSimon Horman	tristate "DMA for SDHI SD/SDIO controllers using on-chip bus mastering"
7419706b472SChris Brandt	depends on ARM64 || ARCH_R7S9210 || ARCH_R8A77470 || COMPILE_TEST
7421d6efe08SGeert Uytterhoeven	depends on MMC_SDHI
7439706b472SChris Brandt	default MMC_SDHI if (ARM64 || ARCH_R7S9210 || ARCH_R8A77470)
7442a68ea78SSimon Horman	help
7452a68ea78SSimon Horman	  This provides DMA support for SDHI SD/SDIO controllers
7462a68ea78SSimon Horman	  using on-chip bus mastering. This supports the controllers
7479706b472SChris Brandt	  found in arm64 based SoCs. This controller is also found in
7489706b472SChris Brandt	  some RZ family SoCs.
7492a68ea78SSimon Horman
7503fd784f7SMasahiro Yamadaconfig MMC_UNIPHIER
7513fd784f7SMasahiro Yamada	tristate "UniPhier SD/eMMC Host Controller support"
7523fd784f7SMasahiro Yamada	depends on ARCH_UNIPHIER || COMPILE_TEST
7533fd784f7SMasahiro Yamada	depends on OF
7543fd784f7SMasahiro Yamada	select MMC_TMIO_CORE
7553fd784f7SMasahiro Yamada	help
7563fd784f7SMasahiro Yamada	  This provides support for the SD/eMMC controller found in
7573fd784f7SMasahiro Yamada	  UniPhier SoCs. The eMMC variant of this controller is used
7583fd784f7SMasahiro Yamada	  only for 32-bit SoCs.
7593fd784f7SMasahiro Yamada
7605f5bac82SMichał Mirosławconfig MMC_CB710
7615f5bac82SMichał Mirosław	tristate "ENE CB710 MMC/SD Interface support"
7620244ad00SMartin Schwidefsky	depends on PCI
7635f5bac82SMichał Mirosław	select CB710_CORE
7645f5bac82SMichał Mirosław	help
7655f5bac82SMichał Mirosław	  This option enables support for MMC/SD part of ENE CB710/720 Flash
7665f5bac82SMichał Mirosław	  memory card reader found in some laptops (ie. some versions of
7675f5bac82SMichał Mirosław	  HP Compaq nx9500).
7685f5bac82SMichał Mirosław
7695f5bac82SMichał Mirosław	  This driver can also be built as a module. If so, the module
7705f5bac82SMichał Mirosław	  will be called cb710-mmc.
7715f5bac82SMichał Mirosław
772f0bf7f61SHarald Welteconfig MMC_VIA_SDMMC
773f0bf7f61SHarald Welte	tristate "VIA SD/MMC Card Reader Driver"
774f0bf7f61SHarald Welte	depends on PCI
775f0bf7f61SHarald Welte	help
776f0bf7f61SHarald Welte	  This selects the VIA SD/MMC Card Reader driver, say Y or M here.
777f0bf7f61SHarald Welte	  VIA provides one multi-functional card reader which integrated into
778f0bf7f61SHarald Welte	  some motherboards manufactured by VIA. This card reader supports
779f0bf7f61SHarald Welte	  SD/MMC/SDHC.
780f0bf7f61SHarald Welte	  If you have a controller with this interface, say Y or M here.
781f0bf7f61SHarald Welte
782f0bf7f61SHarald Welte	  If unsure, say N.
783eb962d5bSCliff Cai
78401d95843SSteven J. Hillconfig MMC_CAVIUM_OCTEON
78501d95843SSteven J. Hill	tristate "Cavium OCTEON SD/MMC Card Interface support"
78601d95843SSteven J. Hill	depends on CAVIUM_OCTEON_SOC
78701d95843SSteven J. Hill	help
78801d95843SSteven J. Hill	  This selects Cavium OCTEON SD/MMC card Interface.
78901d95843SSteven J. Hill	  If you have an OCTEON board with a Multimedia Card slot,
79001d95843SSteven J. Hill	  say Y or M here.
79101d95843SSteven J. Hill
79201d95843SSteven J. Hill	  If unsure, say N.
79301d95843SSteven J. Hill
794166bac38SJan Glauberconfig MMC_CAVIUM_THUNDERX
795166bac38SJan Glauber	tristate "Cavium ThunderX SD/MMC Card Interface support"
796166bac38SJan Glauber	depends on PCI && 64BIT && (ARM64 || COMPILE_TEST)
79762467bbbSJan Glauber	depends on GPIO_THUNDERX
798166bac38SJan Glauber	depends on OF_ADDRESS
799166bac38SJan Glauber	help
800166bac38SJan Glauber	  This selects Cavium ThunderX SD/MMC Card Interface.
801166bac38SJan Glauber	  If you have an Cavium ARM64 board with a Multimedia Card slot
802166bac38SJan Glauber	  or builtin eMMC chip say Y or M here. If built as a module
803166bac38SJan Glauber	  the module will be called thunderx_mmc.ko.
804166bac38SJan Glauber
805f95f3850SWill Newtonconfig MMC_DW
806f95f3850SWill Newton	tristate "Synopsys DesignWare Memory Card Interface"
807ce54fb38SGuo Ren	depends on ARC || ARM || ARM64 || MIPS || RISCV || CSKY || COMPILE_TEST
808f95f3850SWill Newton	help
809f95f3850SWill Newton	  This selects support for the Synopsys DesignWare Mobile Storage IP
810f95f3850SWill Newton	  block, this provides host support for SD and MMC interfaces, in both
8113fc7eaefSShawn Lin	  PIO, internal DMA mode and external DMA mode.
812f95f3850SWill Newton
81362ca8034SShashidhar Hiremathconfig MMC_DW_PLTFM
81462ca8034SShashidhar Hiremath	tristate "Synopsys Designware MCI Support as platform device"
81562ca8034SShashidhar Hiremath	depends on MMC_DW
81662ca8034SShashidhar Hiremath	default y
81762ca8034SShashidhar Hiremath	help
81862ca8034SShashidhar Hiremath	  This selects the common helper functions support for Host Controller
81962ca8034SShashidhar Hiremath	  Interface based platform driver. Please select this option if the IP
82062ca8034SShashidhar Hiremath	  is present as a platform device. This is the common interface for the
82162ca8034SShashidhar Hiremath	  Synopsys Designware IP.
82262ca8034SShashidhar Hiremath
82362ca8034SShashidhar Hiremath	  If you have a controller with this interface, say Y or M here.
82462ca8034SShashidhar Hiremath
82562ca8034SShashidhar Hiremath	  If unsure, say Y.
82662ca8034SShashidhar Hiremath
82786958dccSLiming Sunconfig MMC_DW_BLUEFIELD
82886958dccSLiming Sun	tristate "BlueField specific extensions for Synopsys DW Memory Card Interface"
82986958dccSLiming Sun	depends on MMC_DW
83086958dccSLiming Sun	select MMC_DW_PLTFM
83186958dccSLiming Sun	help
83286958dccSLiming Sun	  This selects support for Mellanox BlueField SoC specific extensions to
83386958dccSLiming Sun	  the Synopsys DesignWare Memory Card Interface driver. Select this
83486958dccSLiming Sun	  option for platforms based on Mellanox BlueField SoC's.
83586958dccSLiming Sun
836c3665006SThomas Abrahamconfig MMC_DW_EXYNOS
837e41e85ccSMasanari Iida	tristate "Exynos specific extensions for Synopsys DW Memory Card Interface"
838c3665006SThomas Abraham	depends on MMC_DW
839c3665006SThomas Abraham	select MMC_DW_PLTFM
840c3665006SThomas Abraham	help
841c3665006SThomas Abraham	  This selects support for Samsung Exynos SoC specific extensions to the
842c3665006SThomas Abraham	  Synopsys DesignWare Memory Card Interface driver. Select this option
843c3665006SThomas Abraham	  for platforms based on Exynos4 and Exynos5 SoC's.
844c3665006SThomas Abraham
845e382ab74Stianshuliangconfig MMC_DW_HI3798CV200
846e382ab74Stianshuliang	tristate "Hi3798CV200 specific extensions for Synopsys DW Memory Card Interface"
847e382ab74Stianshuliang	depends on MMC_DW
848e382ab74Stianshuliang	select MMC_DW_PLTFM
849e382ab74Stianshuliang	help
850e382ab74Stianshuliang	  This selects support for HiSilicon Hi3798CV200 SoC specific extensions to the
851e382ab74Stianshuliang	  Synopsys DesignWare Memory Card Interface driver. Select this option
852e382ab74Stianshuliang	  for platforms based on HiSilicon Hi3798CV200 SoC.
853e382ab74Stianshuliang
854036f29d5SZhangfei Gaoconfig MMC_DW_K3
855036f29d5SZhangfei Gao	tristate "K3 specific extensions for Synopsys DW Memory Card Interface"
856036f29d5SZhangfei Gao	depends on MMC_DW
857036f29d5SZhangfei Gao	select MMC_DW_PLTFM
858036f29d5SZhangfei Gao	help
859036f29d5SZhangfei Gao	  This selects support for Hisilicon K3 SoC specific extensions to the
860036f29d5SZhangfei Gao	  Synopsys DesignWare Memory Card Interface driver. Select this option
861036f29d5SZhangfei Gao	  for platforms based on Hisilicon K3 SoC's.
862036f29d5SZhangfei Gao
86362ca8034SShashidhar Hiremathconfig MMC_DW_PCI
86462ca8034SShashidhar Hiremath	tristate "Synopsys Designware MCI support on PCI bus"
86562ca8034SShashidhar Hiremath	depends on MMC_DW && PCI
86662ca8034SShashidhar Hiremath	help
86762ca8034SShashidhar Hiremath	  This selects the PCI bus for the Synopsys Designware Mobile Storage IP.
86862ca8034SShashidhar Hiremath	  Select this option if the IP is present on PCI platform.
86962ca8034SShashidhar Hiremath
87062ca8034SShashidhar Hiremath	  If you have a controller with this interface, say Y or M here.
87162ca8034SShashidhar Hiremath
87262ca8034SShashidhar Hiremath	  If unsure, say N.
87362ca8034SShashidhar Hiremath
8744cdc2ec1Saddy keconfig MMC_DW_ROCKCHIP
8754cdc2ec1Saddy ke	tristate "Rockchip specific extensions for Synopsys DW Memory Card Interface"
8764cdc2ec1Saddy ke	depends on MMC_DW && ARCH_ROCKCHIP
8774cdc2ec1Saddy ke	select MMC_DW_PLTFM
8784cdc2ec1Saddy ke	help
8794cdc2ec1Saddy ke	  This selects support for Rockchip SoC specific extensions to the
8804cdc2ec1Saddy ke	  Synopsys DesignWare Memory Card Interface driver. Select this option
8814cdc2ec1Saddy ke	  for platforms based on RK3066, RK3188 and RK3288 SoC's.
8824cdc2ec1Saddy ke
883fdc50a94SYusuke Godaconfig MMC_SH_MMCIF
884fdc50a94SYusuke Goda	tristate "SuperH Internal MMCIF support"
88549312c1fSSimon Horman	depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
886fdc50a94SYusuke Goda	help
887ba9e9157SWolfram Sang	  This selects the MMC Host Interface controller (MMCIF) found in various
888ba9e9157SWolfram Sang	  Renesas SoCs for SH and ARM architectures.
889fdc50a94SYusuke Goda
89061bfbdb8SLars-Peter Clausen
89161bfbdb8SLars-Peter Clausenconfig MMC_JZ4740
8926a78768aSAlex Smith	tristate "Ingenic JZ47xx SD/Multimedia Card Interface support"
893685bc885SPaul Cercueil	depends on MIPS
89461bfbdb8SLars-Peter Clausen	help
8956a78768aSAlex Smith	  This selects support for the SD/MMC controller on Ingenic
8966a78768aSAlex Smith	  JZ4740, JZ4750, JZ4770 and JZ4780 SoCs.
8976a78768aSAlex Smith
89861bfbdb8SLars-Peter Clausen	  If you have a board based on such a SoC and with a SD/MMC slot,
89961bfbdb8SLars-Peter Clausen	  say Y or M here.
90053f3a9e2SDavid Vrabel
90188095e7bSTony Olechconfig MMC_VUB300
90288095e7bSTony Olech	tristate "VUB300 USB to SDIO/SD/MMC Host Controller support"
90388095e7bSTony Olech	depends on USB
90488095e7bSTony Olech	help
90588095e7bSTony Olech	  This selects support for Elan Digital Systems' VUB300 chip.
90688095e7bSTony Olech
90788095e7bSTony Olech	  The VUB300 is a USB-SDIO Host Controller Interface chip
90888095e7bSTony Olech	  that enables the host computer to use SDIO/SD/MMC cards
90988095e7bSTony Olech	  via a USB 2.0 or USB 1.1 host.
91088095e7bSTony Olech
91188095e7bSTony Olech	  The VUB300 chip will be found in both physically separate
91288095e7bSTony Olech	  USB to SDIO/SD/MMC adapters and embedded on some motherboards.
91388095e7bSTony Olech
91488095e7bSTony Olech	  The VUB300 chip supports SD and MMC memory cards in addition
91588095e7bSTony Olech	  to single and multifunction SDIO cards.
91688095e7bSTony Olech
91788095e7bSTony Olech	  Some SDIO cards will need a firmware file to be loaded and
91888095e7bSTony Olech	  sent to VUB300 chip in order to achieve better data throughput.
91988095e7bSTony Olech	  Download these "Offload Pseudocode" from Elan Digital Systems'
92088095e7bSTony Olech	  web-site http://www.elandigitalsystems.com/support/downloads.php
92188095e7bSTony Olech	  and put them in /lib/firmware. Note that without these additional
92288095e7bSTony Olech	  firmware files the VUB300 chip will still function, but not at
92388095e7bSTony Olech	  the best obtainable data rate.
92488095e7bSTony Olech
92588095e7bSTony Olech	  To compile this mmc host controller driver as a module,
92688095e7bSTony Olech	  choose M here: the module will be called vub300.
92788095e7bSTony Olech
92888095e7bSTony Olech	  If you have a computer with an embedded VUB300 chip
92988095e7bSTony Olech	  or if you intend connecting a USB adapter based on a
93088095e7bSTony Olech	  VUB300 chip say Y or M here.
93188095e7bSTony Olech
93253f3a9e2SDavid Vrabelconfig MMC_USHC
93353f3a9e2SDavid Vrabel	tristate "USB SD Host Controller (USHC) support"
93453f3a9e2SDavid Vrabel	depends on USB
93553f3a9e2SDavid Vrabel	help
93653f3a9e2SDavid Vrabel	  This selects support for USB SD Host Controllers based on
93753f3a9e2SDavid Vrabel	  the Cypress Astoria chip with firmware compliant with CSR's
93853f3a9e2SDavid Vrabel	  USB SD Host Controller specification (CS-118793-SP).
93953f3a9e2SDavid Vrabel
94053f3a9e2SDavid Vrabel	  CSR boards with this device include: USB<>SDIO (M1985v2),
94153f3a9e2SDavid Vrabel	  and Ultrasira.
94253f3a9e2SDavid Vrabel
94353f3a9e2SDavid Vrabel	  Note: These controllers only support SDIO cards and do not
94453f3a9e2SDavid Vrabel	  support MMC or SD memory cards.
9453a96dff0STony Prisk
9463a96dff0STony Priskconfig MMC_WMT
9473a96dff0STony Prisk	tristate "Wondermedia SD/MMC Host Controller support"
9483a96dff0STony Prisk	depends on ARCH_VT8500
9493a96dff0STony Prisk	default y
9503a96dff0STony Prisk	help
9513a96dff0STony Prisk	  This selects support for the SD/MMC Host Controller on
9523a96dff0STony Prisk	  Wondermedia WM8505/WM8650 based SoCs.
9533a96dff0STony Prisk
9543a96dff0STony Prisk	  To compile this driver as a module, choose M here: the
9553a96dff0STony Prisk	  module will be called wmt-sdmmc.
9566a5971d8SLinus Torvalds
95775fa9ea6SGuennadi Liakhovetskiconfig MMC_USDHI6ROL0
95875fa9ea6SGuennadi Liakhovetski	tristate "Renesas USDHI6ROL0 SD/SDIO Host Controller support"
9591ef94740SGeert Uytterhoeven	depends on HAS_DMA
96075fa9ea6SGuennadi Liakhovetski	help
96175fa9ea6SGuennadi Liakhovetski	  This selects support for the Renesas USDHI6ROL0 SD/SDIO
96275fa9ea6SGuennadi Liakhovetski	  Host Controller
96375fa9ea6SGuennadi Liakhovetski
9642c94b645SWei WANGconfig MMC_REALTEK_PCI
9652c94b645SWei WANG	tristate "Realtek PCI-E SD/MMC Card Interface Driver"
966e455b69dSRui Feng	depends on MISC_RTSX_PCI
9672c94b645SWei WANG	help
9682c94b645SWei WANG	  Say Y here to include driver code to support SD/MMC card interface
9692c94b645SWei WANG	  of Realtek PCI-E card reader
970c7f6558dSRoger Tseng
971c7f6558dSRoger Tsengconfig MMC_REALTEK_USB
972c7f6558dSRoger Tseng	tristate "Realtek USB SD/MMC Card Interface Driver"
973e455b69dSRui Feng	depends on MISC_RTSX_USB
974c7f6558dSRoger Tseng	help
975c7f6558dSRoger Tseng	  Say Y here to include driver code to support SD/MMC card interface
976c7f6558dSRoger Tseng	  of Realtek RTS5129/39 series card reader
97719b7f796SDavid Lanzendörfer
97819b7f796SDavid Lanzendörferconfig MMC_SUNXI
97919b7f796SDavid Lanzendörfer	tristate "Allwinner sunxi SD/MMC Host Controller support"
98054d84544SKrzysztof Kozlowski	depends on ARCH_SUNXI || COMPILE_TEST
98191389c39SSamuel Holland	depends on SUNXI_CCU
98219b7f796SDavid Lanzendörfer	help
98319b7f796SDavid Lanzendörfer	  This selects support for the SD/MMC Host Controller on
98419b7f796SDavid Lanzendörfer	  Allwinner sunxi SoCs.
985a5eb8bbdSOndrej Zary
986a4080225SVenkat Gopalakrishnanconfig MMC_CQHCI
987a4080225SVenkat Gopalakrishnan	tristate "Command Queue Host Controller Interface support"
988a4080225SVenkat Gopalakrishnan	depends on HAS_DMA
989a4080225SVenkat Gopalakrishnan	help
990a4080225SVenkat Gopalakrishnan	  This selects the Command Queue Host Controller Interface (CQHCI)
991a4080225SVenkat Gopalakrishnan	  support present in host controllers of Qualcomm Technologies, Inc
992a4080225SVenkat Gopalakrishnan	  amongst others.
993a4080225SVenkat Gopalakrishnan	  This controller supports eMMC devices with command queue support.
994a4080225SVenkat Gopalakrishnan
995a4080225SVenkat Gopalakrishnan	  If you have a controller with this interface, say Y or M here.
996a4080225SVenkat Gopalakrishnan
997a4080225SVenkat Gopalakrishnan	  If unsure, say N.
998a4080225SVenkat Gopalakrishnan
999511ce378SBaolin Wangconfig MMC_HSQ
1000511ce378SBaolin Wang	tristate "MMC Host Software Queue support"
1001511ce378SBaolin Wang	help
1002511ce378SBaolin Wang	  This selects the MMC Host Software Queue support. This may increase
1003511ce378SBaolin Wang	  performance, if the host controller and its driver supports it.
1004511ce378SBaolin Wang
1005511ce378SBaolin Wang	  If you have a controller/driver supporting this interface, say Y or M
1006511ce378SBaolin Wang	  here.
1007511ce378SBaolin Wang
1008511ce378SBaolin Wang	  If unsure, say N.
1009511ce378SBaolin Wang
1010a5eb8bbdSOndrej Zaryconfig MMC_TOSHIBA_PCI
1011a5eb8bbdSOndrej Zary	tristate "Toshiba Type A SD/MMC Card Interface Driver"
1012a5eb8bbdSOndrej Zary	depends on PCI
101320848903SChaotian Jing
1014660fc733SEric Anholtconfig MMC_BCM2835
1015660fc733SEric Anholt	tristate "Broadcom BCM2835 SDHOST MMC Controller support"
1016660fc733SEric Anholt	depends on ARCH_BCM2835 || COMPILE_TEST
1017660fc733SEric Anholt	help
1018660fc733SEric Anholt	  This selects the BCM2835 SDHOST MMC controller. If you have
1019660fc733SEric Anholt	  a BCM2835 platform with SD or MMC devices, say Y or M here.
1020660fc733SEric Anholt
1021660fc733SEric Anholt	  Note that the BCM2835 has two SD controllers: The Arasan
1022660fc733SEric Anholt	  sdhci controller (supported by MMC_SDHCI_IPROC) and a custom
1023660fc733SEric Anholt	  sdhost controller (supported by this driver).
1024660fc733SEric Anholt
1025660fc733SEric Anholt	  If unsure, say N.
1026660fc733SEric Anholt
102720848903SChaotian Jingconfig MMC_MTK
102820848903SChaotian Jing	tristate "MediaTek SD/MMC Card Interface support"
1029c2b22fffSGeert Uytterhoeven	depends on HAS_DMA
1030b61d468dSKrzysztof Kozlowski	depends on COMMON_CLK
103126c2b19eSNeilBrown	select REGULATOR
103288bd652bSChun-Hung Wu	select MMC_CQHCI
103320848903SChaotian Jing	help
103420848903SChaotian Jing	  This selects the MediaTek(R) Secure digital and Multimedia card Interface.
103520848903SChaotian Jing	  If you have a machine with a integrated SD/MMC card reader, say Y or M here.
103620848903SChaotian Jing	  This is needed if support for any SD/SDIO/MMC devices is required.
103720848903SChaotian Jing	  If unsure, say N.
10385d9460d7SAndrei Pistirica
10395d9460d7SAndrei Pistiricaconfig MMC_SDHCI_MICROCHIP_PIC32
10405d9460d7SAndrei Pistirica	tristate "Microchip PIC32MZDA SDHCI support"
10415d9460d7SAndrei Pistirica	depends on MMC_SDHCI && PIC32MZDA && MMC_SDHCI_PLTFM
10425d9460d7SAndrei Pistirica	help
10435d9460d7SAndrei Pistirica	  This selects the Secure Digital Host Controller Interface (SDHCI)
10445d9460d7SAndrei Pistirica	  for PIC32MZDA platform.
10455d9460d7SAndrei Pistirica
10465d9460d7SAndrei Pistirica	  If you have a controller with this interface, say Y or M here.
10475d9460d7SAndrei Pistirica
10485d9460d7SAndrei Pistirica	  If unsure, say N.
10496f549034SEnrico Weigelt, metux IT consult
1050476bf3d6SAl Cooperconfig MMC_SDHCI_BRCMSTB
1051476bf3d6SAl Cooper	tristate "Broadcom SDIO/SD/MMC support"
105250bfe185SBrian Norris	depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
1053476bf3d6SAl Cooper	depends on MMC_SDHCI_PLTFM
1054d46ba2d1SAl Cooper	select MMC_CQHCI
105550bfe185SBrian Norris	default ARCH_BRCMSTB || BMIPS_GENERIC
1056476bf3d6SAl Cooper	help
1057476bf3d6SAl Cooper	  This selects support for the SDIO/SD/MMC Host Controller on
1058476bf3d6SAl Cooper	  Broadcom STB SoCs.
1059476bf3d6SAl Cooper
1060476bf3d6SAl Cooper	  If unsure, say Y.
10613a3748dbSHu Ziji
10623a3748dbSHu Zijiconfig MMC_SDHCI_XENON
10633a3748dbSHu Ziji	tristate "Marvell Xenon eMMC/SD/SDIO SDHCI driver"
10643a3748dbSHu Ziji	depends on MMC_SDHCI_PLTFM
10653a3748dbSHu Ziji	help
10663a3748dbSHu Ziji	  This selects Marvell Xenon eMMC/SD/SDIO SDHCI.
10673a3748dbSHu Ziji	  If you have a controller with this interface, say Y or M here.
10683a3748dbSHu Ziji	  If unsure, say N.
10697d326930SKishon Vijay Abraham I
10707d326930SKishon Vijay Abraham Iconfig MMC_SDHCI_OMAP
10717d326930SKishon Vijay Abraham I	tristate "TI SDHCI Controller Support"
10727d326930SKishon Vijay Abraham I	depends on MMC_SDHCI_PLTFM && OF
1073961de0a8SFaiz Abbas	select THERMAL
1074287b1da6SFaiz Abbas	imply TI_SOC_THERMAL
1075195fadb7SChunyan Zhang	select MMC_SDHCI_EXTERNAL_DMA if DMA_ENGINE
10767d326930SKishon Vijay Abraham I	help
10777d326930SKishon Vijay Abraham I	  This selects the Secure Digital Host Controller Interface (SDHCI)
10787d326930SKishon Vijay Abraham I	  support present in TI's DRA7 SOCs. The controller supports
10797d326930SKishon Vijay Abraham I	  SD/MMC/SDIO devices.
10807d326930SKishon Vijay Abraham I
10817d326930SKishon Vijay Abraham I	  If you have a controller with this interface, say Y or M here.
10827d326930SKishon Vijay Abraham I
10837d326930SKishon Vijay Abraham I	  If unsure, say N.
108441fd4caeSFaiz Abbas
108541fd4caeSFaiz Abbasconfig MMC_SDHCI_AM654
108641fd4caeSFaiz Abbas	tristate "Support for the SDHCI Controller in TI's AM654 SOCs"
10878d280b1dSBrian Norris	depends on MMC_SDHCI_PLTFM && OF
1088e374e875SFaiz Abbas	select MMC_SDHCI_IO_ACCESSORS
1089f545702bSFaiz Abbas	select MMC_CQHCI
10908d280b1dSBrian Norris	select REGMAP_MMIO
109141fd4caeSFaiz Abbas	help
109241fd4caeSFaiz Abbas	  This selects the Secure Digital Host Controller Interface (SDHCI)
109341fd4caeSFaiz Abbas	  support present in TI's AM654 SOCs. The controller supports
109441fd4caeSFaiz Abbas	  SD/MMC/SDIO devices.
109541fd4caeSFaiz Abbas
109641fd4caeSFaiz Abbas	  If you have a controller with this interface, say Y or M here.
109741fd4caeSFaiz Abbas
109841fd4caeSFaiz Abbas	  If unsure, say N.
1099ff65ffe4SManivannan Sadhasivam
1100ff65ffe4SManivannan Sadhasivamconfig MMC_OWL
1101ff65ffe4SManivannan Sadhasivam	tristate "Actions Semi Owl SD/MMC Host Controller support"
1102ff65ffe4SManivannan Sadhasivam	depends on HAS_DMA
1103ff65ffe4SManivannan Sadhasivam	depends on ARCH_ACTIONS || COMPILE_TEST
1104ff65ffe4SManivannan Sadhasivam	help
1105ff65ffe4SManivannan Sadhasivam	  This selects support for the SD/MMC Host Controller on
1106ff65ffe4SManivannan Sadhasivam	  Actions Semi Owl SoCs.
110718e762e3SChunyan Zhang
110818e762e3SChunyan Zhangconfig MMC_SDHCI_EXTERNAL_DMA
110918e762e3SChunyan Zhang	bool
111092e09910SGabriel Somlo
111192e09910SGabriel Somloconfig MMC_LITEX
111292e09910SGabriel Somlo	tristate "LiteX MMC Host Controller support"
111392e09910SGabriel Somlo	depends on ((PPC_MICROWATT || LITEX) && OF && HAVE_CLK) || COMPILE_TEST
111492e09910SGabriel Somlo	select REGULATOR
111592e09910SGabriel Somlo	select REGULATOR_FIXED_VOLTAGE
111692e09910SGabriel Somlo	help
111792e09910SGabriel Somlo	  This selects support for the MMC Host Controller found in LiteX SoCs.
111892e09910SGabriel Somlo
111992e09910SGabriel Somlo	  To compile this driver as a module, choose M here: the
112092e09910SGabriel Somlo	  module will be called litex_mmc.
112192e09910SGabriel Somlo
112292e09910SGabriel Somlo	  If unsure, say N.
1123