11c6a0718SPierre Ossman# 21c6a0718SPierre Ossman# MMC/SD host controller drivers 31c6a0718SPierre Ossman# 41c6a0718SPierre Ossman 557105737SPierre Ossmancomment "MMC/SD/SDIO Host Controller Drivers" 61c6a0718SPierre Ossman 703596b92SShawn Linconfig MMC_DEBUG 8b4f146f5SWolfram Sang bool "MMC host drivers debugging" 903596b92SShawn Lin depends on MMC != n 1003596b92SShawn Lin help 1103596b92SShawn Lin This is an option for use by developers; most people should 1203596b92SShawn Lin say N here. This enables MMC host driver debugging. And further 1303596b92SShawn Lin added host drivers please don't invent their private macro for 1403596b92SShawn Lin debugging. 1503596b92SShawn Lin 161c6a0718SPierre Ossmanconfig MMC_ARMMMCI 171c6a0718SPierre Ossman tristate "ARM AMBA Multimedia Card Interface support" 18790864dcSJan Engelhardt depends on ARM_AMBA 191c6a0718SPierre Ossman help 201c6a0718SPierre Ossman This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card 211c6a0718SPierre Ossman Interface (PL180 and PL181) support. If you have an ARM(R) 221c6a0718SPierre Ossman platform with a Multimedia Card slot, say Y or M here. 231c6a0718SPierre Ossman 241c6a0718SPierre Ossman If unsure, say N. 251c6a0718SPierre Ossman 269cb15142SSrinivas Kandagatlaconfig MMC_QCOM_DML 271ac99066SSrinivas Kandagatla bool "Qualcomm Data Mover for SD Card Controller" 289cb15142SSrinivas Kandagatla depends on MMC_ARMMMCI && QCOM_BAM_DMA 299cb15142SSrinivas Kandagatla default y 309cb15142SSrinivas Kandagatla help 319cb15142SSrinivas Kandagatla This selects the Qualcomm Data Mover lite/local on SD Card controller. 329cb15142SSrinivas Kandagatla This option will enable the dma to work correctly, if you are using 339cb15142SSrinivas Kandagatla Qcom SOCs and MMC, you would probably need this option to get DMA working. 349cb15142SSrinivas Kandagatla 359cb15142SSrinivas Kandagatla if unsure, say N. 369cb15142SSrinivas Kandagatla 371c6a0718SPierre Ossmanconfig MMC_PXA 381c6a0718SPierre Ossman tristate "Intel PXA25x/26x/27x Multimedia Card Interface support" 39790864dcSJan Engelhardt depends on ARCH_PXA 401c6a0718SPierre Ossman help 411c6a0718SPierre Ossman This selects the Intel(R) PXA(R) Multimedia card Interface. 421c6a0718SPierre Ossman If you have a PXA(R) platform with a Multimedia Card slot, 431c6a0718SPierre Ossman say Y or M here. 441c6a0718SPierre Ossman 451c6a0718SPierre Ossman If unsure, say N. 461c6a0718SPierre Ossman 471c6a0718SPierre Ossmanconfig MMC_SDHCI 4834671dc2SPierre Ossman tristate "Secure Digital Host Controller Interface support" 49b8c86fc5SPierre Ossman depends on HAS_DMA 501c6a0718SPierre Ossman help 51b8c86fc5SPierre Ossman This selects the generic Secure Digital Host Controller Interface. 521c6a0718SPierre Ossman It is used by manufacturers such as Texas Instruments(R), Ricoh(R) 531c6a0718SPierre Ossman and Toshiba(R). Most controllers found in laptops are of this type. 54b8c86fc5SPierre Ossman 55b8c86fc5SPierre Ossman If you have a controller with this interface, say Y or M here. You 56b8c86fc5SPierre Ossman also need to enable an appropriate bus interface. 57b8c86fc5SPierre Ossman 58b8c86fc5SPierre Ossman If unsure, say N. 59b8c86fc5SPierre Ossman 604e4141a5SAnton Vorontsovconfig MMC_SDHCI_IO_ACCESSORS 614e4141a5SAnton Vorontsov bool 624e4141a5SAnton Vorontsov depends on MMC_SDHCI 634e4141a5SAnton Vorontsov help 644e4141a5SAnton Vorontsov This is silent Kconfig symbol that is selected by the drivers that 654e4141a5SAnton Vorontsov need to overwrite SDHCI IO memory accessors. 664e4141a5SAnton Vorontsov 677657c3a7SAlbert Herranzconfig MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER 687657c3a7SAlbert Herranz bool 6982813b71SJean Delvare depends on MMC_SDHCI 707657c3a7SAlbert Herranz select MMC_SDHCI_IO_ACCESSORS 717657c3a7SAlbert Herranz help 727657c3a7SAlbert Herranz This option is selected by drivers running on big endian hosts 737657c3a7SAlbert Herranz and performing I/O to a SDHCI controller through a bus that 747657c3a7SAlbert Herranz implements a hardware byte swapper using a 32-bit datum. 757657c3a7SAlbert Herranz This endian mapping mode is called "data invariance" and 767657c3a7SAlbert Herranz has the effect of scrambling the addresses and formats of data 777657c3a7SAlbert Herranz accessed in sizes other than the datum size. 787657c3a7SAlbert Herranz 792ca63524Syangbo lu This is the case for the Nintendo Wii SDHCI. 807657c3a7SAlbert Herranz 81b8c86fc5SPierre Ossmanconfig MMC_SDHCI_PCI 82b8c86fc5SPierre Ossman tristate "SDHCI support on PCI bus" 83b8c86fc5SPierre Ossman depends on MMC_SDHCI && PCI 848ee82bdaSAdrian Hunter select MMC_CQHCI 85b8c86fc5SPierre Ossman help 86b8c86fc5SPierre Ossman This selects the PCI Secure Digital Host Controller Interface. 87b8c86fc5SPierre Ossman Most controllers found today are PCI devices. 88b8c86fc5SPierre Ossman 891c6a0718SPierre Ossman If you have a controller with this interface, say Y or M here. 901c6a0718SPierre Ossman 911c6a0718SPierre Ossman If unsure, say N. 921c6a0718SPierre Ossman 935ae70296SPhilip Langdaleconfig MMC_RICOH_MMC 9486147c84SKees Cook bool "Ricoh MMC Controller Disabler" 95b8c86fc5SPierre Ossman depends on MMC_SDHCI_PCI 96ba2f7325SJean Delvare default y 975ae70296SPhilip Langdale help 9803cd8f7eSMaxim Levitsky This adds a pci quirk to disable Ricoh MMC Controller. This 995ae70296SPhilip Langdale proprietary controller is unnecessary because the SDHCI driver 1005ae70296SPhilip Langdale supports MMC cards on the SD controller, but if it is not 1015ae70296SPhilip Langdale disabled, it will steal the MMC cards away - rendering them 10203cd8f7eSMaxim Levitsky useless. It is safe to select this even if you don't 1035ae70296SPhilip Langdale have a Ricoh based card reader. 1045ae70296SPhilip Langdale 1055ae70296SPhilip Langdale If unsure, say Y. 1065ae70296SPhilip Langdale 107c4e05037SAdrian Hunterconfig MMC_SDHCI_ACPI 108c4e05037SAdrian Hunter tristate "SDHCI support for ACPI enumerated SDHCI controllers" 109c4e05037SAdrian Hunter depends on MMC_SDHCI && ACPI 1106e1c7d61SAdrian Hunter select IOSF_MBI if X86 111c4e05037SAdrian Hunter help 112c4e05037SAdrian Hunter This selects support for ACPI enumerated SDHCI controllers, 113c4e05037SAdrian Hunter identified by ACPI Compatibility ID PNP0D40 or specific 114c4e05037SAdrian Hunter ACPI Hardware IDs. 115c4e05037SAdrian Hunter 116c4e05037SAdrian Hunter If you have a controller with this interface, say Y or M here. 117c4e05037SAdrian Hunter 118c4e05037SAdrian Hunter If unsure, say N. 119c4e05037SAdrian Hunter 120f0de8369SShawn Guoconfig MMC_SDHCI_PLTFM 121f0de8369SShawn Guo tristate "SDHCI platform and OF driver helper" 12238576af1SShawn Guo depends on MMC_SDHCI 123f0de8369SShawn Guo help 124f0de8369SShawn Guo This selects the common helper functions support for Secure Digital 125f0de8369SShawn Guo Host Controller Interface based platform and OF drivers. 126f0de8369SShawn Guo 127f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 128f0de8369SShawn Guo 129f0de8369SShawn Guo If unsure, say N. 130f0de8369SShawn Guo 131e3ec3a3dSSoren Brinkmannconfig MMC_SDHCI_OF_ARASAN 132e3ec3a3dSSoren Brinkmann tristate "SDHCI OF support for the Arasan SDHCI controllers" 133e3ec3a3dSSoren Brinkmann depends on MMC_SDHCI_PLTFM 134e3ec3a3dSSoren Brinkmann depends on OF 135c390f211SDouglas Anderson depends on COMMON_CLK 13684362d79SShawn Lin select MMC_CQHCI 137e3ec3a3dSSoren Brinkmann help 138e3ec3a3dSSoren Brinkmann This selects the Arasan Secure Digital Host Controller Interface 139e3ec3a3dSSoren Brinkmann (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC. 140e3ec3a3dSSoren Brinkmann 141e3ec3a3dSSoren Brinkmann If you have a controller with this interface, say Y or M here. 142e3ec3a3dSSoren Brinkmann 143e3ec3a3dSSoren Brinkmann If unsure, say N. 144e3ec3a3dSSoren Brinkmann 145bb5f8ea4Sludovic.desroches@atmel.comconfig MMC_SDHCI_OF_AT91 146bb5f8ea4Sludovic.desroches@atmel.com tristate "SDHCI OF support for the Atmel SDMMC controller" 147bb5f8ea4Sludovic.desroches@atmel.com depends on MMC_SDHCI_PLTFM 148bb5f8ea4Sludovic.desroches@atmel.com depends on OF 149bb5f8ea4Sludovic.desroches@atmel.com help 150bb5f8ea4Sludovic.desroches@atmel.com This selects the Atmel SDMMC driver 151bb5f8ea4Sludovic.desroches@atmel.com 152f0de8369SShawn Guoconfig MMC_SDHCI_OF_ESDHC 153f0de8369SShawn Guo tristate "SDHCI OF support for the Freescale eSDHC controller" 154f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 1552ca63524Syangbo lu depends on PPC || ARCH_MXC || ARCH_LAYERSCAPE 1562ca63524Syangbo lu select MMC_SDHCI_IO_ACCESSORS 157151ede40Syangbo lu select FSL_GUTS 1587657c3a7SAlbert Herranz help 1597657c3a7SAlbert Herranz This selects the Freescale eSDHC controller support. 1603085e9c1SAnton Vorontsov 161f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 162f0de8369SShawn Guo 1633085e9c1SAnton Vorontsov If unsure, say N. 1643085e9c1SAnton Vorontsov 1651144ab5dSAlbert Herranzconfig MMC_SDHCI_OF_HLWD 166f0de8369SShawn Guo tristate "SDHCI OF support for the Nintendo Wii SDHCI controllers" 167f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 1685f2e097cSKevin Hao depends on PPC 1691144ab5dSAlbert Herranz select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER 1701144ab5dSAlbert Herranz help 1711144ab5dSAlbert Herranz This selects the Secure Digital Host Controller Interface (SDHCI) 1721144ab5dSAlbert Herranz found in the "Hollywood" chipset of the Nintendo Wii video game 1731144ab5dSAlbert Herranz console. 1741144ab5dSAlbert Herranz 175f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 176f0de8369SShawn Guo 1771144ab5dSAlbert Herranz If unsure, say N. 1781144ab5dSAlbert Herranz 179ff6af28fSMasahiro Yamadaconfig MMC_SDHCI_CADENCE 180ff6af28fSMasahiro Yamada tristate "SDHCI support for the Cadence SD/SDIO/eMMC controller" 181ff6af28fSMasahiro Yamada depends on MMC_SDHCI_PLTFM 182ff6af28fSMasahiro Yamada depends on OF 183ff6af28fSMasahiro Yamada help 184ff6af28fSMasahiro Yamada This selects the Cadence SD/SDIO/eMMC driver. 185ff6af28fSMasahiro Yamada 186ff6af28fSMasahiro Yamada If you have a controller with this interface, say Y or M here. 187ff6af28fSMasahiro Yamada 188ff6af28fSMasahiro Yamada If unsure, say N. 189ff6af28fSMasahiro Yamada 19020b1597bSAnton Vorontsovconfig MMC_SDHCI_CNS3XXX 19185d6509dSShawn Guo tristate "SDHCI support on the Cavium Networks CNS3xxx SoC" 19220b1597bSAnton Vorontsov depends on ARCH_CNS3XXX 193f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 19420b1597bSAnton Vorontsov help 19520b1597bSAnton Vorontsov This selects the SDHCI support for CNS3xxx System-on-Chip devices. 19620b1597bSAnton Vorontsov 197f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 198f0de8369SShawn Guo 19920b1597bSAnton Vorontsov If unsure, say N. 20020b1597bSAnton Vorontsov 20195f25efeSWolfram Sangconfig MMC_SDHCI_ESDHC_IMX 20295a2482aSShawn Guo tristate "SDHCI support for the Freescale eSDHC/uSDHC i.MX controller" 2032b795518SSascha Hauer depends on ARCH_MXC 204f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 20595f25efeSWolfram Sang select MMC_SDHCI_IO_ACCESSORS 20695f25efeSWolfram Sang help 20795a2482aSShawn Guo This selects the Freescale eSDHC/uSDHC controller support 20895a2482aSShawn Guo found on i.MX25, i.MX35 i.MX5x and i.MX6x. 20995f25efeSWolfram Sang 210f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 211f0de8369SShawn Guo 21295f25efeSWolfram Sang If unsure, say N. 21395f25efeSWolfram Sang 214985b1aa0SMike Rapoportconfig MMC_SDHCI_DOVE 21585d6509dSShawn Guo tristate "SDHCI support on Marvell's Dove SoC" 216ec4422acSSebastian Hesselbarth depends on ARCH_DOVE || MACH_DOVE 217f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 218985b1aa0SMike Rapoport select MMC_SDHCI_IO_ACCESSORS 219985b1aa0SMike Rapoport help 220985b1aa0SMike Rapoport This selects the Secure Digital Host Controller Interface in 221985b1aa0SMike Rapoport Marvell's Dove SoC. 222985b1aa0SMike Rapoport 223f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 224f0de8369SShawn Guo 225985b1aa0SMike Rapoport If unsure, say N. 226985b1aa0SMike Rapoport 22703d2bfc8SOlof Johanssonconfig MMC_SDHCI_TEGRA 22885d6509dSShawn Guo tristate "SDHCI platform support for the Tegra SD/MMC Controller" 22985d6509dSShawn Guo depends on ARCH_TEGRA 230f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 23103d2bfc8SOlof Johansson select MMC_SDHCI_IO_ACCESSORS 23203d2bfc8SOlof Johansson help 23303d2bfc8SOlof Johansson This selects the Tegra SD/MMC controller. If you have a Tegra 23403d2bfc8SOlof Johansson platform with SD or MMC devices, say Y or M here. 23503d2bfc8SOlof Johansson 23603d2bfc8SOlof Johansson If unsure, say N. 23703d2bfc8SOlof Johansson 2380d1bb41aSBen Dooksconfig MMC_SDHCI_S3C 2390d1bb41aSBen Dooks tristate "SDHCI support on Samsung S3C SoC" 240930a6f70SKyungmin Park depends on MMC_SDHCI && PLAT_SAMSUNG 2410d1bb41aSBen Dooks help 2420d1bb41aSBen Dooks This selects the Secure Digital Host Controller Interface (SDHCI) 2430d1bb41aSBen Dooks often referrered to as the HSMMC block in some of the Samsung S3C 2440d1bb41aSBen Dooks range of SoC. 2450d1bb41aSBen Dooks 2460d1bb41aSBen Dooks If you have a controller with this interface, say Y or M here. 2470d1bb41aSBen Dooks 2480d1bb41aSBen Dooks If unsure, say N. 2490d1bb41aSBen Dooks 250b3b665b0SBarry Songconfig MMC_SDHCI_SIRF 251b3b665b0SBarry Song tristate "SDHCI support on CSR SiRFprimaII and SiRFmarco SoCs" 252b3b665b0SBarry Song depends on ARCH_SIRF 253b3b665b0SBarry Song depends on MMC_SDHCI_PLTFM 254a1b0b977SWeijun Yang select MMC_SDHCI_IO_ACCESSORS 255b3b665b0SBarry Song help 256b3b665b0SBarry Song This selects the SDHCI support for SiRF System-on-Chip devices. 257b3b665b0SBarry Song 258b3b665b0SBarry Song If you have a controller with this interface, say Y or M here. 259b3b665b0SBarry Song 260b3b665b0SBarry Song If unsure, say N. 261b3b665b0SBarry Song 262a702c8abSZhangfei Gaoconfig MMC_SDHCI_PXAV3 263a702c8abSZhangfei Gao tristate "Marvell MMP2 SD Host Controller support (PXAV3)" 264a702c8abSZhangfei Gao depends on CLKDEV_LOOKUP 2655d01b768SArnd Bergmann depends on MMC_SDHCI_PLTFM 266daa3054fSJean Delvare depends on ARCH_BERLIN || ARCH_MMP || ARCH_MVEBU || COMPILE_TEST 267a702c8abSZhangfei Gao default CPU_MMP2 268a702c8abSZhangfei Gao help 269a702c8abSZhangfei Gao This selects the Marvell(R) PXAV3 SD Host Controller. 270a702c8abSZhangfei Gao If you have a MMP2 platform with SD Host Controller 271a702c8abSZhangfei Gao and a card slot, say Y or M here. 272a702c8abSZhangfei Gao 273a702c8abSZhangfei Gao If unsure, say N. 274a702c8abSZhangfei Gao 2759f5d71e4SZhangfei Gaoconfig MMC_SDHCI_PXAV2 2769f5d71e4SZhangfei Gao tristate "Marvell PXA9XX SD Host Controller support (PXAV2)" 2779f5d71e4SZhangfei Gao depends on CLKDEV_LOOKUP 2785d01b768SArnd Bergmann depends on MMC_SDHCI_PLTFM 2798a8735ebSJean Delvare depends on ARCH_MMP || COMPILE_TEST 2809f5d71e4SZhangfei Gao default CPU_PXA910 2819f5d71e4SZhangfei Gao help 2829f5d71e4SZhangfei Gao This selects the Marvell(R) PXAV2 SD Host Controller. 2839f5d71e4SZhangfei Gao If you have a PXA9XX platform with SD Host Controller 2849f5d71e4SZhangfei Gao and a card slot, say Y or M here. 2859f5d71e4SZhangfei Gao 2869f5d71e4SZhangfei Gao If unsure, say N. 2879f5d71e4SZhangfei Gao 288c63b3cbaSViresh KUMARconfig MMC_SDHCI_SPEAR 289c63b3cbaSViresh KUMAR tristate "SDHCI support on ST SPEAr platform" 290c63b3cbaSViresh KUMAR depends on MMC_SDHCI && PLAT_SPEAR 291bbd7f0a2SUlf Hansson depends on OF 292c63b3cbaSViresh KUMAR help 293c63b3cbaSViresh KUMAR This selects the Secure Digital Host Controller Interface (SDHCI) 294c63b3cbaSViresh KUMAR often referrered to as the HSMMC block in some of the ST SPEAR range 295c63b3cbaSViresh KUMAR of SoC 296c63b3cbaSViresh KUMAR 297c63b3cbaSViresh KUMAR If you have a controller with this interface, say Y or M here. 298c63b3cbaSViresh KUMAR 299c63b3cbaSViresh KUMAR If unsure, say N. 300c63b3cbaSViresh KUMAR 3010d1bb41aSBen Dooksconfig MMC_SDHCI_S3C_DMA 3020d1bb41aSBen Dooks bool "DMA support on S3C SDHCI" 30386147c84SKees Cook depends on MMC_SDHCI_S3C 3040d1bb41aSBen Dooks help 3050d1bb41aSBen Dooks Enable DMA support on the Samsung S3C SDHCI glue. The DMA 3060d1bb41aSBen Dooks has proved to be problematic if the controller encounters 3070d1bb41aSBen Dooks certain errors, and thus should be treated with care. 3080d1bb41aSBen Dooks 3090d1bb41aSBen Dooks YMMV. 3100d1bb41aSBen Dooks 31101ebea1bSChristian Daudtconfig MMC_SDHCI_BCM_KONA 31201ebea1bSChristian Daudt tristate "SDHCI support on Broadcom KONA platform" 313fc2bd2e4SChristian Daudt depends on ARCH_BCM_MOBILE 3145d01b768SArnd Bergmann depends on MMC_SDHCI_PLTFM 31501ebea1bSChristian Daudt help 31601ebea1bSChristian Daudt This selects the Broadcom Kona Secure Digital Host Controller 31701ebea1bSChristian Daudt Interface(SDHCI) support. 31801ebea1bSChristian Daudt This is used in Broadcom mobile SoCs. 31901ebea1bSChristian Daudt 32001ebea1bSChristian Daudt If you have a controller with this interface, say Y or M here. 32101ebea1bSChristian Daudt 32287a50745SVincent Yangconfig MMC_SDHCI_F_SDH30 32387a50745SVincent Yang tristate "SDHCI support for Fujitsu Semiconductor F_SDH30" 32487a50745SVincent Yang depends on MMC_SDHCI_PLTFM 32590e1d8ccSArd Biesheuvel depends on OF || ACPI 32687a50745SVincent Yang help 32787a50745SVincent Yang This selects the Secure Digital Host Controller Interface (SDHCI) 32887a50745SVincent Yang Needed by some Fujitsu SoC for MMC / SD / SDIO support. 32987a50745SVincent Yang If you have a controller with this interface, say Y or M here. 33087a50745SVincent Yang 33187a50745SVincent Yang If unsure, say N. 33287a50745SVincent Yang 333b580c52dSScott Brandenconfig MMC_SDHCI_IPROC 33477cb7d3aSStefan Wahren tristate "SDHCI support for the BCM2835 & iProc SD/MMC Controller" 33577cb7d3aSStefan Wahren depends on ARCH_BCM2835 || ARCH_BCM_IPROC || COMPILE_TEST 336b580c52dSScott Branden depends on MMC_SDHCI_PLTFM 337b580c52dSScott Branden default ARCH_BCM_IPROC 338b580c52dSScott Branden select MMC_SDHCI_IO_ACCESSORS 339b580c52dSScott Branden help 340b580c52dSScott Branden This selects the iProc SD/MMC controller. 341b580c52dSScott Branden 34277cb7d3aSStefan Wahren If you have a BCM2835 or IPROC platform with SD or MMC devices, 343b580c52dSScott Branden say Y or M here. 344b580c52dSScott Branden 345b580c52dSScott Branden If unsure, say N. 346b580c52dSScott Branden 34751c5d844SKevin Hilmanconfig MMC_MESON_GX 348e79dc1b4SNan Li tristate "Amlogic S905/GX*/AXG SD/MMC Host Controller support" 34951c5d844SKevin Hilman depends on ARCH_MESON && MMC 35051c5d844SKevin Hilman help 35151c5d844SKevin Hilman This selects support for the Amlogic SD/MMC Host Controller 352e79dc1b4SNan Li found on the S905/GX*/AXG family of SoCs. This controller is 35351c5d844SKevin Hilman MMC 5.1 compliant and supports SD, eMMC and SDIO interfaces. 35451c5d844SKevin Hilman 35551c5d844SKevin Hilman If you have a controller with this interface, say Y here. 35651c5d844SKevin Hilman 357ed80a13bSCarlo Caioneconfig MMC_MESON_MX_SDIO 358ed80a13bSCarlo Caione tristate "Amlogic Meson6/Meson8/Meson8b SD/MMC Host Controller support" 359ed80a13bSCarlo Caione depends on ARCH_MESON || COMPILE_TEST 360ed80a13bSCarlo Caione depends on COMMON_CLK 361ed80a13bSCarlo Caione depends on OF 362ed80a13bSCarlo Caione help 363ed80a13bSCarlo Caione This selects support for the SD/MMC Host Controller on 364ed80a13bSCarlo Caione Amlogic Meson6, Meson8 and Meson8b SoCs. 365ed80a13bSCarlo Caione 366ed80a13bSCarlo Caione If you have a controller with this interface, say Y or M here. 367ed80a13bSCarlo Caione If unsure, say N. 368ed80a13bSCarlo Caione 3691b66e94eSJonas Jensenconfig MMC_MOXART 3701b66e94eSJonas Jensen tristate "MOXART SD/MMC Host Controller support" 3711b66e94eSJonas Jensen depends on ARCH_MOXART && MMC 3721b66e94eSJonas Jensen help 3731b66e94eSJonas Jensen This selects support for the MOXART SD/MMC Host Controller. 3741b66e94eSJonas Jensen MOXA provides one multi-functional card reader which can 3751b66e94eSJonas Jensen be found on some embedded hardware such as UC-7112-LX. 3761b66e94eSJonas Jensen If you have a controller with this interface, say Y here. 3771b66e94eSJonas Jensen 378f52d9c4fSPeter Griffinconfig MMC_SDHCI_ST 379f52d9c4fSPeter Griffin tristate "SDHCI support on STMicroelectronics SoC" 3802feada5bSIvan Mikhaylov depends on ARCH_STI || FSP2 381f52d9c4fSPeter Griffin depends on MMC_SDHCI_PLTFM 382f52d9c4fSPeter Griffin select MMC_SDHCI_IO_ACCESSORS 383f52d9c4fSPeter Griffin help 384f52d9c4fSPeter Griffin This selects the Secure Digital Host Controller Interface in 385f52d9c4fSPeter Griffin STMicroelectronics SoCs. 386f52d9c4fSPeter Griffin 387f52d9c4fSPeter Griffin If you have a controller with this interface, say Y or M here. 388f52d9c4fSPeter Griffin If unsure, say N. 389f52d9c4fSPeter Griffin 3901c6a0718SPierre Ossmanconfig MMC_OMAP 3911c6a0718SPierre Ossman tristate "TI OMAP Multimedia Card Interface support" 392790864dcSJan Engelhardt depends on ARCH_OMAP 39360a549fcSArnd Bergmann depends on TPS65010 || !MACH_OMAP_H2 3941c6a0718SPierre Ossman help 3951c6a0718SPierre Ossman This selects the TI OMAP Multimedia card Interface. 3961c6a0718SPierre Ossman If you have an OMAP board with a Multimedia Card slot, 3971c6a0718SPierre Ossman say Y or M here. 3981c6a0718SPierre Ossman 3991c6a0718SPierre Ossman If unsure, say N. 4001c6a0718SPierre Ossman 401a45c6cb8SMadhusudhan Chikkatureconfig MMC_OMAP_HS 402a45c6cb8SMadhusudhan Chikkature tristate "TI OMAP High Speed Multimedia Card Interface support" 403a7cedab6SLokesh Vutla depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST 404a45c6cb8SMadhusudhan Chikkature help 405a45c6cb8SMadhusudhan Chikkature This selects the TI OMAP High Speed Multimedia card Interface. 406bcf24e1dSAmarinder Bindra If you have an omap2plus board with a Multimedia Card slot, 407bcf24e1dSAmarinder Bindra say Y or M here. 408a45c6cb8SMadhusudhan Chikkature 409a45c6cb8SMadhusudhan Chikkature If unsure, say N. 410a45c6cb8SMadhusudhan Chikkature 4111c6a0718SPierre Ossmanconfig MMC_WBSD 4121c6a0718SPierre Ossman tristate "Winbond W83L51xD SD/MMC Card Interface support" 413790864dcSJan Engelhardt depends on ISA_DMA_API 4141c6a0718SPierre Ossman help 4151c6a0718SPierre Ossman This selects the Winbond(R) W83L51xD Secure digital and 4161c6a0718SPierre Ossman Multimedia card Interface. 4171c6a0718SPierre Ossman If you have a machine with a integrated W83L518D or W83L519D 4181c6a0718SPierre Ossman SD/MMC card reader, say Y or M here. 4191c6a0718SPierre Ossman 4201c6a0718SPierre Ossman If unsure, say N. 4211c6a0718SPierre Ossman 4221c6a0718SPierre Ossmanconfig MMC_AU1X 4231c6a0718SPierre Ossman tristate "Alchemy AU1XX0 MMC Card Interface support" 42437663860SManuel Lauss depends on MIPS_ALCHEMY 4251c6a0718SPierre Ossman help 4261c6a0718SPierre Ossman This selects the AMD Alchemy(R) Multimedia card interface. 4271c6a0718SPierre Ossman If you have a Alchemy platform with a MMC slot, say Y or M here. 4281c6a0718SPierre Ossman 4291c6a0718SPierre Ossman If unsure, say N. 4301c6a0718SPierre Ossman 4317d2be074SHaavard Skinnemoenconfig MMC_ATMELMCI 432d6a20debSLudovic Desroches tristate "Atmel SD/MMC Driver (Multimedia Card Interface)" 433ef4b160fSAndy Shevchenko depends on ARCH_AT91 4347d2be074SHaavard Skinnemoen help 435ef4b160fSAndy Shevchenko This selects the Atmel Multimedia Card Interface driver. 436ef4b160fSAndy Shevchenko If you have an AT91 platform with a Multimedia Card slot, 437ef4b160fSAndy Shevchenko say Y or M here. 4387d2be074SHaavard Skinnemoen 4397d2be074SHaavard Skinnemoen If unsure, say N. 4407d2be074SHaavard Skinnemoen 4410eb0d9f4SGeorgi Djakovconfig MMC_SDHCI_MSM 4420eb0d9f4SGeorgi Djakov tristate "Qualcomm SDHCI Controller Support" 4436096d7a8SGeorgi Djakov depends on ARCH_QCOM || (ARM && COMPILE_TEST) 4440eb0d9f4SGeorgi Djakov depends on MMC_SDHCI_PLTFM 44599d570daSVijay Viswanath select MMC_SDHCI_IO_ACCESSORS 4460eb0d9f4SGeorgi Djakov help 4470eb0d9f4SGeorgi Djakov This selects the Secure Digital Host Controller Interface (SDHCI) 4480eb0d9f4SGeorgi Djakov support present in Qualcomm SOCs. The controller supports 4490eb0d9f4SGeorgi Djakov SD/MMC/SDIO devices. 4500eb0d9f4SGeorgi Djakov 4510eb0d9f4SGeorgi Djakov If you have a controller with this interface, say Y or M here. 4520eb0d9f4SGeorgi Djakov 4530eb0d9f4SGeorgi Djakov If unsure, say N. 4540eb0d9f4SGeorgi Djakov 455d96be879SSascha Hauerconfig MMC_MXC 456c7ceab02SAnatolij Gustschin tristate "Freescale i.MX21/27/31 or MPC512x Multimedia Card support" 457c7ceab02SAnatolij Gustschin depends on ARCH_MXC || PPC_MPC512x 458d96be879SSascha Hauer help 459c7ceab02SAnatolij Gustschin This selects the Freescale i.MX21, i.MX27, i.MX31 or MPC512x 460c7ceab02SAnatolij Gustschin Multimedia Card Interface. If you have an i.MX or MPC512x platform 461c7ceab02SAnatolij Gustschin with a Multimedia Card slot, say Y or M here. 462d96be879SSascha Hauer 463d96be879SSascha Hauer If unsure, say N. 464d96be879SSascha Hauer 465e4243f13SShawn Guoconfig MMC_MXS 466e4243f13SShawn Guo tristate "Freescale MXS Multimedia Card Interface support" 467e4243f13SShawn Guo depends on ARCH_MXS && MXS_DMA 468e4243f13SShawn Guo help 469e4243f13SShawn Guo This selects the Freescale SSP MMC controller found on MXS based 470e4243f13SShawn Guo platforms like mx23/28. 471e4243f13SShawn Guo 472e4243f13SShawn Guo If unsure, say N. 473e4243f13SShawn Guo 4741c6a0718SPierre Ossmanconfig MMC_TIFM_SD 47586147c84SKees Cook tristate "TI Flash Media MMC/SD Interface support" 47686147c84SKees Cook depends on PCI 4771c6a0718SPierre Ossman select TIFM_CORE 4781c6a0718SPierre Ossman help 4791c6a0718SPierre Ossman Say Y here if you want to be able to access MMC/SD cards with 4801c6a0718SPierre Ossman the Texas Instruments(R) Flash Media card reader, found in many 4811c6a0718SPierre Ossman laptops. 4821c6a0718SPierre Ossman This option 'selects' (turns on, enables) 'TIFM_CORE', but you 4831c6a0718SPierre Ossman probably also need appropriate card reader host adapter, such as 4841c6a0718SPierre Ossman 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support 4851c6a0718SPierre Ossman (TIFM_7XX1)'. 4861c6a0718SPierre Ossman 4871c6a0718SPierre Ossman To compile this driver as a module, choose M here: the 4881c6a0718SPierre Ossman module will be called tifm_sd. 4891c6a0718SPierre Ossman 490236caa7cSMaen Suleimanconfig MMC_MVSDIO 491236caa7cSMaen Suleiman tristate "Marvell MMC/SD/SDIO host driver" 492236caa7cSMaen Suleiman depends on PLAT_ORION 49317da6783SLinus Walleij depends on OF 494236caa7cSMaen Suleiman ---help--- 495236caa7cSMaen Suleiman This selects the Marvell SDIO host driver. 496236caa7cSMaen Suleiman SDIO may currently be found on the Kirkwood 88F6281 and 88F6192 497236caa7cSMaen Suleiman SoC controllers. 498236caa7cSMaen Suleiman 499236caa7cSMaen Suleiman To compile this driver as a module, choose M here: the 500236caa7cSMaen Suleiman module will be called mvsdio. 501236caa7cSMaen Suleiman 502b4cff454SVipin Bhandariconfig MMC_DAVINCI 503b4cff454SVipin Bhandari tristate "TI DAVINCI Multimedia Card Interface support" 504b4cff454SVipin Bhandari depends on ARCH_DAVINCI 505b4cff454SVipin Bhandari help 506b4cff454SVipin Bhandari This selects the TI DAVINCI Multimedia card Interface. 507b4cff454SVipin Bhandari If you have an DAVINCI board with a Multimedia Card slot, 508b4cff454SVipin Bhandari say Y or M here. If unsure, say N. 509b4cff454SVipin Bhandari 51085c34d2eSMike Lockwoodconfig MMC_GOLDFISH 51185c34d2eSMike Lockwood tristate "goldfish qemu Multimedia Card Interface support" 5127f8a9a7eSLuis de Bethencourt depends on GOLDFISH || COMPILE_TEST 51385c34d2eSMike Lockwood help 51485c34d2eSMike Lockwood This selects the Goldfish Multimedia card Interface emulation 51585c34d2eSMike Lockwood found on the Goldfish Android virtual device emulation. 51685c34d2eSMike Lockwood 51715a0580cSDavid Brownellconfig MMC_SPI 51857105737SPierre Ossman tristate "MMC/SD/SDIO over SPI" 519e176c255SIan Molton depends on SPI_MASTER && HAS_DMA 52015a0580cSDavid Brownell select CRC7 52115a0580cSDavid Brownell select CRC_ITU_T 52215a0580cSDavid Brownell help 523692105b8SMatt LaPlante Some systems access MMC/SD/SDIO cards using a SPI controller 52457105737SPierre Ossman instead of using a "native" MMC/SD/SDIO controller. This has a 52557105737SPierre Ossman disadvantage of being relatively high overhead, but a compensating 52657105737SPierre Ossman advantage of working on many systems without dedicated MMC/SD/SDIO 52757105737SPierre Ossman controllers. 52815a0580cSDavid Brownell 52915a0580cSDavid Brownell If unsure, or if your system has no SPI master driver, say N. 53015a0580cSDavid Brownell 531be518018SThomas Kleffelconfig MMC_S3C 532be518018SThomas Kleffel tristate "Samsung S3C SD/MMC Card Interface support" 533b130d5c2SKukjin Kim depends on ARCH_S3C24XX 534b45e4b50SVasily Khoruzhick depends on S3C24XX_DMAC 535be518018SThomas Kleffel help 536be518018SThomas Kleffel This selects a driver for the MCI interface found in 537be518018SThomas Kleffel Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs. 538be518018SThomas Kleffel If you have a board based on one of those and a MMC/SD 539be518018SThomas Kleffel slot, say Y or M here. 540be518018SThomas Kleffel 541be518018SThomas Kleffel If unsure, say N. 542be518018SThomas Kleffel 5435a2c4fe0SBen Dooksconfig MMC_S3C_HW_SDIO_IRQ 5445a2c4fe0SBen Dooks bool "Hardware support for SDIO IRQ" 5455a2c4fe0SBen Dooks depends on MMC_S3C 5465a2c4fe0SBen Dooks help 5475a2c4fe0SBen Dooks Enable the hardware support for SDIO interrupts instead of using 5485a2c4fe0SBen Dooks the generic polling code. 5495a2c4fe0SBen Dooks 55026f14947SBen Dookschoice 55126f14947SBen Dooks prompt "Samsung S3C SD/MMC transfer code" 55226f14947SBen Dooks depends on MMC_S3C 55326f14947SBen Dooks 55426f14947SBen Dooksconfig MMC_S3C_PIO 55526f14947SBen Dooks bool "Use PIO transfers only" 55626f14947SBen Dooks help 55726f14947SBen Dooks Use PIO to transfer data between memory and the hardware. 55826f14947SBen Dooks 55926f14947SBen Dooks PIO is slower than DMA as it requires CPU instructions to 56026f14947SBen Dooks move the data. This has been the traditional default for 56126f14947SBen Dooks the S3C MCI driver. 56226f14947SBen Dooks 56326f14947SBen Dooksconfig MMC_S3C_DMA 56486147c84SKees Cook bool "Use DMA transfers only" 56526f14947SBen Dooks help 56626f14947SBen Dooks Use DMA to transfer data between memory and the hardare. 56726f14947SBen Dooks 56826f14947SBen Dooks Currently, the DMA support in this driver seems to not be 56926f14947SBen Dooks working properly and needs to be debugged before this 57026f14947SBen Dooks option is useful. 57126f14947SBen Dooks 57226f14947SBen Dooksendchoice 57326f14947SBen Dooks 5746a36913aSSascha Sommerconfig MMC_SDRICOH_CS 57586147c84SKees Cook tristate "MMC/SD driver for Ricoh Bay1Controllers" 57686147c84SKees Cook depends on PCI && PCMCIA 5776a36913aSSascha Sommer help 5786a36913aSSascha Sommer Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA 5796a36913aSSascha Sommer card whenever you insert a MMC or SD card into the card slot. 5806a36913aSSascha Sommer 5816a36913aSSascha Sommer To compile this driver as a module, choose M here: the 5826a36913aSSascha Sommer module will be called sdricoh_cs. 5836a36913aSSascha Sommer 584b6147490SGuennadi Liakhovetskiconfig MMC_TMIO_CORE 585b6147490SGuennadi Liakhovetski tristate 586b6147490SGuennadi Liakhovetski 5874a48998fSIan Moltonconfig MMC_TMIO 5884a48998fSIan Molton tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" 58942051e8aSGuennadi Liakhovetski depends on MFD_TMIO || MFD_ASIC3 590b6147490SGuennadi Liakhovetski select MMC_TMIO_CORE 5914a48998fSIan Molton help 5924a48998fSIan Molton This provides support for the SD/MMC cell found in TC6393XB, 593e6f2c7adSPhilipp Zabel T7L66XB and also HTC ASIC3 5945f5bac82SMichał Mirosław 59542051e8aSGuennadi Liakhovetskiconfig MMC_SDHI 596b5b6a5f4SSimon Horman tristate "Renesas SDHI SD/SDIO controller support" 59749312c1fSSimon Horman depends on SUPERH || ARCH_RENESAS || COMPILE_TEST 59842051e8aSGuennadi Liakhovetski select MMC_TMIO_CORE 59942051e8aSGuennadi Liakhovetski help 60042051e8aSGuennadi Liakhovetski This provides support for the SDHI SD/SDIO controller found in 601b5b6a5f4SSimon Horman Renesas SuperH, ARM and ARM64 based SoCs 60242051e8aSGuennadi Liakhovetski 6032a68ea78SSimon Hormanconfig MMC_SDHI_SYS_DMAC 6042a68ea78SSimon Horman tristate "DMA for SDHI SD/SDIO controllers using SYS-DMAC" 6051d6efe08SGeert Uytterhoeven depends on MMC_SDHI 606c813e10aSMasahiro Yamada default MMC_SDHI if (SUPERH || ARM) 6072a68ea78SSimon Horman help 6082a68ea78SSimon Horman This provides DMA support for SDHI SD/SDIO controllers 6092a68ea78SSimon Horman using SYS-DMAC via DMA Engine. This supports the controllers 6102a68ea78SSimon Horman found in SuperH and Renesas ARM based SoCs. 6112a68ea78SSimon Horman 6122a68ea78SSimon Hormanconfig MMC_SDHI_INTERNAL_DMAC 6132a68ea78SSimon Horman tristate "DMA for SDHI SD/SDIO controllers using on-chip bus mastering" 6142a68ea78SSimon Horman depends on ARM64 || COMPILE_TEST 6151d6efe08SGeert Uytterhoeven depends on MMC_SDHI 616c813e10aSMasahiro Yamada default MMC_SDHI if ARM64 6172a68ea78SSimon Horman help 6182a68ea78SSimon Horman This provides DMA support for SDHI SD/SDIO controllers 6192a68ea78SSimon Horman using on-chip bus mastering. This supports the controllers 6202a68ea78SSimon Horman found in arm64 based SoCs. 6212a68ea78SSimon Horman 6225f5bac82SMichał Mirosławconfig MMC_CB710 6235f5bac82SMichał Mirosław tristate "ENE CB710 MMC/SD Interface support" 6240244ad00SMartin Schwidefsky depends on PCI 6255f5bac82SMichał Mirosław select CB710_CORE 6265f5bac82SMichał Mirosław help 6275f5bac82SMichał Mirosław This option enables support for MMC/SD part of ENE CB710/720 Flash 6285f5bac82SMichał Mirosław memory card reader found in some laptops (ie. some versions of 6295f5bac82SMichał Mirosław HP Compaq nx9500). 6305f5bac82SMichał Mirosław 6315f5bac82SMichał Mirosław This driver can also be built as a module. If so, the module 6325f5bac82SMichał Mirosław will be called cb710-mmc. 6335f5bac82SMichał Mirosław 634f0bf7f61SHarald Welteconfig MMC_VIA_SDMMC 635f0bf7f61SHarald Welte tristate "VIA SD/MMC Card Reader Driver" 636f0bf7f61SHarald Welte depends on PCI 637f0bf7f61SHarald Welte help 638f0bf7f61SHarald Welte This selects the VIA SD/MMC Card Reader driver, say Y or M here. 639f0bf7f61SHarald Welte VIA provides one multi-functional card reader which integrated into 640f0bf7f61SHarald Welte some motherboards manufactured by VIA. This card reader supports 641f0bf7f61SHarald Welte SD/MMC/SDHC. 642f0bf7f61SHarald Welte If you have a controller with this interface, say Y or M here. 643f0bf7f61SHarald Welte 644f0bf7f61SHarald Welte If unsure, say N. 645eb962d5bSCliff Cai 64601d95843SSteven J. Hillconfig MMC_CAVIUM_OCTEON 64701d95843SSteven J. Hill tristate "Cavium OCTEON SD/MMC Card Interface support" 64801d95843SSteven J. Hill depends on CAVIUM_OCTEON_SOC 64901d95843SSteven J. Hill help 65001d95843SSteven J. Hill This selects Cavium OCTEON SD/MMC card Interface. 65101d95843SSteven J. Hill If you have an OCTEON board with a Multimedia Card slot, 65201d95843SSteven J. Hill say Y or M here. 65301d95843SSteven J. Hill 65401d95843SSteven J. Hill If unsure, say N. 65501d95843SSteven J. Hill 656166bac38SJan Glauberconfig MMC_CAVIUM_THUNDERX 657166bac38SJan Glauber tristate "Cavium ThunderX SD/MMC Card Interface support" 658166bac38SJan Glauber depends on PCI && 64BIT && (ARM64 || COMPILE_TEST) 65962467bbbSJan Glauber depends on GPIO_THUNDERX 660166bac38SJan Glauber depends on OF_ADDRESS 661166bac38SJan Glauber help 662166bac38SJan Glauber This selects Cavium ThunderX SD/MMC Card Interface. 663166bac38SJan Glauber If you have an Cavium ARM64 board with a Multimedia Card slot 664166bac38SJan Glauber or builtin eMMC chip say Y or M here. If built as a module 665166bac38SJan Glauber the module will be called thunderx_mmc.ko. 666166bac38SJan Glauber 667f95f3850SWill Newtonconfig MMC_DW 668f95f3850SWill Newton tristate "Synopsys DesignWare Memory Card Interface" 669c34346b2SAlim Akhtar depends on ARC || ARM || ARM64 || MIPS || COMPILE_TEST 670f95f3850SWill Newton help 671f95f3850SWill Newton This selects support for the Synopsys DesignWare Mobile Storage IP 672f95f3850SWill Newton block, this provides host support for SD and MMC interfaces, in both 6733fc7eaefSShawn Lin PIO, internal DMA mode and external DMA mode. 674f95f3850SWill Newton 67562ca8034SShashidhar Hiremathconfig MMC_DW_PLTFM 67662ca8034SShashidhar Hiremath tristate "Synopsys Designware MCI Support as platform device" 67762ca8034SShashidhar Hiremath depends on MMC_DW 67862ca8034SShashidhar Hiremath default y 67962ca8034SShashidhar Hiremath help 68062ca8034SShashidhar Hiremath This selects the common helper functions support for Host Controller 68162ca8034SShashidhar Hiremath Interface based platform driver. Please select this option if the IP 68262ca8034SShashidhar Hiremath is present as a platform device. This is the common interface for the 68362ca8034SShashidhar Hiremath Synopsys Designware IP. 68462ca8034SShashidhar Hiremath 68562ca8034SShashidhar Hiremath If you have a controller with this interface, say Y or M here. 68662ca8034SShashidhar Hiremath 68762ca8034SShashidhar Hiremath If unsure, say Y. 68862ca8034SShashidhar Hiremath 68986958dccSLiming Sunconfig MMC_DW_BLUEFIELD 69086958dccSLiming Sun tristate "BlueField specific extensions for Synopsys DW Memory Card Interface" 69186958dccSLiming Sun depends on MMC_DW 69286958dccSLiming Sun select MMC_DW_PLTFM 69386958dccSLiming Sun help 69486958dccSLiming Sun This selects support for Mellanox BlueField SoC specific extensions to 69586958dccSLiming Sun the Synopsys DesignWare Memory Card Interface driver. Select this 69686958dccSLiming Sun option for platforms based on Mellanox BlueField SoC's. 69786958dccSLiming Sun 698c3665006SThomas Abrahamconfig MMC_DW_EXYNOS 699e41e85ccSMasanari Iida tristate "Exynos specific extensions for Synopsys DW Memory Card Interface" 700c3665006SThomas Abraham depends on MMC_DW 701c3665006SThomas Abraham select MMC_DW_PLTFM 702c3665006SThomas Abraham help 703c3665006SThomas Abraham This selects support for Samsung Exynos SoC specific extensions to the 704c3665006SThomas Abraham Synopsys DesignWare Memory Card Interface driver. Select this option 705c3665006SThomas Abraham for platforms based on Exynos4 and Exynos5 SoC's. 706c3665006SThomas Abraham 707e382ab74Stianshuliangconfig MMC_DW_HI3798CV200 708e382ab74Stianshuliang tristate "Hi3798CV200 specific extensions for Synopsys DW Memory Card Interface" 709e382ab74Stianshuliang depends on MMC_DW 710e382ab74Stianshuliang select MMC_DW_PLTFM 711e382ab74Stianshuliang help 712e382ab74Stianshuliang This selects support for HiSilicon Hi3798CV200 SoC specific extensions to the 713e382ab74Stianshuliang Synopsys DesignWare Memory Card Interface driver. Select this option 714e382ab74Stianshuliang for platforms based on HiSilicon Hi3798CV200 SoC. 715e382ab74Stianshuliang 716036f29d5SZhangfei Gaoconfig MMC_DW_K3 717036f29d5SZhangfei Gao tristate "K3 specific extensions for Synopsys DW Memory Card Interface" 718036f29d5SZhangfei Gao depends on MMC_DW 719036f29d5SZhangfei Gao select MMC_DW_PLTFM 720036f29d5SZhangfei Gao help 721036f29d5SZhangfei Gao This selects support for Hisilicon K3 SoC specific extensions to the 722036f29d5SZhangfei Gao Synopsys DesignWare Memory Card Interface driver. Select this option 723036f29d5SZhangfei Gao for platforms based on Hisilicon K3 SoC's. 724036f29d5SZhangfei Gao 72562ca8034SShashidhar Hiremathconfig MMC_DW_PCI 72662ca8034SShashidhar Hiremath tristate "Synopsys Designware MCI support on PCI bus" 72762ca8034SShashidhar Hiremath depends on MMC_DW && PCI 72862ca8034SShashidhar Hiremath help 72962ca8034SShashidhar Hiremath This selects the PCI bus for the Synopsys Designware Mobile Storage IP. 73062ca8034SShashidhar Hiremath Select this option if the IP is present on PCI platform. 73162ca8034SShashidhar Hiremath 73262ca8034SShashidhar Hiremath If you have a controller with this interface, say Y or M here. 73362ca8034SShashidhar Hiremath 73462ca8034SShashidhar Hiremath If unsure, say N. 73562ca8034SShashidhar Hiremath 7364cdc2ec1Saddy keconfig MMC_DW_ROCKCHIP 7374cdc2ec1Saddy ke tristate "Rockchip specific extensions for Synopsys DW Memory Card Interface" 7384cdc2ec1Saddy ke depends on MMC_DW && ARCH_ROCKCHIP 7394cdc2ec1Saddy ke select MMC_DW_PLTFM 7404cdc2ec1Saddy ke help 7414cdc2ec1Saddy ke This selects support for Rockchip SoC specific extensions to the 7424cdc2ec1Saddy ke Synopsys DesignWare Memory Card Interface driver. Select this option 7434cdc2ec1Saddy ke for platforms based on RK3066, RK3188 and RK3288 SoC's. 7444cdc2ec1Saddy ke 745a8c643adSJun Nieconfig MMC_DW_ZX 746a8c643adSJun Nie tristate "ZTE specific extensions for Synopsys DW Memory Card Interface" 747a8c643adSJun Nie depends on MMC_DW && ARCH_ZX 748a8c643adSJun Nie select MMC_DW_PLTFM 749a8c643adSJun Nie help 750a8c643adSJun Nie This selects support for ZTE SoC specific extensions to the 751a8c643adSJun Nie Synopsys DesignWare Memory Card Interface driver. Select this option 752a8c643adSJun Nie for platforms based on ZX296718 SoC's. 753a8c643adSJun Nie 754fdc50a94SYusuke Godaconfig MMC_SH_MMCIF 755fdc50a94SYusuke Goda tristate "SuperH Internal MMCIF support" 75649312c1fSSimon Horman depends on SUPERH || ARCH_RENESAS || COMPILE_TEST 757fdc50a94SYusuke Goda help 758ba9e9157SWolfram Sang This selects the MMC Host Interface controller (MMCIF) found in various 759ba9e9157SWolfram Sang Renesas SoCs for SH and ARM architectures. 760fdc50a94SYusuke Goda 76161bfbdb8SLars-Peter Clausen 76261bfbdb8SLars-Peter Clausenconfig MMC_JZ4740 7636a78768aSAlex Smith tristate "Ingenic JZ47xx SD/Multimedia Card Interface support" 7646a78768aSAlex Smith depends on MACH_JZ4740 || MACH_JZ4780 76561bfbdb8SLars-Peter Clausen help 7666a78768aSAlex Smith This selects support for the SD/MMC controller on Ingenic 7676a78768aSAlex Smith JZ4740, JZ4750, JZ4770 and JZ4780 SoCs. 7686a78768aSAlex Smith 76961bfbdb8SLars-Peter Clausen If you have a board based on such a SoC and with a SD/MMC slot, 77061bfbdb8SLars-Peter Clausen say Y or M here. 77153f3a9e2SDavid Vrabel 77288095e7bSTony Olechconfig MMC_VUB300 77388095e7bSTony Olech tristate "VUB300 USB to SDIO/SD/MMC Host Controller support" 77488095e7bSTony Olech depends on USB 77588095e7bSTony Olech help 77688095e7bSTony Olech This selects support for Elan Digital Systems' VUB300 chip. 77788095e7bSTony Olech 77888095e7bSTony Olech The VUB300 is a USB-SDIO Host Controller Interface chip 77988095e7bSTony Olech that enables the host computer to use SDIO/SD/MMC cards 78088095e7bSTony Olech via a USB 2.0 or USB 1.1 host. 78188095e7bSTony Olech 78288095e7bSTony Olech The VUB300 chip will be found in both physically separate 78388095e7bSTony Olech USB to SDIO/SD/MMC adapters and embedded on some motherboards. 78488095e7bSTony Olech 78588095e7bSTony Olech The VUB300 chip supports SD and MMC memory cards in addition 78688095e7bSTony Olech to single and multifunction SDIO cards. 78788095e7bSTony Olech 78888095e7bSTony Olech Some SDIO cards will need a firmware file to be loaded and 78988095e7bSTony Olech sent to VUB300 chip in order to achieve better data throughput. 79088095e7bSTony Olech Download these "Offload Pseudocode" from Elan Digital Systems' 79188095e7bSTony Olech web-site http://www.elandigitalsystems.com/support/downloads.php 79288095e7bSTony Olech and put them in /lib/firmware. Note that without these additional 79388095e7bSTony Olech firmware files the VUB300 chip will still function, but not at 79488095e7bSTony Olech the best obtainable data rate. 79588095e7bSTony Olech 79688095e7bSTony Olech To compile this mmc host controller driver as a module, 79788095e7bSTony Olech choose M here: the module will be called vub300. 79888095e7bSTony Olech 79988095e7bSTony Olech If you have a computer with an embedded VUB300 chip 80088095e7bSTony Olech or if you intend connecting a USB adapter based on a 80188095e7bSTony Olech VUB300 chip say Y or M here. 80288095e7bSTony Olech 80353f3a9e2SDavid Vrabelconfig MMC_USHC 80453f3a9e2SDavid Vrabel tristate "USB SD Host Controller (USHC) support" 80553f3a9e2SDavid Vrabel depends on USB 80653f3a9e2SDavid Vrabel help 80753f3a9e2SDavid Vrabel This selects support for USB SD Host Controllers based on 80853f3a9e2SDavid Vrabel the Cypress Astoria chip with firmware compliant with CSR's 80953f3a9e2SDavid Vrabel USB SD Host Controller specification (CS-118793-SP). 81053f3a9e2SDavid Vrabel 81153f3a9e2SDavid Vrabel CSR boards with this device include: USB<>SDIO (M1985v2), 81253f3a9e2SDavid Vrabel and Ultrasira. 81353f3a9e2SDavid Vrabel 81453f3a9e2SDavid Vrabel Note: These controllers only support SDIO cards and do not 81553f3a9e2SDavid Vrabel support MMC or SD memory cards. 8163a96dff0STony Prisk 8173a96dff0STony Priskconfig MMC_WMT 8183a96dff0STony Prisk tristate "Wondermedia SD/MMC Host Controller support" 8193a96dff0STony Prisk depends on ARCH_VT8500 8203a96dff0STony Prisk default y 8213a96dff0STony Prisk help 8223a96dff0STony Prisk This selects support for the SD/MMC Host Controller on 8233a96dff0STony Prisk Wondermedia WM8505/WM8650 based SoCs. 8243a96dff0STony Prisk 8253a96dff0STony Prisk To compile this driver as a module, choose M here: the 8263a96dff0STony Prisk module will be called wmt-sdmmc. 8276a5971d8SLinus Torvalds 82875fa9ea6SGuennadi Liakhovetskiconfig MMC_USDHI6ROL0 82975fa9ea6SGuennadi Liakhovetski tristate "Renesas USDHI6ROL0 SD/SDIO Host Controller support" 8301ef94740SGeert Uytterhoeven depends on HAS_DMA 83175fa9ea6SGuennadi Liakhovetski help 83275fa9ea6SGuennadi Liakhovetski This selects support for the Renesas USDHI6ROL0 SD/SDIO 83375fa9ea6SGuennadi Liakhovetski Host Controller 83475fa9ea6SGuennadi Liakhovetski 8352c94b645SWei WANGconfig MMC_REALTEK_PCI 8362c94b645SWei WANG tristate "Realtek PCI-E SD/MMC Card Interface Driver" 837e455b69dSRui Feng depends on MISC_RTSX_PCI 8382c94b645SWei WANG help 8392c94b645SWei WANG Say Y here to include driver code to support SD/MMC card interface 8402c94b645SWei WANG of Realtek PCI-E card reader 841c7f6558dSRoger Tseng 842c7f6558dSRoger Tsengconfig MMC_REALTEK_USB 843c7f6558dSRoger Tseng tristate "Realtek USB SD/MMC Card Interface Driver" 844e455b69dSRui Feng depends on MISC_RTSX_USB 845c7f6558dSRoger Tseng help 846c7f6558dSRoger Tseng Say Y here to include driver code to support SD/MMC card interface 847c7f6558dSRoger Tseng of Realtek RTS5129/39 series card reader 84819b7f796SDavid Lanzendörfer 84919b7f796SDavid Lanzendörferconfig MMC_SUNXI 85019b7f796SDavid Lanzendörfer tristate "Allwinner sunxi SD/MMC Host Controller support" 85119b7f796SDavid Lanzendörfer depends on ARCH_SUNXI 85219b7f796SDavid Lanzendörfer help 85319b7f796SDavid Lanzendörfer This selects support for the SD/MMC Host Controller on 85419b7f796SDavid Lanzendörfer Allwinner sunxi SoCs. 855a5eb8bbdSOndrej Zary 856a4080225SVenkat Gopalakrishnanconfig MMC_CQHCI 857a4080225SVenkat Gopalakrishnan tristate "Command Queue Host Controller Interface support" 858a4080225SVenkat Gopalakrishnan depends on HAS_DMA 859a4080225SVenkat Gopalakrishnan help 860a4080225SVenkat Gopalakrishnan This selects the Command Queue Host Controller Interface (CQHCI) 861a4080225SVenkat Gopalakrishnan support present in host controllers of Qualcomm Technologies, Inc 862a4080225SVenkat Gopalakrishnan amongst others. 863a4080225SVenkat Gopalakrishnan This controller supports eMMC devices with command queue support. 864a4080225SVenkat Gopalakrishnan 865a4080225SVenkat Gopalakrishnan If you have a controller with this interface, say Y or M here. 866a4080225SVenkat Gopalakrishnan 867a4080225SVenkat Gopalakrishnan If unsure, say N. 868a4080225SVenkat Gopalakrishnan 869a5eb8bbdSOndrej Zaryconfig MMC_TOSHIBA_PCI 870a5eb8bbdSOndrej Zary tristate "Toshiba Type A SD/MMC Card Interface Driver" 871a5eb8bbdSOndrej Zary depends on PCI 87220848903SChaotian Jing 873660fc733SEric Anholtconfig MMC_BCM2835 874660fc733SEric Anholt tristate "Broadcom BCM2835 SDHOST MMC Controller support" 875660fc733SEric Anholt depends on ARCH_BCM2835 || COMPILE_TEST 876660fc733SEric Anholt help 877660fc733SEric Anholt This selects the BCM2835 SDHOST MMC controller. If you have 878660fc733SEric Anholt a BCM2835 platform with SD or MMC devices, say Y or M here. 879660fc733SEric Anholt 880660fc733SEric Anholt Note that the BCM2835 has two SD controllers: The Arasan 881660fc733SEric Anholt sdhci controller (supported by MMC_SDHCI_IPROC) and a custom 882660fc733SEric Anholt sdhost controller (supported by this driver). 883660fc733SEric Anholt 884660fc733SEric Anholt If unsure, say N. 885660fc733SEric Anholt 88620848903SChaotian Jingconfig MMC_MTK 88720848903SChaotian Jing tristate "MediaTek SD/MMC Card Interface support" 888c2b22fffSGeert Uytterhoeven depends on HAS_DMA 88920848903SChaotian Jing help 89020848903SChaotian Jing This selects the MediaTek(R) Secure digital and Multimedia card Interface. 89120848903SChaotian Jing If you have a machine with a integrated SD/MMC card reader, say Y or M here. 89220848903SChaotian Jing This is needed if support for any SD/SDIO/MMC devices is required. 89320848903SChaotian Jing If unsure, say N. 8945d9460d7SAndrei Pistirica 8955d9460d7SAndrei Pistiricaconfig MMC_SDHCI_MICROCHIP_PIC32 8965d9460d7SAndrei Pistirica tristate "Microchip PIC32MZDA SDHCI support" 8975d9460d7SAndrei Pistirica depends on MMC_SDHCI && PIC32MZDA && MMC_SDHCI_PLTFM 8985d9460d7SAndrei Pistirica help 8995d9460d7SAndrei Pistirica This selects the Secure Digital Host Controller Interface (SDHCI) 9005d9460d7SAndrei Pistirica for PIC32MZDA platform. 9015d9460d7SAndrei Pistirica 9025d9460d7SAndrei Pistirica If you have a controller with this interface, say Y or M here. 9035d9460d7SAndrei Pistirica 9045d9460d7SAndrei Pistirica If unsure, say N. 905476bf3d6SAl Cooperconfig MMC_SDHCI_BRCMSTB 906476bf3d6SAl Cooper tristate "Broadcom SDIO/SD/MMC support" 907476bf3d6SAl Cooper depends on ARCH_BRCMSTB || BMIPS_GENERIC 908476bf3d6SAl Cooper depends on MMC_SDHCI_PLTFM 909476bf3d6SAl Cooper default y 910476bf3d6SAl Cooper help 911476bf3d6SAl Cooper This selects support for the SDIO/SD/MMC Host Controller on 912476bf3d6SAl Cooper Broadcom STB SoCs. 913476bf3d6SAl Cooper 914476bf3d6SAl Cooper If unsure, say Y. 9153a3748dbSHu Ziji 9163a3748dbSHu Zijiconfig MMC_SDHCI_XENON 9173a3748dbSHu Ziji tristate "Marvell Xenon eMMC/SD/SDIO SDHCI driver" 9183a3748dbSHu Ziji depends on MMC_SDHCI_PLTFM 9193a3748dbSHu Ziji help 9203a3748dbSHu Ziji This selects Marvell Xenon eMMC/SD/SDIO SDHCI. 9213a3748dbSHu Ziji If you have a controller with this interface, say Y or M here. 9223a3748dbSHu Ziji If unsure, say N. 9237d326930SKishon Vijay Abraham I 9247d326930SKishon Vijay Abraham Iconfig MMC_SDHCI_OMAP 9257d326930SKishon Vijay Abraham I tristate "TI SDHCI Controller Support" 9267d326930SKishon Vijay Abraham I depends on MMC_SDHCI_PLTFM && OF 9277d326930SKishon Vijay Abraham I help 9287d326930SKishon Vijay Abraham I This selects the Secure Digital Host Controller Interface (SDHCI) 9297d326930SKishon Vijay Abraham I support present in TI's DRA7 SOCs. The controller supports 9307d326930SKishon Vijay Abraham I SD/MMC/SDIO devices. 9317d326930SKishon Vijay Abraham I 9327d326930SKishon Vijay Abraham I If you have a controller with this interface, say Y or M here. 9337d326930SKishon Vijay Abraham I 9347d326930SKishon Vijay Abraham I If unsure, say N. 935