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 171c6a0718SPierre Ossmanconfig MMC_ARMMMCI 181c6a0718SPierre Ossman tristate "ARM AMBA Multimedia Card Interface support" 19790864dcSJan Engelhardt depends on ARM_AMBA 201c6a0718SPierre Ossman help 211c6a0718SPierre Ossman This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card 221c6a0718SPierre Ossman Interface (PL180 and PL181) support. If you have an ARM(R) 231c6a0718SPierre Ossman platform with a Multimedia Card slot, say Y or M here. 241c6a0718SPierre Ossman 251c6a0718SPierre Ossman If unsure, say N. 261c6a0718SPierre Ossman 279cb15142SSrinivas Kandagatlaconfig MMC_QCOM_DML 281ac99066SSrinivas Kandagatla bool "Qualcomm Data Mover for SD Card Controller" 299cb15142SSrinivas Kandagatla depends on MMC_ARMMMCI && QCOM_BAM_DMA 309cb15142SSrinivas Kandagatla default y 319cb15142SSrinivas Kandagatla help 329cb15142SSrinivas Kandagatla This selects the Qualcomm Data Mover lite/local on SD Card controller. 339cb15142SSrinivas Kandagatla This option will enable the dma to work correctly, if you are using 349cb15142SSrinivas Kandagatla Qcom SOCs and MMC, you would probably need this option to get DMA working. 359cb15142SSrinivas Kandagatla 369cb15142SSrinivas Kandagatla if unsure, say N. 379cb15142SSrinivas Kandagatla 3846b723ddSLudovic Barreconfig MMC_STM32_SDMMC 3946b723ddSLudovic Barre bool "STMicroelectronics STM32 SDMMC Controller" 4046b723ddSLudovic Barre depends on MMC_ARMMMCI 4146b723ddSLudovic Barre default y 4246b723ddSLudovic Barre help 4346b723ddSLudovic Barre This selects the STMicroelectronics STM32 SDMMC host controller. 4446b723ddSLudovic Barre If you have a STM32 sdmmc host with internal DMA say Y here. 4546b723ddSLudovic Barre 4646b723ddSLudovic Barre If unsure, say N. 4746b723ddSLudovic Barre 481c6a0718SPierre Ossmanconfig MMC_PXA 491c6a0718SPierre Ossman tristate "Intel PXA25x/26x/27x Multimedia Card Interface support" 50790864dcSJan Engelhardt depends on ARCH_PXA 511c6a0718SPierre Ossman help 521c6a0718SPierre Ossman This selects the Intel(R) PXA(R) Multimedia card Interface. 531c6a0718SPierre Ossman If you have a PXA(R) platform with a Multimedia Card slot, 541c6a0718SPierre Ossman say Y or M here. 551c6a0718SPierre Ossman 561c6a0718SPierre Ossman If unsure, say N. 571c6a0718SPierre Ossman 581c6a0718SPierre Ossmanconfig MMC_SDHCI 5934671dc2SPierre Ossman tristate "Secure Digital Host Controller Interface support" 60b8c86fc5SPierre Ossman depends on HAS_DMA 611c6a0718SPierre Ossman help 62b8c86fc5SPierre Ossman This selects the generic Secure Digital Host Controller Interface. 631c6a0718SPierre Ossman It is used by manufacturers such as Texas Instruments(R), Ricoh(R) 641c6a0718SPierre Ossman and Toshiba(R). Most controllers found in laptops are of this type. 65b8c86fc5SPierre Ossman 66b8c86fc5SPierre Ossman If you have a controller with this interface, say Y or M here. You 67b8c86fc5SPierre Ossman also need to enable an appropriate bus interface. 68b8c86fc5SPierre Ossman 69b8c86fc5SPierre Ossman If unsure, say N. 70b8c86fc5SPierre Ossman 714e4141a5SAnton Vorontsovconfig MMC_SDHCI_IO_ACCESSORS 724e4141a5SAnton Vorontsov bool 734e4141a5SAnton Vorontsov depends on MMC_SDHCI 744e4141a5SAnton Vorontsov help 754e4141a5SAnton Vorontsov This is silent Kconfig symbol that is selected by the drivers that 764e4141a5SAnton Vorontsov need to overwrite SDHCI IO memory accessors. 774e4141a5SAnton Vorontsov 787657c3a7SAlbert Herranzconfig MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER 797657c3a7SAlbert Herranz bool 8082813b71SJean Delvare depends on MMC_SDHCI 817657c3a7SAlbert Herranz select MMC_SDHCI_IO_ACCESSORS 827657c3a7SAlbert Herranz help 837657c3a7SAlbert Herranz This option is selected by drivers running on big endian hosts 847657c3a7SAlbert Herranz and performing I/O to a SDHCI controller through a bus that 857657c3a7SAlbert Herranz implements a hardware byte swapper using a 32-bit datum. 867657c3a7SAlbert Herranz This endian mapping mode is called "data invariance" and 877657c3a7SAlbert Herranz has the effect of scrambling the addresses and formats of data 887657c3a7SAlbert Herranz accessed in sizes other than the datum size. 897657c3a7SAlbert Herranz 902ca63524Syangbo lu This is the case for the Nintendo Wii SDHCI. 917657c3a7SAlbert Herranz 92b8c86fc5SPierre Ossmanconfig MMC_SDHCI_PCI 93b8c86fc5SPierre Ossman tristate "SDHCI support on PCI bus" 94b8c86fc5SPierre Ossman depends on MMC_SDHCI && PCI 958ee82bdaSAdrian Hunter select MMC_CQHCI 960a49a619SAdrian Hunter select IOSF_MBI if X86 97e51df6ceSBen Chuang select MMC_SDHCI_IO_ACCESSORS 98b8c86fc5SPierre Ossman help 99b8c86fc5SPierre Ossman This selects the PCI Secure Digital Host Controller Interface. 100b8c86fc5SPierre Ossman Most controllers found today are PCI devices. 101b8c86fc5SPierre Ossman 1021c6a0718SPierre Ossman If you have a controller with this interface, say Y or M here. 1031c6a0718SPierre Ossman 1041c6a0718SPierre Ossman If unsure, say N. 1051c6a0718SPierre Ossman 1065ae70296SPhilip Langdaleconfig MMC_RICOH_MMC 10786147c84SKees Cook bool "Ricoh MMC Controller Disabler" 108b8c86fc5SPierre Ossman depends on MMC_SDHCI_PCI 109ba2f7325SJean Delvare default y 1105ae70296SPhilip Langdale help 11103cd8f7eSMaxim Levitsky This adds a pci quirk to disable Ricoh MMC Controller. This 1125ae70296SPhilip Langdale proprietary controller is unnecessary because the SDHCI driver 1135ae70296SPhilip Langdale supports MMC cards on the SD controller, but if it is not 1145ae70296SPhilip Langdale disabled, it will steal the MMC cards away - rendering them 11503cd8f7eSMaxim Levitsky useless. It is safe to select this even if you don't 1165ae70296SPhilip Langdale have a Ricoh based card reader. 1175ae70296SPhilip Langdale 1185ae70296SPhilip Langdale If unsure, say Y. 1195ae70296SPhilip Langdale 120c4e05037SAdrian Hunterconfig MMC_SDHCI_ACPI 121c4e05037SAdrian Hunter tristate "SDHCI support for ACPI enumerated SDHCI controllers" 122c2eda8abSSinan Kaya depends on MMC_SDHCI && ACPI && PCI 1236e1c7d61SAdrian Hunter select IOSF_MBI if X86 124c4e05037SAdrian Hunter help 125c4e05037SAdrian Hunter This selects support for ACPI enumerated SDHCI controllers, 126c4e05037SAdrian Hunter identified by ACPI Compatibility ID PNP0D40 or specific 127c4e05037SAdrian Hunter ACPI Hardware IDs. 128c4e05037SAdrian Hunter 129c4e05037SAdrian Hunter If you have a controller with this interface, say Y or M here. 130c4e05037SAdrian Hunter 131c4e05037SAdrian Hunter If unsure, say N. 132c4e05037SAdrian Hunter 133f0de8369SShawn Guoconfig MMC_SDHCI_PLTFM 134f0de8369SShawn Guo tristate "SDHCI platform and OF driver helper" 13538576af1SShawn Guo depends on MMC_SDHCI 136f0de8369SShawn Guo help 137f0de8369SShawn Guo This selects the common helper functions support for Secure Digital 138f0de8369SShawn Guo Host Controller Interface based platform and OF drivers. 139f0de8369SShawn Guo 140f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 141f0de8369SShawn Guo 142f0de8369SShawn Guo If unsure, say N. 143f0de8369SShawn Guo 144e3ec3a3dSSoren Brinkmannconfig MMC_SDHCI_OF_ARASAN 145e3ec3a3dSSoren Brinkmann tristate "SDHCI OF support for the Arasan SDHCI controllers" 146e3ec3a3dSSoren Brinkmann depends on MMC_SDHCI_PLTFM 147e3ec3a3dSSoren Brinkmann depends on OF 148c390f211SDouglas Anderson depends on COMMON_CLK 14984362d79SShawn Lin select MMC_CQHCI 150e3ec3a3dSSoren Brinkmann help 151e3ec3a3dSSoren Brinkmann This selects the Arasan Secure Digital Host Controller Interface 152e3ec3a3dSSoren Brinkmann (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC. 153e3ec3a3dSSoren Brinkmann 154e3ec3a3dSSoren Brinkmann If you have a controller with this interface, say Y or M here. 155e3ec3a3dSSoren Brinkmann 156e3ec3a3dSSoren Brinkmann If unsure, say N. 157e3ec3a3dSSoren Brinkmann 158bb7b8ec6SAndrew Jefferyconfig MMC_SDHCI_OF_ASPEED 159bb7b8ec6SAndrew Jeffery tristate "SDHCI OF support for the ASPEED SDHCI controller" 160bb7b8ec6SAndrew Jeffery depends on MMC_SDHCI_PLTFM 16172976643SAndrew Jeffery depends on OF && OF_ADDRESS 16296790622SIvan Mikhaylov select MMC_SDHCI_IO_ACCESSORS 163bb7b8ec6SAndrew Jeffery help 164bb7b8ec6SAndrew Jeffery This selects the ASPEED Secure Digital Host Controller Interface. 165bb7b8ec6SAndrew Jeffery 166bb7b8ec6SAndrew Jeffery If you have a controller with this interface, say Y or M here. You 167bb7b8ec6SAndrew Jeffery also need to enable an appropriate bus interface. 168bb7b8ec6SAndrew Jeffery 169bb7b8ec6SAndrew Jeffery If unsure, say N. 170bb7b8ec6SAndrew Jeffery 171bb5f8ea4Sludovic.desroches@atmel.comconfig MMC_SDHCI_OF_AT91 172bb5f8ea4Sludovic.desroches@atmel.com tristate "SDHCI OF support for the Atmel SDMMC controller" 173bb5f8ea4Sludovic.desroches@atmel.com depends on MMC_SDHCI_PLTFM 174ca2d13ecSMasahiro Yamada depends on OF && HAVE_CLK 175bb5f8ea4Sludovic.desroches@atmel.com help 176bb5f8ea4Sludovic.desroches@atmel.com This selects the Atmel SDMMC driver 177bb5f8ea4Sludovic.desroches@atmel.com 178f0de8369SShawn Guoconfig MMC_SDHCI_OF_ESDHC 179f0de8369SShawn Guo tristate "SDHCI OF support for the Freescale eSDHC controller" 180f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 1812ca63524Syangbo lu depends on PPC || ARCH_MXC || ARCH_LAYERSCAPE 1822ca63524Syangbo lu select MMC_SDHCI_IO_ACCESSORS 183151ede40Syangbo lu select FSL_GUTS 1847657c3a7SAlbert Herranz help 1857657c3a7SAlbert Herranz This selects the Freescale eSDHC controller support. 1863085e9c1SAnton Vorontsov 187f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 188f0de8369SShawn Guo 1893085e9c1SAnton Vorontsov If unsure, say N. 1903085e9c1SAnton Vorontsov 1911144ab5dSAlbert Herranzconfig MMC_SDHCI_OF_HLWD 192f0de8369SShawn Guo tristate "SDHCI OF support for the Nintendo Wii SDHCI controllers" 193f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 1945f2e097cSKevin Hao depends on PPC 1951144ab5dSAlbert Herranz select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER 1961144ab5dSAlbert Herranz help 1971144ab5dSAlbert Herranz This selects the Secure Digital Host Controller Interface (SDHCI) 1981144ab5dSAlbert Herranz found in the "Hollywood" chipset of the Nintendo Wii video game 1991144ab5dSAlbert Herranz console. 2001144ab5dSAlbert Herranz 201f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 202f0de8369SShawn Guo 2031144ab5dSAlbert Herranz If unsure, say N. 2041144ab5dSAlbert Herranz 205e438cf49SJisheng Zhangconfig MMC_SDHCI_OF_DWCMSHC 206e438cf49SJisheng Zhang tristate "SDHCI OF support for the Synopsys DWC MSHC" 207e438cf49SJisheng Zhang depends on MMC_SDHCI_PLTFM 208e438cf49SJisheng Zhang depends on OF 209e438cf49SJisheng Zhang depends on COMMON_CLK 210e438cf49SJisheng Zhang help 211e438cf49SJisheng Zhang This selects Synopsys DesignWare Cores Mobile Storage Controller 212e438cf49SJisheng Zhang support. 213e438cf49SJisheng Zhang If you have a controller with this interface, say Y or M here. 214e438cf49SJisheng Zhang If unsure, say N. 215e438cf49SJisheng Zhang 216ff6af28fSMasahiro Yamadaconfig MMC_SDHCI_CADENCE 217ff6af28fSMasahiro Yamada tristate "SDHCI support for the Cadence SD/SDIO/eMMC controller" 218ff6af28fSMasahiro Yamada depends on MMC_SDHCI_PLTFM 219ff6af28fSMasahiro Yamada depends on OF 220ff6af28fSMasahiro Yamada help 221ff6af28fSMasahiro Yamada This selects the Cadence SD/SDIO/eMMC driver. 222ff6af28fSMasahiro Yamada 223ff6af28fSMasahiro Yamada If you have a controller with this interface, say Y or M here. 224ff6af28fSMasahiro Yamada 225ff6af28fSMasahiro Yamada If unsure, say N. 226ff6af28fSMasahiro Yamada 22720b1597bSAnton Vorontsovconfig MMC_SDHCI_CNS3XXX 22885d6509dSShawn Guo tristate "SDHCI support on the Cavium Networks CNS3xxx SoC" 22920b1597bSAnton Vorontsov depends on ARCH_CNS3XXX 230f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 23120b1597bSAnton Vorontsov help 23220b1597bSAnton Vorontsov This selects the SDHCI support for CNS3xxx System-on-Chip devices. 23320b1597bSAnton Vorontsov 234f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 235f0de8369SShawn Guo 23620b1597bSAnton Vorontsov If unsure, say N. 23720b1597bSAnton Vorontsov 238a5a944d2SAngelo Dureghelloconfig MMC_SDHCI_ESDHC_MCF 239a5a944d2SAngelo Dureghello tristate "SDHCI support for the Freescale eSDHC ColdFire controller" 240a5a944d2SAngelo Dureghello depends on M5441x 241a5a944d2SAngelo Dureghello depends on MMC_SDHCI_PLTFM 242a5a944d2SAngelo Dureghello select MMC_SDHCI_IO_ACCESSORS 243a5a944d2SAngelo Dureghello help 244a5a944d2SAngelo Dureghello This selects the Freescale eSDHC controller support for 245a5a944d2SAngelo Dureghello ColdFire mcf5441x devices. 246a5a944d2SAngelo Dureghello 247a5a944d2SAngelo Dureghello If you have a controller with this interface, say Y or M here. 248a5a944d2SAngelo Dureghello 249a5a944d2SAngelo Dureghello If unsure, say N. 250a5a944d2SAngelo Dureghello 25195f25efeSWolfram Sangconfig MMC_SDHCI_ESDHC_IMX 25295a2482aSShawn Guo tristate "SDHCI support for the Freescale eSDHC/uSDHC i.MX controller" 2532b795518SSascha Hauer depends on ARCH_MXC 254f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 25595f25efeSWolfram Sang select MMC_SDHCI_IO_ACCESSORS 256bb6e3581SBOUGH CHEN select MMC_CQHCI 25795f25efeSWolfram Sang help 25895a2482aSShawn Guo This selects the Freescale eSDHC/uSDHC controller support 25995a2482aSShawn Guo found on i.MX25, i.MX35 i.MX5x and i.MX6x. 26095f25efeSWolfram Sang 261f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 262f0de8369SShawn Guo 26395f25efeSWolfram Sang If unsure, say N. 26495f25efeSWolfram Sang 265985b1aa0SMike Rapoportconfig MMC_SDHCI_DOVE 26685d6509dSShawn Guo tristate "SDHCI support on Marvell's Dove SoC" 267ec4422acSSebastian Hesselbarth depends on ARCH_DOVE || MACH_DOVE 268f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 269985b1aa0SMike Rapoport select MMC_SDHCI_IO_ACCESSORS 270985b1aa0SMike Rapoport help 271985b1aa0SMike Rapoport This selects the Secure Digital Host Controller Interface in 272985b1aa0SMike Rapoport Marvell's Dove SoC. 273985b1aa0SMike Rapoport 274f0de8369SShawn Guo If you have a controller with this interface, say Y or M here. 275f0de8369SShawn Guo 276985b1aa0SMike Rapoport If unsure, say N. 277985b1aa0SMike Rapoport 27803d2bfc8SOlof Johanssonconfig MMC_SDHCI_TEGRA 27985d6509dSShawn Guo tristate "SDHCI platform support for the Tegra SD/MMC Controller" 28085d6509dSShawn Guo depends on ARCH_TEGRA 281f0de8369SShawn Guo depends on MMC_SDHCI_PLTFM 28203d2bfc8SOlof Johansson select MMC_SDHCI_IO_ACCESSORS 2833c4019f9SSowjanya Komatineni select MMC_CQHCI 28403d2bfc8SOlof Johansson help 28503d2bfc8SOlof Johansson This selects the Tegra SD/MMC controller. If you have a Tegra 28603d2bfc8SOlof Johansson platform with SD or MMC devices, say Y or M here. 28703d2bfc8SOlof Johansson 28803d2bfc8SOlof Johansson If unsure, say N. 28903d2bfc8SOlof Johansson 2900d1bb41aSBen Dooksconfig MMC_SDHCI_S3C 2910d1bb41aSBen Dooks tristate "SDHCI support on Samsung S3C SoC" 292930a6f70SKyungmin Park depends on MMC_SDHCI && PLAT_SAMSUNG 2930d1bb41aSBen Dooks help 2940d1bb41aSBen Dooks This selects the Secure Digital Host Controller Interface (SDHCI) 2950d1bb41aSBen Dooks often referrered to as the HSMMC block in some of the Samsung S3C 2960d1bb41aSBen Dooks range of SoC. 2970d1bb41aSBen Dooks 2980d1bb41aSBen Dooks If you have a controller with this interface, say Y or M here. 2990d1bb41aSBen Dooks 3000d1bb41aSBen Dooks If unsure, say N. 3010d1bb41aSBen Dooks 302b3b665b0SBarry Songconfig MMC_SDHCI_SIRF 303b3b665b0SBarry Song tristate "SDHCI support on CSR SiRFprimaII and SiRFmarco SoCs" 304b3b665b0SBarry Song depends on ARCH_SIRF 305b3b665b0SBarry Song depends on MMC_SDHCI_PLTFM 306a1b0b977SWeijun Yang select MMC_SDHCI_IO_ACCESSORS 307b3b665b0SBarry Song help 308b3b665b0SBarry Song This selects the SDHCI support for SiRF System-on-Chip devices. 309b3b665b0SBarry Song 310b3b665b0SBarry Song If you have a controller with this interface, say Y or M here. 311b3b665b0SBarry Song 312b3b665b0SBarry Song If unsure, say N. 313b3b665b0SBarry Song 314a702c8abSZhangfei Gaoconfig MMC_SDHCI_PXAV3 315a702c8abSZhangfei Gao tristate "Marvell MMP2 SD Host Controller support (PXAV3)" 316a702c8abSZhangfei Gao depends on CLKDEV_LOOKUP 3175d01b768SArnd Bergmann depends on MMC_SDHCI_PLTFM 318daa3054fSJean Delvare depends on ARCH_BERLIN || ARCH_MMP || ARCH_MVEBU || COMPILE_TEST 319a702c8abSZhangfei Gao default CPU_MMP2 320a702c8abSZhangfei Gao help 321a702c8abSZhangfei Gao This selects the Marvell(R) PXAV3 SD Host Controller. 322a702c8abSZhangfei Gao If you have a MMP2 platform with SD Host Controller 323a702c8abSZhangfei Gao and a card slot, say Y or M here. 324a702c8abSZhangfei Gao 325a702c8abSZhangfei Gao If unsure, say N. 326a702c8abSZhangfei Gao 3279f5d71e4SZhangfei Gaoconfig MMC_SDHCI_PXAV2 3289f5d71e4SZhangfei Gao tristate "Marvell PXA9XX SD Host Controller support (PXAV2)" 3299f5d71e4SZhangfei Gao depends on CLKDEV_LOOKUP 3305d01b768SArnd Bergmann depends on MMC_SDHCI_PLTFM 3318a8735ebSJean Delvare depends on ARCH_MMP || COMPILE_TEST 3329f5d71e4SZhangfei Gao default CPU_PXA910 3339f5d71e4SZhangfei Gao help 3349f5d71e4SZhangfei Gao This selects the Marvell(R) PXAV2 SD Host Controller. 3359f5d71e4SZhangfei Gao If you have a PXA9XX platform with SD Host Controller 3369f5d71e4SZhangfei Gao and a card slot, say Y or M here. 3379f5d71e4SZhangfei Gao 3389f5d71e4SZhangfei Gao If unsure, say N. 3399f5d71e4SZhangfei Gao 340c63b3cbaSViresh KUMARconfig MMC_SDHCI_SPEAR 341c63b3cbaSViresh KUMAR tristate "SDHCI support on ST SPEAr platform" 342c63b3cbaSViresh KUMAR depends on MMC_SDHCI && PLAT_SPEAR 343bbd7f0a2SUlf Hansson depends on OF 344c63b3cbaSViresh KUMAR help 345c63b3cbaSViresh KUMAR This selects the Secure Digital Host Controller Interface (SDHCI) 346c63b3cbaSViresh KUMAR often referrered to as the HSMMC block in some of the ST SPEAR range 347c63b3cbaSViresh KUMAR of SoC 348c63b3cbaSViresh KUMAR 349c63b3cbaSViresh KUMAR If you have a controller with this interface, say Y or M here. 350c63b3cbaSViresh KUMAR 351c63b3cbaSViresh KUMAR If unsure, say N. 352c63b3cbaSViresh KUMAR 3530d1bb41aSBen Dooksconfig MMC_SDHCI_S3C_DMA 3540d1bb41aSBen Dooks bool "DMA support on S3C SDHCI" 35586147c84SKees Cook depends on MMC_SDHCI_S3C 3560d1bb41aSBen Dooks help 3570d1bb41aSBen Dooks Enable DMA support on the Samsung S3C SDHCI glue. The DMA 3580d1bb41aSBen Dooks has proved to be problematic if the controller encounters 3590d1bb41aSBen Dooks certain errors, and thus should be treated with care. 3600d1bb41aSBen Dooks 3610d1bb41aSBen Dooks YMMV. 3620d1bb41aSBen Dooks 36301ebea1bSChristian Daudtconfig MMC_SDHCI_BCM_KONA 36401ebea1bSChristian Daudt tristate "SDHCI support on Broadcom KONA platform" 365fc2bd2e4SChristian Daudt depends on ARCH_BCM_MOBILE 3665d01b768SArnd Bergmann depends on MMC_SDHCI_PLTFM 36701ebea1bSChristian Daudt help 36801ebea1bSChristian Daudt This selects the Broadcom Kona Secure Digital Host Controller 36901ebea1bSChristian Daudt Interface(SDHCI) support. 37001ebea1bSChristian Daudt This is used in Broadcom mobile SoCs. 37101ebea1bSChristian Daudt 37201ebea1bSChristian Daudt If you have a controller with this interface, say Y or M here. 37301ebea1bSChristian Daudt 37487a50745SVincent Yangconfig MMC_SDHCI_F_SDH30 37587a50745SVincent Yang tristate "SDHCI support for Fujitsu Semiconductor F_SDH30" 37687a50745SVincent Yang depends on MMC_SDHCI_PLTFM 37790e1d8ccSArd Biesheuvel depends on OF || ACPI 37887a50745SVincent Yang help 37987a50745SVincent Yang This selects the Secure Digital Host Controller Interface (SDHCI) 38087a50745SVincent Yang Needed by some Fujitsu SoC for MMC / SD / SDIO support. 38187a50745SVincent Yang If you have a controller with this interface, say Y or M here. 38287a50745SVincent Yang 38387a50745SVincent Yang If unsure, say N. 38487a50745SVincent Yang 385dd79b7e3STakao Oritoconfig MMC_SDHCI_MILBEAUT 386dd79b7e3STakao Orito tristate "SDHCI support for Socionext Milbeaut Serieas using F_SDH30" 387dd79b7e3STakao Orito depends on MMC_SDHCI_PLTFM 388dd79b7e3STakao Orito depends on OF 389dd79b7e3STakao Orito help 390dd79b7e3STakao Orito This selects the Secure Digital Host Controller Interface (SDHCI) 391dd79b7e3STakao Orito Needed by Milbeaut SoC for MMC / SD / SDIO support. 392dd79b7e3STakao Orito If you have a controller with this interface, say Y or M here. 393dd79b7e3STakao Orito 394dd79b7e3STakao Orito If unsure, say N. 395dd79b7e3STakao Orito 396b580c52dSScott Brandenconfig MMC_SDHCI_IPROC 39777cb7d3aSStefan Wahren tristate "SDHCI support for the BCM2835 & iProc SD/MMC Controller" 39877cb7d3aSStefan Wahren depends on ARCH_BCM2835 || ARCH_BCM_IPROC || COMPILE_TEST 399b580c52dSScott Branden depends on MMC_SDHCI_PLTFM 4007c7ba433SSrinath Mannam depends on OF || ACPI 401b580c52dSScott Branden default ARCH_BCM_IPROC 402b580c52dSScott Branden select MMC_SDHCI_IO_ACCESSORS 403b580c52dSScott Branden help 404b580c52dSScott Branden This selects the iProc SD/MMC controller. 405b580c52dSScott Branden 40677cb7d3aSStefan Wahren If you have a BCM2835 or IPROC platform with SD or MMC devices, 407b580c52dSScott Branden say Y or M here. 408b580c52dSScott Branden 409b580c52dSScott Branden If unsure, say N. 410b580c52dSScott Branden 41151c5d844SKevin Hilmanconfig MMC_MESON_GX 412e79dc1b4SNan Li tristate "Amlogic S905/GX*/AXG SD/MMC Host Controller support" 41351c5d844SKevin Hilman depends on ARCH_MESON && MMC 41451c5d844SKevin Hilman help 41551c5d844SKevin Hilman This selects support for the Amlogic SD/MMC Host Controller 416e79dc1b4SNan Li found on the S905/GX*/AXG family of SoCs. This controller is 41751c5d844SKevin Hilman MMC 5.1 compliant and supports SD, eMMC and SDIO interfaces. 41851c5d844SKevin Hilman 41951c5d844SKevin Hilman If you have a controller with this interface, say Y here. 42051c5d844SKevin Hilman 421e4bf1b09SMartin Blumenstinglconfig MMC_MESON_MX_SDHC 422e4bf1b09SMartin Blumenstingl tristate "Amlogic Meson SDHC Host Controller support" 423e4bf1b09SMartin Blumenstingl depends on (ARM && ARCH_MESON) || COMPILE_TEST 424e4bf1b09SMartin Blumenstingl depends on COMMON_CLK 425e4bf1b09SMartin Blumenstingl depends on OF 426e4bf1b09SMartin Blumenstingl help 427e4bf1b09SMartin Blumenstingl This selects support for the SDHC Host Controller on 428e4bf1b09SMartin Blumenstingl Amlogic Meson6, Meson8, Meson8b and Meson8m2 SoCs. 429e4bf1b09SMartin Blumenstingl The controller supports the SD/SDIO Spec 3.x and eMMC Spec 4.5x 430e4bf1b09SMartin Blumenstingl with 1, 4, and 8 bit bus widths. 431e4bf1b09SMartin Blumenstingl 432e4bf1b09SMartin Blumenstingl If you have a controller with this interface, say Y or M here. 433e4bf1b09SMartin Blumenstingl If unsure, say N. 434e4bf1b09SMartin Blumenstingl 435ed80a13bSCarlo Caioneconfig MMC_MESON_MX_SDIO 436ed80a13bSCarlo Caione tristate "Amlogic Meson6/Meson8/Meson8b SD/MMC Host Controller support" 437ed80a13bSCarlo Caione depends on ARCH_MESON || COMPILE_TEST 438ed80a13bSCarlo Caione depends on COMMON_CLK 439ed80a13bSCarlo Caione depends on OF 440ed80a13bSCarlo Caione help 441ed80a13bSCarlo Caione This selects support for the SD/MMC Host Controller on 442ed80a13bSCarlo Caione Amlogic Meson6, Meson8 and Meson8b SoCs. 443ed80a13bSCarlo Caione 444ed80a13bSCarlo Caione If you have a controller with this interface, say Y or M here. 445ed80a13bSCarlo Caione If unsure, say N. 446ed80a13bSCarlo Caione 4471b66e94eSJonas Jensenconfig MMC_MOXART 4481b66e94eSJonas Jensen tristate "MOXART SD/MMC Host Controller support" 4491b66e94eSJonas Jensen depends on ARCH_MOXART && MMC 4501b66e94eSJonas Jensen help 4511b66e94eSJonas Jensen This selects support for the MOXART SD/MMC Host Controller. 4521b66e94eSJonas Jensen MOXA provides one multi-functional card reader which can 4531b66e94eSJonas Jensen be found on some embedded hardware such as UC-7112-LX. 4541b66e94eSJonas Jensen If you have a controller with this interface, say Y here. 4551b66e94eSJonas Jensen 456f52d9c4fSPeter Griffinconfig MMC_SDHCI_ST 457f52d9c4fSPeter Griffin tristate "SDHCI support on STMicroelectronics SoC" 4582feada5bSIvan Mikhaylov depends on ARCH_STI || FSP2 459f52d9c4fSPeter Griffin depends on MMC_SDHCI_PLTFM 460f52d9c4fSPeter Griffin select MMC_SDHCI_IO_ACCESSORS 461f52d9c4fSPeter Griffin help 462f52d9c4fSPeter Griffin This selects the Secure Digital Host Controller Interface in 463f52d9c4fSPeter Griffin STMicroelectronics SoCs. 464f52d9c4fSPeter Griffin 465f52d9c4fSPeter Griffin If you have a controller with this interface, say Y or M here. 466f52d9c4fSPeter Griffin If unsure, say N. 467f52d9c4fSPeter Griffin 4681c6a0718SPierre Ossmanconfig MMC_OMAP 4691c6a0718SPierre Ossman tristate "TI OMAP Multimedia Card Interface support" 470790864dcSJan Engelhardt depends on ARCH_OMAP 47160a549fcSArnd Bergmann depends on TPS65010 || !MACH_OMAP_H2 4721c6a0718SPierre Ossman help 4731c6a0718SPierre Ossman This selects the TI OMAP Multimedia card Interface. 4741c6a0718SPierre Ossman If you have an OMAP board with a Multimedia Card slot, 4751c6a0718SPierre Ossman say Y or M here. 4761c6a0718SPierre Ossman 4771c6a0718SPierre Ossman If unsure, say N. 4781c6a0718SPierre Ossman 479a45c6cb8SMadhusudhan Chikkatureconfig MMC_OMAP_HS 480a45c6cb8SMadhusudhan Chikkature tristate "TI OMAP High Speed Multimedia Card Interface support" 481a7cedab6SLokesh Vutla depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST 482a45c6cb8SMadhusudhan Chikkature help 483a45c6cb8SMadhusudhan Chikkature This selects the TI OMAP High Speed Multimedia card Interface. 484bcf24e1dSAmarinder Bindra If you have an omap2plus board with a Multimedia Card slot, 485bcf24e1dSAmarinder Bindra say Y or M here. 486a45c6cb8SMadhusudhan Chikkature 487a45c6cb8SMadhusudhan Chikkature If unsure, say N. 488a45c6cb8SMadhusudhan Chikkature 4891c6a0718SPierre Ossmanconfig MMC_WBSD 4901c6a0718SPierre Ossman tristate "Winbond W83L51xD SD/MMC Card Interface support" 491790864dcSJan Engelhardt depends on ISA_DMA_API 4921c6a0718SPierre Ossman help 4931c6a0718SPierre Ossman This selects the Winbond(R) W83L51xD Secure digital and 4941c6a0718SPierre Ossman Multimedia card Interface. 4951c6a0718SPierre Ossman If you have a machine with a integrated W83L518D or W83L519D 4961c6a0718SPierre Ossman SD/MMC card reader, say Y or M here. 4971c6a0718SPierre Ossman 4981c6a0718SPierre Ossman If unsure, say N. 4991c6a0718SPierre Ossman 500c5413ad8SOleksij Rempelconfig MMC_ALCOR 501c5413ad8SOleksij Rempel tristate "Alcor Micro/Alcor Link SD/MMC controller" 502c5413ad8SOleksij Rempel depends on MISC_ALCOR_PCI 503c5413ad8SOleksij Rempel help 504c5413ad8SOleksij Rempel Say Y here to include driver code to support SD/MMC card interface 505c5413ad8SOleksij Rempel of Alcor Micro PCI-E card reader 506c5413ad8SOleksij Rempel 5071c6a0718SPierre Ossmanconfig MMC_AU1X 5081c6a0718SPierre Ossman tristate "Alchemy AU1XX0 MMC Card Interface support" 50937663860SManuel Lauss depends on MIPS_ALCHEMY 5101c6a0718SPierre Ossman help 5111c6a0718SPierre Ossman This selects the AMD Alchemy(R) Multimedia card interface. 5121c6a0718SPierre Ossman If you have a Alchemy platform with a MMC slot, say Y or M here. 5131c6a0718SPierre Ossman 5141c6a0718SPierre Ossman If unsure, say N. 5151c6a0718SPierre Ossman 5167d2be074SHaavard Skinnemoenconfig MMC_ATMELMCI 517d6a20debSLudovic Desroches tristate "Atmel SD/MMC Driver (Multimedia Card Interface)" 518ef4b160fSAndy Shevchenko depends on ARCH_AT91 5197d2be074SHaavard Skinnemoen help 520ef4b160fSAndy Shevchenko This selects the Atmel Multimedia Card Interface driver. 521ef4b160fSAndy Shevchenko If you have an AT91 platform with a Multimedia Card slot, 522ef4b160fSAndy Shevchenko say Y or M here. 5237d2be074SHaavard Skinnemoen 5247d2be074SHaavard Skinnemoen If unsure, say N. 5257d2be074SHaavard Skinnemoen 5260eb0d9f4SGeorgi Djakovconfig MMC_SDHCI_MSM 5270eb0d9f4SGeorgi Djakov tristate "Qualcomm SDHCI Controller Support" 5286096d7a8SGeorgi Djakov depends on ARCH_QCOM || (ARM && COMPILE_TEST) 5290eb0d9f4SGeorgi Djakov depends on MMC_SDHCI_PLTFM 53099d570daSVijay Viswanath select MMC_SDHCI_IO_ACCESSORS 53187a8df0dSRitesh Harjani select MMC_CQHCI 5320eb0d9f4SGeorgi Djakov help 5330eb0d9f4SGeorgi Djakov This selects the Secure Digital Host Controller Interface (SDHCI) 5340eb0d9f4SGeorgi Djakov support present in Qualcomm SOCs. The controller supports 5350eb0d9f4SGeorgi Djakov SD/MMC/SDIO devices. 5360eb0d9f4SGeorgi Djakov 5370eb0d9f4SGeorgi Djakov If you have a controller with this interface, say Y or M here. 5380eb0d9f4SGeorgi Djakov 5390eb0d9f4SGeorgi Djakov If unsure, say N. 5400eb0d9f4SGeorgi Djakov 541d96be879SSascha Hauerconfig MMC_MXC 542c7ceab02SAnatolij Gustschin tristate "Freescale i.MX21/27/31 or MPC512x Multimedia Card support" 543c7ceab02SAnatolij Gustschin depends on ARCH_MXC || PPC_MPC512x 544d96be879SSascha Hauer help 545c7ceab02SAnatolij Gustschin This selects the Freescale i.MX21, i.MX27, i.MX31 or MPC512x 546c7ceab02SAnatolij Gustschin Multimedia Card Interface. If you have an i.MX or MPC512x platform 547c7ceab02SAnatolij Gustschin with a Multimedia Card slot, say Y or M here. 548d96be879SSascha Hauer 549d96be879SSascha Hauer If unsure, say N. 550d96be879SSascha Hauer 551e4243f13SShawn Guoconfig MMC_MXS 552e4243f13SShawn Guo tristate "Freescale MXS Multimedia Card Interface support" 553e4243f13SShawn Guo depends on ARCH_MXS && MXS_DMA 554e4243f13SShawn Guo help 555e4243f13SShawn Guo This selects the Freescale SSP MMC controller found on MXS based 556e4243f13SShawn Guo platforms like mx23/28. 557e4243f13SShawn Guo 558e4243f13SShawn Guo If unsure, say N. 559e4243f13SShawn Guo 5601c6a0718SPierre Ossmanconfig MMC_TIFM_SD 56186147c84SKees Cook tristate "TI Flash Media MMC/SD Interface support" 56286147c84SKees Cook depends on PCI 5631c6a0718SPierre Ossman select TIFM_CORE 5641c6a0718SPierre Ossman help 5651c6a0718SPierre Ossman Say Y here if you want to be able to access MMC/SD cards with 5661c6a0718SPierre Ossman the Texas Instruments(R) Flash Media card reader, found in many 5671c6a0718SPierre Ossman laptops. 5681c6a0718SPierre Ossman This option 'selects' (turns on, enables) 'TIFM_CORE', but you 5691c6a0718SPierre Ossman probably also need appropriate card reader host adapter, such as 5701c6a0718SPierre Ossman 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support 5711c6a0718SPierre Ossman (TIFM_7XX1)'. 5721c6a0718SPierre Ossman 5731c6a0718SPierre Ossman To compile this driver as a module, choose M here: the 5741c6a0718SPierre Ossman module will be called tifm_sd. 5751c6a0718SPierre Ossman 576236caa7cSMaen Suleimanconfig MMC_MVSDIO 577236caa7cSMaen Suleiman tristate "Marvell MMC/SD/SDIO host driver" 578236caa7cSMaen Suleiman depends on PLAT_ORION 57917da6783SLinus Walleij depends on OF 580236caa7cSMaen Suleiman ---help--- 581236caa7cSMaen Suleiman This selects the Marvell SDIO host driver. 582236caa7cSMaen Suleiman SDIO may currently be found on the Kirkwood 88F6281 and 88F6192 583236caa7cSMaen Suleiman SoC controllers. 584236caa7cSMaen Suleiman 585236caa7cSMaen Suleiman To compile this driver as a module, choose M here: the 586236caa7cSMaen Suleiman module will be called mvsdio. 587236caa7cSMaen Suleiman 588b4cff454SVipin Bhandariconfig MMC_DAVINCI 589b4cff454SVipin Bhandari tristate "TI DAVINCI Multimedia Card Interface support" 590b4cff454SVipin Bhandari depends on ARCH_DAVINCI 591b4cff454SVipin Bhandari help 592b4cff454SVipin Bhandari This selects the TI DAVINCI Multimedia card Interface. 593b4cff454SVipin Bhandari If you have an DAVINCI board with a Multimedia Card slot, 594b4cff454SVipin Bhandari say Y or M here. If unsure, say N. 595b4cff454SVipin Bhandari 59685c34d2eSMike Lockwoodconfig MMC_GOLDFISH 59785c34d2eSMike Lockwood tristate "goldfish qemu Multimedia Card Interface support" 5987f8a9a7eSLuis de Bethencourt depends on GOLDFISH || COMPILE_TEST 59985c34d2eSMike Lockwood help 60085c34d2eSMike Lockwood This selects the Goldfish Multimedia card Interface emulation 60185c34d2eSMike Lockwood found on the Goldfish Android virtual device emulation. 60285c34d2eSMike Lockwood 60315a0580cSDavid Brownellconfig MMC_SPI 60457105737SPierre Ossman tristate "MMC/SD/SDIO over SPI" 605e176c255SIan Molton depends on SPI_MASTER && HAS_DMA 60615a0580cSDavid Brownell select CRC7 60715a0580cSDavid Brownell select CRC_ITU_T 60815a0580cSDavid Brownell help 609692105b8SMatt LaPlante Some systems access MMC/SD/SDIO cards using a SPI controller 61057105737SPierre Ossman instead of using a "native" MMC/SD/SDIO controller. This has a 61157105737SPierre Ossman disadvantage of being relatively high overhead, but a compensating 61257105737SPierre Ossman advantage of working on many systems without dedicated MMC/SD/SDIO 61357105737SPierre Ossman controllers. 61415a0580cSDavid Brownell 61515a0580cSDavid Brownell If unsure, or if your system has no SPI master driver, say N. 61615a0580cSDavid Brownell 617be518018SThomas Kleffelconfig MMC_S3C 618be518018SThomas Kleffel tristate "Samsung S3C SD/MMC Card Interface support" 619b130d5c2SKukjin Kim depends on ARCH_S3C24XX 620b45e4b50SVasily Khoruzhick depends on S3C24XX_DMAC 621be518018SThomas Kleffel help 622be518018SThomas Kleffel This selects a driver for the MCI interface found in 623be518018SThomas Kleffel Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs. 624be518018SThomas Kleffel If you have a board based on one of those and a MMC/SD 625be518018SThomas Kleffel slot, say Y or M here. 626be518018SThomas Kleffel 627be518018SThomas Kleffel If unsure, say N. 628be518018SThomas Kleffel 6295a2c4fe0SBen Dooksconfig MMC_S3C_HW_SDIO_IRQ 6305a2c4fe0SBen Dooks bool "Hardware support for SDIO IRQ" 6315a2c4fe0SBen Dooks depends on MMC_S3C 6325a2c4fe0SBen Dooks help 6335a2c4fe0SBen Dooks Enable the hardware support for SDIO interrupts instead of using 6345a2c4fe0SBen Dooks the generic polling code. 6355a2c4fe0SBen Dooks 63626f14947SBen Dookschoice 63726f14947SBen Dooks prompt "Samsung S3C SD/MMC transfer code" 63826f14947SBen Dooks depends on MMC_S3C 63926f14947SBen Dooks 64026f14947SBen Dooksconfig MMC_S3C_PIO 64126f14947SBen Dooks bool "Use PIO transfers only" 64226f14947SBen Dooks help 64326f14947SBen Dooks Use PIO to transfer data between memory and the hardware. 64426f14947SBen Dooks 64526f14947SBen Dooks PIO is slower than DMA as it requires CPU instructions to 64626f14947SBen Dooks move the data. This has been the traditional default for 64726f14947SBen Dooks the S3C MCI driver. 64826f14947SBen Dooks 64926f14947SBen Dooksconfig MMC_S3C_DMA 65086147c84SKees Cook bool "Use DMA transfers only" 65126f14947SBen Dooks help 65226f14947SBen Dooks Use DMA to transfer data between memory and the hardare. 65326f14947SBen Dooks 65426f14947SBen Dooks Currently, the DMA support in this driver seems to not be 65526f14947SBen Dooks working properly and needs to be debugged before this 65626f14947SBen Dooks option is useful. 65726f14947SBen Dooks 65826f14947SBen Dooksendchoice 65926f14947SBen Dooks 6606a36913aSSascha Sommerconfig MMC_SDRICOH_CS 66186147c84SKees Cook tristate "MMC/SD driver for Ricoh Bay1Controllers" 66286147c84SKees Cook depends on PCI && PCMCIA 6636a36913aSSascha Sommer help 6646a36913aSSascha Sommer Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA 6656a36913aSSascha Sommer card whenever you insert a MMC or SD card into the card slot. 6666a36913aSSascha Sommer 6676a36913aSSascha Sommer To compile this driver as a module, choose M here: the 6686a36913aSSascha Sommer module will be called sdricoh_cs. 6696a36913aSSascha Sommer 670fb8bd90fSChunyan Zhangconfig MMC_SDHCI_SPRD 671fb8bd90fSChunyan Zhang tristate "Spreadtrum SDIO host Controller" 672fb8bd90fSChunyan Zhang depends on ARCH_SPRD 673fb8bd90fSChunyan Zhang depends on MMC_SDHCI_PLTFM 674fb8bd90fSChunyan Zhang select MMC_SDHCI_IO_ACCESSORS 675f4498549SBaolin Wang select MMC_HSQ 676fb8bd90fSChunyan Zhang help 677fb8bd90fSChunyan Zhang This selects the SDIO Host Controller in Spreadtrum 678fb8bd90fSChunyan Zhang SoCs, this driver supports R11(IP version: R11P0). 679fb8bd90fSChunyan Zhang 680fb8bd90fSChunyan Zhang If you have a controller with this interface, say Y or M here. 681fb8bd90fSChunyan Zhang 682fb8bd90fSChunyan Zhang If unsure, say N. 683fb8bd90fSChunyan Zhang 684b6147490SGuennadi Liakhovetskiconfig MMC_TMIO_CORE 685b6147490SGuennadi Liakhovetski tristate 686b6147490SGuennadi Liakhovetski 6874a48998fSIan Moltonconfig MMC_TMIO 6884a48998fSIan Molton tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" 68942051e8aSGuennadi Liakhovetski depends on MFD_TMIO || MFD_ASIC3 690b6147490SGuennadi Liakhovetski select MMC_TMIO_CORE 6914a48998fSIan Molton help 6924a48998fSIan Molton This provides support for the SD/MMC cell found in TC6393XB, 693e6f2c7adSPhilipp Zabel T7L66XB and also HTC ASIC3 6945f5bac82SMichał Mirosław 69542051e8aSGuennadi Liakhovetskiconfig MMC_SDHI 696b5b6a5f4SSimon Horman tristate "Renesas SDHI SD/SDIO controller support" 69749312c1fSSimon Horman depends on SUPERH || ARCH_RENESAS || COMPILE_TEST 69842051e8aSGuennadi Liakhovetski select MMC_TMIO_CORE 69942051e8aSGuennadi Liakhovetski help 70042051e8aSGuennadi Liakhovetski This provides support for the SDHI SD/SDIO controller found in 701b5b6a5f4SSimon Horman Renesas SuperH, ARM and ARM64 based SoCs 70242051e8aSGuennadi Liakhovetski 7032a68ea78SSimon Hormanconfig MMC_SDHI_SYS_DMAC 7042a68ea78SSimon Horman tristate "DMA for SDHI SD/SDIO controllers using SYS-DMAC" 7051d6efe08SGeert Uytterhoeven depends on MMC_SDHI 706c813e10aSMasahiro Yamada default MMC_SDHI if (SUPERH || ARM) 7072a68ea78SSimon Horman help 7082a68ea78SSimon Horman This provides DMA support for SDHI SD/SDIO controllers 7092a68ea78SSimon Horman using SYS-DMAC via DMA Engine. This supports the controllers 7102a68ea78SSimon Horman found in SuperH and Renesas ARM based SoCs. 7112a68ea78SSimon Horman 7122a68ea78SSimon Hormanconfig MMC_SDHI_INTERNAL_DMAC 7132a68ea78SSimon Horman tristate "DMA for SDHI SD/SDIO controllers using on-chip bus mastering" 7149706b472SChris Brandt depends on ARM64 || ARCH_R7S9210 || ARCH_R8A77470 || COMPILE_TEST 7151d6efe08SGeert Uytterhoeven depends on MMC_SDHI 7169706b472SChris Brandt default MMC_SDHI if (ARM64 || ARCH_R7S9210 || ARCH_R8A77470) 7172a68ea78SSimon Horman help 7182a68ea78SSimon Horman This provides DMA support for SDHI SD/SDIO controllers 7192a68ea78SSimon Horman using on-chip bus mastering. This supports the controllers 7209706b472SChris Brandt found in arm64 based SoCs. This controller is also found in 7219706b472SChris Brandt some RZ family SoCs. 7222a68ea78SSimon Horman 7233fd784f7SMasahiro Yamadaconfig MMC_UNIPHIER 7243fd784f7SMasahiro Yamada tristate "UniPhier SD/eMMC Host Controller support" 7253fd784f7SMasahiro Yamada depends on ARCH_UNIPHIER || COMPILE_TEST 7263fd784f7SMasahiro Yamada depends on OF 7273fd784f7SMasahiro Yamada select MMC_TMIO_CORE 7283fd784f7SMasahiro Yamada help 7293fd784f7SMasahiro Yamada This provides support for the SD/eMMC controller found in 7303fd784f7SMasahiro Yamada UniPhier SoCs. The eMMC variant of this controller is used 7313fd784f7SMasahiro Yamada only for 32-bit SoCs. 7323fd784f7SMasahiro Yamada 7335f5bac82SMichał Mirosławconfig MMC_CB710 7345f5bac82SMichał Mirosław tristate "ENE CB710 MMC/SD Interface support" 7350244ad00SMartin Schwidefsky depends on PCI 7365f5bac82SMichał Mirosław select CB710_CORE 7375f5bac82SMichał Mirosław help 7385f5bac82SMichał Mirosław This option enables support for MMC/SD part of ENE CB710/720 Flash 7395f5bac82SMichał Mirosław memory card reader found in some laptops (ie. some versions of 7405f5bac82SMichał Mirosław HP Compaq nx9500). 7415f5bac82SMichał Mirosław 7425f5bac82SMichał Mirosław This driver can also be built as a module. If so, the module 7435f5bac82SMichał Mirosław will be called cb710-mmc. 7445f5bac82SMichał Mirosław 745f0bf7f61SHarald Welteconfig MMC_VIA_SDMMC 746f0bf7f61SHarald Welte tristate "VIA SD/MMC Card Reader Driver" 747f0bf7f61SHarald Welte depends on PCI 748f0bf7f61SHarald Welte help 749f0bf7f61SHarald Welte This selects the VIA SD/MMC Card Reader driver, say Y or M here. 750f0bf7f61SHarald Welte VIA provides one multi-functional card reader which integrated into 751f0bf7f61SHarald Welte some motherboards manufactured by VIA. This card reader supports 752f0bf7f61SHarald Welte SD/MMC/SDHC. 753f0bf7f61SHarald Welte If you have a controller with this interface, say Y or M here. 754f0bf7f61SHarald Welte 755f0bf7f61SHarald Welte If unsure, say N. 756eb962d5bSCliff Cai 75701d95843SSteven J. Hillconfig MMC_CAVIUM_OCTEON 75801d95843SSteven J. Hill tristate "Cavium OCTEON SD/MMC Card Interface support" 75901d95843SSteven J. Hill depends on CAVIUM_OCTEON_SOC 76001d95843SSteven J. Hill help 76101d95843SSteven J. Hill This selects Cavium OCTEON SD/MMC card Interface. 76201d95843SSteven J. Hill If you have an OCTEON board with a Multimedia Card slot, 76301d95843SSteven J. Hill say Y or M here. 76401d95843SSteven J. Hill 76501d95843SSteven J. Hill If unsure, say N. 76601d95843SSteven J. Hill 767166bac38SJan Glauberconfig MMC_CAVIUM_THUNDERX 768166bac38SJan Glauber tristate "Cavium ThunderX SD/MMC Card Interface support" 769166bac38SJan Glauber depends on PCI && 64BIT && (ARM64 || COMPILE_TEST) 77062467bbbSJan Glauber depends on GPIO_THUNDERX 771166bac38SJan Glauber depends on OF_ADDRESS 772166bac38SJan Glauber help 773166bac38SJan Glauber This selects Cavium ThunderX SD/MMC Card Interface. 774166bac38SJan Glauber If you have an Cavium ARM64 board with a Multimedia Card slot 775166bac38SJan Glauber or builtin eMMC chip say Y or M here. If built as a module 776166bac38SJan Glauber the module will be called thunderx_mmc.ko. 777166bac38SJan Glauber 778f95f3850SWill Newtonconfig MMC_DW 779f95f3850SWill Newton tristate "Synopsys DesignWare Memory Card Interface" 780c34346b2SAlim Akhtar depends on ARC || ARM || ARM64 || MIPS || COMPILE_TEST 781f95f3850SWill Newton help 782f95f3850SWill Newton This selects support for the Synopsys DesignWare Mobile Storage IP 783f95f3850SWill Newton block, this provides host support for SD and MMC interfaces, in both 7843fc7eaefSShawn Lin PIO, internal DMA mode and external DMA mode. 785f95f3850SWill Newton 78662ca8034SShashidhar Hiremathconfig MMC_DW_PLTFM 78762ca8034SShashidhar Hiremath tristate "Synopsys Designware MCI Support as platform device" 78862ca8034SShashidhar Hiremath depends on MMC_DW 78962ca8034SShashidhar Hiremath default y 79062ca8034SShashidhar Hiremath help 79162ca8034SShashidhar Hiremath This selects the common helper functions support for Host Controller 79262ca8034SShashidhar Hiremath Interface based platform driver. Please select this option if the IP 79362ca8034SShashidhar Hiremath is present as a platform device. This is the common interface for the 79462ca8034SShashidhar Hiremath Synopsys Designware IP. 79562ca8034SShashidhar Hiremath 79662ca8034SShashidhar Hiremath If you have a controller with this interface, say Y or M here. 79762ca8034SShashidhar Hiremath 79862ca8034SShashidhar Hiremath If unsure, say Y. 79962ca8034SShashidhar Hiremath 80086958dccSLiming Sunconfig MMC_DW_BLUEFIELD 80186958dccSLiming Sun tristate "BlueField specific extensions for Synopsys DW Memory Card Interface" 80286958dccSLiming Sun depends on MMC_DW 80386958dccSLiming Sun select MMC_DW_PLTFM 80486958dccSLiming Sun help 80586958dccSLiming Sun This selects support for Mellanox BlueField SoC specific extensions to 80686958dccSLiming Sun the Synopsys DesignWare Memory Card Interface driver. Select this 80786958dccSLiming Sun option for platforms based on Mellanox BlueField SoC's. 80886958dccSLiming Sun 809c3665006SThomas Abrahamconfig MMC_DW_EXYNOS 810e41e85ccSMasanari Iida tristate "Exynos specific extensions for Synopsys DW Memory Card Interface" 811c3665006SThomas Abraham depends on MMC_DW 812c3665006SThomas Abraham select MMC_DW_PLTFM 813c3665006SThomas Abraham help 814c3665006SThomas Abraham This selects support for Samsung Exynos SoC specific extensions to the 815c3665006SThomas Abraham Synopsys DesignWare Memory Card Interface driver. Select this option 816c3665006SThomas Abraham for platforms based on Exynos4 and Exynos5 SoC's. 817c3665006SThomas Abraham 818e382ab74Stianshuliangconfig MMC_DW_HI3798CV200 819e382ab74Stianshuliang tristate "Hi3798CV200 specific extensions for Synopsys DW Memory Card Interface" 820e382ab74Stianshuliang depends on MMC_DW 821e382ab74Stianshuliang select MMC_DW_PLTFM 822e382ab74Stianshuliang help 823e382ab74Stianshuliang This selects support for HiSilicon Hi3798CV200 SoC specific extensions to the 824e382ab74Stianshuliang Synopsys DesignWare Memory Card Interface driver. Select this option 825e382ab74Stianshuliang for platforms based on HiSilicon Hi3798CV200 SoC. 826e382ab74Stianshuliang 827036f29d5SZhangfei Gaoconfig MMC_DW_K3 828036f29d5SZhangfei Gao tristate "K3 specific extensions for Synopsys DW Memory Card Interface" 829036f29d5SZhangfei Gao depends on MMC_DW 830036f29d5SZhangfei Gao select MMC_DW_PLTFM 831036f29d5SZhangfei Gao help 832036f29d5SZhangfei Gao This selects support for Hisilicon K3 SoC specific extensions to the 833036f29d5SZhangfei Gao Synopsys DesignWare Memory Card Interface driver. Select this option 834036f29d5SZhangfei Gao for platforms based on Hisilicon K3 SoC's. 835036f29d5SZhangfei Gao 83662ca8034SShashidhar Hiremathconfig MMC_DW_PCI 83762ca8034SShashidhar Hiremath tristate "Synopsys Designware MCI support on PCI bus" 83862ca8034SShashidhar Hiremath depends on MMC_DW && PCI 83962ca8034SShashidhar Hiremath help 84062ca8034SShashidhar Hiremath This selects the PCI bus for the Synopsys Designware Mobile Storage IP. 84162ca8034SShashidhar Hiremath Select this option if the IP is present on PCI platform. 84262ca8034SShashidhar Hiremath 84362ca8034SShashidhar Hiremath If you have a controller with this interface, say Y or M here. 84462ca8034SShashidhar Hiremath 84562ca8034SShashidhar Hiremath If unsure, say N. 84662ca8034SShashidhar Hiremath 8474cdc2ec1Saddy keconfig MMC_DW_ROCKCHIP 8484cdc2ec1Saddy ke tristate "Rockchip specific extensions for Synopsys DW Memory Card Interface" 8494cdc2ec1Saddy ke depends on MMC_DW && ARCH_ROCKCHIP 8504cdc2ec1Saddy ke select MMC_DW_PLTFM 8514cdc2ec1Saddy ke help 8524cdc2ec1Saddy ke This selects support for Rockchip SoC specific extensions to the 8534cdc2ec1Saddy ke Synopsys DesignWare Memory Card Interface driver. Select this option 8544cdc2ec1Saddy ke for platforms based on RK3066, RK3188 and RK3288 SoC's. 8554cdc2ec1Saddy ke 856a8c643adSJun Nieconfig MMC_DW_ZX 857a8c643adSJun Nie tristate "ZTE specific extensions for Synopsys DW Memory Card Interface" 858a8c643adSJun Nie depends on MMC_DW && ARCH_ZX 859a8c643adSJun Nie select MMC_DW_PLTFM 860a8c643adSJun Nie help 861a8c643adSJun Nie This selects support for ZTE SoC specific extensions to the 862a8c643adSJun Nie Synopsys DesignWare Memory Card Interface driver. Select this option 863a8c643adSJun Nie for platforms based on ZX296718 SoC's. 864a8c643adSJun Nie 865fdc50a94SYusuke Godaconfig MMC_SH_MMCIF 866fdc50a94SYusuke Goda tristate "SuperH Internal MMCIF support" 86749312c1fSSimon Horman depends on SUPERH || ARCH_RENESAS || COMPILE_TEST 868fdc50a94SYusuke Goda help 869ba9e9157SWolfram Sang This selects the MMC Host Interface controller (MMCIF) found in various 870ba9e9157SWolfram Sang Renesas SoCs for SH and ARM architectures. 871fdc50a94SYusuke Goda 87261bfbdb8SLars-Peter Clausen 87361bfbdb8SLars-Peter Clausenconfig MMC_JZ4740 8746a78768aSAlex Smith tristate "Ingenic JZ47xx SD/Multimedia Card Interface support" 875685bc885SPaul Cercueil depends on MIPS 87661bfbdb8SLars-Peter Clausen help 8776a78768aSAlex Smith This selects support for the SD/MMC controller on Ingenic 8786a78768aSAlex Smith JZ4740, JZ4750, JZ4770 and JZ4780 SoCs. 8796a78768aSAlex Smith 88061bfbdb8SLars-Peter Clausen If you have a board based on such a SoC and with a SD/MMC slot, 88161bfbdb8SLars-Peter Clausen say Y or M here. 88253f3a9e2SDavid Vrabel 88388095e7bSTony Olechconfig MMC_VUB300 88488095e7bSTony Olech tristate "VUB300 USB to SDIO/SD/MMC Host Controller support" 88588095e7bSTony Olech depends on USB 88688095e7bSTony Olech help 88788095e7bSTony Olech This selects support for Elan Digital Systems' VUB300 chip. 88888095e7bSTony Olech 88988095e7bSTony Olech The VUB300 is a USB-SDIO Host Controller Interface chip 89088095e7bSTony Olech that enables the host computer to use SDIO/SD/MMC cards 89188095e7bSTony Olech via a USB 2.0 or USB 1.1 host. 89288095e7bSTony Olech 89388095e7bSTony Olech The VUB300 chip will be found in both physically separate 89488095e7bSTony Olech USB to SDIO/SD/MMC adapters and embedded on some motherboards. 89588095e7bSTony Olech 89688095e7bSTony Olech The VUB300 chip supports SD and MMC memory cards in addition 89788095e7bSTony Olech to single and multifunction SDIO cards. 89888095e7bSTony Olech 89988095e7bSTony Olech Some SDIO cards will need a firmware file to be loaded and 90088095e7bSTony Olech sent to VUB300 chip in order to achieve better data throughput. 90188095e7bSTony Olech Download these "Offload Pseudocode" from Elan Digital Systems' 90288095e7bSTony Olech web-site http://www.elandigitalsystems.com/support/downloads.php 90388095e7bSTony Olech and put them in /lib/firmware. Note that without these additional 90488095e7bSTony Olech firmware files the VUB300 chip will still function, but not at 90588095e7bSTony Olech the best obtainable data rate. 90688095e7bSTony Olech 90788095e7bSTony Olech To compile this mmc host controller driver as a module, 90888095e7bSTony Olech choose M here: the module will be called vub300. 90988095e7bSTony Olech 91088095e7bSTony Olech If you have a computer with an embedded VUB300 chip 91188095e7bSTony Olech or if you intend connecting a USB adapter based on a 91288095e7bSTony Olech VUB300 chip say Y or M here. 91388095e7bSTony Olech 91453f3a9e2SDavid Vrabelconfig MMC_USHC 91553f3a9e2SDavid Vrabel tristate "USB SD Host Controller (USHC) support" 91653f3a9e2SDavid Vrabel depends on USB 91753f3a9e2SDavid Vrabel help 91853f3a9e2SDavid Vrabel This selects support for USB SD Host Controllers based on 91953f3a9e2SDavid Vrabel the Cypress Astoria chip with firmware compliant with CSR's 92053f3a9e2SDavid Vrabel USB SD Host Controller specification (CS-118793-SP). 92153f3a9e2SDavid Vrabel 92253f3a9e2SDavid Vrabel CSR boards with this device include: USB<>SDIO (M1985v2), 92353f3a9e2SDavid Vrabel and Ultrasira. 92453f3a9e2SDavid Vrabel 92553f3a9e2SDavid Vrabel Note: These controllers only support SDIO cards and do not 92653f3a9e2SDavid Vrabel support MMC or SD memory cards. 9273a96dff0STony Prisk 9283a96dff0STony Priskconfig MMC_WMT 9293a96dff0STony Prisk tristate "Wondermedia SD/MMC Host Controller support" 9303a96dff0STony Prisk depends on ARCH_VT8500 9313a96dff0STony Prisk default y 9323a96dff0STony Prisk help 9333a96dff0STony Prisk This selects support for the SD/MMC Host Controller on 9343a96dff0STony Prisk Wondermedia WM8505/WM8650 based SoCs. 9353a96dff0STony Prisk 9363a96dff0STony Prisk To compile this driver as a module, choose M here: the 9373a96dff0STony Prisk module will be called wmt-sdmmc. 9386a5971d8SLinus Torvalds 93975fa9ea6SGuennadi Liakhovetskiconfig MMC_USDHI6ROL0 94075fa9ea6SGuennadi Liakhovetski tristate "Renesas USDHI6ROL0 SD/SDIO Host Controller support" 9411ef94740SGeert Uytterhoeven depends on HAS_DMA 94275fa9ea6SGuennadi Liakhovetski help 94375fa9ea6SGuennadi Liakhovetski This selects support for the Renesas USDHI6ROL0 SD/SDIO 94475fa9ea6SGuennadi Liakhovetski Host Controller 94575fa9ea6SGuennadi Liakhovetski 9462c94b645SWei WANGconfig MMC_REALTEK_PCI 9472c94b645SWei WANG tristate "Realtek PCI-E SD/MMC Card Interface Driver" 948e455b69dSRui Feng depends on MISC_RTSX_PCI 9492c94b645SWei WANG help 9502c94b645SWei WANG Say Y here to include driver code to support SD/MMC card interface 9512c94b645SWei WANG of Realtek PCI-E card reader 952c7f6558dSRoger Tseng 953c7f6558dSRoger Tsengconfig MMC_REALTEK_USB 954c7f6558dSRoger Tseng tristate "Realtek USB SD/MMC Card Interface Driver" 955e455b69dSRui Feng depends on MISC_RTSX_USB 956c7f6558dSRoger Tseng help 957c7f6558dSRoger Tseng Say Y here to include driver code to support SD/MMC card interface 958c7f6558dSRoger Tseng of Realtek RTS5129/39 series card reader 95919b7f796SDavid Lanzendörfer 96019b7f796SDavid Lanzendörferconfig MMC_SUNXI 96119b7f796SDavid Lanzendörfer tristate "Allwinner sunxi SD/MMC Host Controller support" 96219b7f796SDavid Lanzendörfer depends on ARCH_SUNXI 96319b7f796SDavid Lanzendörfer help 96419b7f796SDavid Lanzendörfer This selects support for the SD/MMC Host Controller on 96519b7f796SDavid Lanzendörfer Allwinner sunxi SoCs. 966a5eb8bbdSOndrej Zary 967a4080225SVenkat Gopalakrishnanconfig MMC_CQHCI 968a4080225SVenkat Gopalakrishnan tristate "Command Queue Host Controller Interface support" 969a4080225SVenkat Gopalakrishnan depends on HAS_DMA 970a4080225SVenkat Gopalakrishnan help 971a4080225SVenkat Gopalakrishnan This selects the Command Queue Host Controller Interface (CQHCI) 972a4080225SVenkat Gopalakrishnan support present in host controllers of Qualcomm Technologies, Inc 973a4080225SVenkat Gopalakrishnan amongst others. 974a4080225SVenkat Gopalakrishnan This controller supports eMMC devices with command queue support. 975a4080225SVenkat Gopalakrishnan 976a4080225SVenkat Gopalakrishnan If you have a controller with this interface, say Y or M here. 977a4080225SVenkat Gopalakrishnan 978a4080225SVenkat Gopalakrishnan If unsure, say N. 979a4080225SVenkat Gopalakrishnan 980511ce378SBaolin Wangconfig MMC_HSQ 981511ce378SBaolin Wang tristate "MMC Host Software Queue support" 982511ce378SBaolin Wang help 983511ce378SBaolin Wang This selects the MMC Host Software Queue support. This may increase 984511ce378SBaolin Wang performance, if the host controller and its driver supports it. 985511ce378SBaolin Wang 986511ce378SBaolin Wang If you have a controller/driver supporting this interface, say Y or M 987511ce378SBaolin Wang here. 988511ce378SBaolin Wang 989511ce378SBaolin Wang If unsure, say N. 990511ce378SBaolin Wang 991a5eb8bbdSOndrej Zaryconfig MMC_TOSHIBA_PCI 992a5eb8bbdSOndrej Zary tristate "Toshiba Type A SD/MMC Card Interface Driver" 993a5eb8bbdSOndrej Zary depends on PCI 99420848903SChaotian Jing 995660fc733SEric Anholtconfig MMC_BCM2835 996660fc733SEric Anholt tristate "Broadcom BCM2835 SDHOST MMC Controller support" 997660fc733SEric Anholt depends on ARCH_BCM2835 || COMPILE_TEST 998660fc733SEric Anholt help 999660fc733SEric Anholt This selects the BCM2835 SDHOST MMC controller. If you have 1000660fc733SEric Anholt a BCM2835 platform with SD or MMC devices, say Y or M here. 1001660fc733SEric Anholt 1002660fc733SEric Anholt Note that the BCM2835 has two SD controllers: The Arasan 1003660fc733SEric Anholt sdhci controller (supported by MMC_SDHCI_IPROC) and a custom 1004660fc733SEric Anholt sdhost controller (supported by this driver). 1005660fc733SEric Anholt 1006660fc733SEric Anholt If unsure, say N. 1007660fc733SEric Anholt 100820848903SChaotian Jingconfig MMC_MTK 100920848903SChaotian Jing tristate "MediaTek SD/MMC Card Interface support" 1010c2b22fffSGeert Uytterhoeven depends on HAS_DMA 101126c2b19eSNeilBrown select REGULATOR 101220848903SChaotian Jing help 101320848903SChaotian Jing This selects the MediaTek(R) Secure digital and Multimedia card Interface. 101420848903SChaotian Jing If you have a machine with a integrated SD/MMC card reader, say Y or M here. 101520848903SChaotian Jing This is needed if support for any SD/SDIO/MMC devices is required. 101620848903SChaotian Jing If unsure, say N. 10175d9460d7SAndrei Pistirica 10185d9460d7SAndrei Pistiricaconfig MMC_SDHCI_MICROCHIP_PIC32 10195d9460d7SAndrei Pistirica tristate "Microchip PIC32MZDA SDHCI support" 10205d9460d7SAndrei Pistirica depends on MMC_SDHCI && PIC32MZDA && MMC_SDHCI_PLTFM 10215d9460d7SAndrei Pistirica help 10225d9460d7SAndrei Pistirica This selects the Secure Digital Host Controller Interface (SDHCI) 10235d9460d7SAndrei Pistirica for PIC32MZDA platform. 10245d9460d7SAndrei Pistirica 10255d9460d7SAndrei Pistirica If you have a controller with this interface, say Y or M here. 10265d9460d7SAndrei Pistirica 10275d9460d7SAndrei Pistirica If unsure, say N. 10286f549034SEnrico Weigelt, metux IT consult 1029476bf3d6SAl Cooperconfig MMC_SDHCI_BRCMSTB 1030476bf3d6SAl Cooper tristate "Broadcom SDIO/SD/MMC support" 1031476bf3d6SAl Cooper depends on ARCH_BRCMSTB || BMIPS_GENERIC 1032476bf3d6SAl Cooper depends on MMC_SDHCI_PLTFM 1033d46ba2d1SAl Cooper select MMC_CQHCI 1034476bf3d6SAl Cooper default y 1035476bf3d6SAl Cooper help 1036476bf3d6SAl Cooper This selects support for the SDIO/SD/MMC Host Controller on 1037476bf3d6SAl Cooper Broadcom STB SoCs. 1038476bf3d6SAl Cooper 1039476bf3d6SAl Cooper If unsure, say Y. 10403a3748dbSHu Ziji 10413a3748dbSHu Zijiconfig MMC_SDHCI_XENON 10423a3748dbSHu Ziji tristate "Marvell Xenon eMMC/SD/SDIO SDHCI driver" 10433a3748dbSHu Ziji depends on MMC_SDHCI_PLTFM 10443a3748dbSHu Ziji help 10453a3748dbSHu Ziji This selects Marvell Xenon eMMC/SD/SDIO SDHCI. 10463a3748dbSHu Ziji If you have a controller with this interface, say Y or M here. 10473a3748dbSHu Ziji If unsure, say N. 10487d326930SKishon Vijay Abraham I 10497d326930SKishon Vijay Abraham Iconfig MMC_SDHCI_OMAP 10507d326930SKishon Vijay Abraham I tristate "TI SDHCI Controller Support" 10517d326930SKishon Vijay Abraham I depends on MMC_SDHCI_PLTFM && OF 1052961de0a8SFaiz Abbas select THERMAL 1053287b1da6SFaiz Abbas imply TI_SOC_THERMAL 1054195fadb7SChunyan Zhang select MMC_SDHCI_EXTERNAL_DMA if DMA_ENGINE 10557d326930SKishon Vijay Abraham I help 10567d326930SKishon Vijay Abraham I This selects the Secure Digital Host Controller Interface (SDHCI) 10577d326930SKishon Vijay Abraham I support present in TI's DRA7 SOCs. The controller supports 10587d326930SKishon Vijay Abraham I SD/MMC/SDIO devices. 10597d326930SKishon Vijay Abraham I 10607d326930SKishon Vijay Abraham I If you have a controller with this interface, say Y or M here. 10617d326930SKishon Vijay Abraham I 10627d326930SKishon Vijay Abraham I If unsure, say N. 106341fd4caeSFaiz Abbas 106441fd4caeSFaiz Abbasconfig MMC_SDHCI_AM654 106541fd4caeSFaiz Abbas tristate "Support for the SDHCI Controller in TI's AM654 SOCs" 106659592cc1SYueHaibing depends on MMC_SDHCI_PLTFM && OF && REGMAP_MMIO 1067e374e875SFaiz Abbas select MMC_SDHCI_IO_ACCESSORS 1068f545702bSFaiz Abbas select MMC_CQHCI 106941fd4caeSFaiz Abbas help 107041fd4caeSFaiz Abbas This selects the Secure Digital Host Controller Interface (SDHCI) 107141fd4caeSFaiz Abbas support present in TI's AM654 SOCs. The controller supports 107241fd4caeSFaiz Abbas SD/MMC/SDIO devices. 107341fd4caeSFaiz Abbas 107441fd4caeSFaiz Abbas If you have a controller with this interface, say Y or M here. 107541fd4caeSFaiz Abbas 107641fd4caeSFaiz Abbas If unsure, say N. 1077ff65ffe4SManivannan Sadhasivam 1078ff65ffe4SManivannan Sadhasivamconfig MMC_OWL 1079ff65ffe4SManivannan Sadhasivam tristate "Actions Semi Owl SD/MMC Host Controller support" 1080ff65ffe4SManivannan Sadhasivam depends on HAS_DMA 1081ff65ffe4SManivannan Sadhasivam depends on ARCH_ACTIONS || COMPILE_TEST 1082ff65ffe4SManivannan Sadhasivam help 1083ff65ffe4SManivannan Sadhasivam This selects support for the SD/MMC Host Controller on 1084ff65ffe4SManivannan Sadhasivam Actions Semi Owl SoCs. 108518e762e3SChunyan Zhang 108618e762e3SChunyan Zhangconfig MMC_SDHCI_EXTERNAL_DMA 108718e762e3SChunyan Zhang bool 1088