Kconfig 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  1. #
  2. # MMC/SD host controller drivers
  3. #
  4. comment "MMC/SD/SDIO Host Controller Drivers"
  5. config MMC_ARMMMCI
  6. tristate "ARM AMBA Multimedia Card Interface support"
  7. depends on ARM_AMBA
  8. help
  9. This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
  10. Interface (PL180 and PL181) support. If you have an ARM(R)
  11. platform with a Multimedia Card slot, say Y or M here.
  12. If unsure, say N.
  13. config MMC_PXA
  14. tristate "Intel PXA25x/26x/27x Multimedia Card Interface support"
  15. depends on ARCH_PXA
  16. help
  17. This selects the Intel(R) PXA(R) Multimedia card Interface.
  18. If you have a PXA(R) platform with a Multimedia Card slot,
  19. say Y or M here.
  20. If unsure, say N.
  21. config MMC_SDHCI
  22. tristate "Secure Digital Host Controller Interface support"
  23. depends on HAS_DMA
  24. help
  25. This selects the generic Secure Digital Host Controller Interface.
  26. It is used by manufacturers such as Texas Instruments(R), Ricoh(R)
  27. and Toshiba(R). Most controllers found in laptops are of this type.
  28. If you have a controller with this interface, say Y or M here. You
  29. also need to enable an appropriate bus interface.
  30. If unsure, say N.
  31. config MMC_SDHCI_IO_ACCESSORS
  32. bool
  33. depends on MMC_SDHCI
  34. help
  35. This is silent Kconfig symbol that is selected by the drivers that
  36. need to overwrite SDHCI IO memory accessors.
  37. config MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
  38. bool
  39. select MMC_SDHCI_IO_ACCESSORS
  40. help
  41. This option is selected by drivers running on big endian hosts
  42. and performing I/O to a SDHCI controller through a bus that
  43. implements a hardware byte swapper using a 32-bit datum.
  44. This endian mapping mode is called "data invariance" and
  45. has the effect of scrambling the addresses and formats of data
  46. accessed in sizes other than the datum size.
  47. This is the case for the Freescale eSDHC and Nintendo Wii SDHCI.
  48. config MMC_SDHCI_PCI
  49. tristate "SDHCI support on PCI bus"
  50. depends on MMC_SDHCI && PCI
  51. help
  52. This selects the PCI Secure Digital Host Controller Interface.
  53. Most controllers found today are PCI devices.
  54. If you have a controller with this interface, say Y or M here.
  55. If unsure, say N.
  56. config MMC_RICOH_MMC
  57. bool "Ricoh MMC Controller Disabler"
  58. depends on MMC_SDHCI_PCI
  59. help
  60. This adds a pci quirk to disable Ricoh MMC Controller. This
  61. proprietary controller is unnecessary because the SDHCI driver
  62. supports MMC cards on the SD controller, but if it is not
  63. disabled, it will steal the MMC cards away - rendering them
  64. useless. It is safe to select this even if you don't
  65. have a Ricoh based card reader.
  66. If unsure, say Y.
  67. config MMC_SDHCI_ACPI
  68. tristate "SDHCI support for ACPI enumerated SDHCI controllers"
  69. depends on MMC_SDHCI && ACPI
  70. help
  71. This selects support for ACPI enumerated SDHCI controllers,
  72. identified by ACPI Compatibility ID PNP0D40 or specific
  73. ACPI Hardware IDs.
  74. If you have a controller with this interface, say Y or M here.
  75. If unsure, say N.
  76. config MMC_SDHCI_PLTFM
  77. tristate "SDHCI platform and OF driver helper"
  78. depends on MMC_SDHCI
  79. help
  80. This selects the common helper functions support for Secure Digital
  81. Host Controller Interface based platform and OF drivers.
  82. If you have a controller with this interface, say Y or M here.
  83. If unsure, say N.
  84. config MMC_SDHCI_OF_ARASAN
  85. tristate "SDHCI OF support for the Arasan SDHCI controllers"
  86. depends on MMC_SDHCI_PLTFM
  87. depends on OF
  88. help
  89. This selects the Arasan Secure Digital Host Controller Interface
  90. (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC.
  91. If you have a controller with this interface, say Y or M here.
  92. If unsure, say N.
  93. config MMC_SDHCI_OF_ESDHC
  94. tristate "SDHCI OF support for the Freescale eSDHC controller"
  95. depends on MMC_SDHCI_PLTFM
  96. depends on PPC_OF
  97. select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
  98. help
  99. This selects the Freescale eSDHC controller support.
  100. If you have a controller with this interface, say Y or M here.
  101. If unsure, say N.
  102. config MMC_SDHCI_OF_HLWD
  103. tristate "SDHCI OF support for the Nintendo Wii SDHCI controllers"
  104. depends on MMC_SDHCI_PLTFM
  105. depends on PPC_OF
  106. select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER
  107. help
  108. This selects the Secure Digital Host Controller Interface (SDHCI)
  109. found in the "Hollywood" chipset of the Nintendo Wii video game
  110. console.
  111. If you have a controller with this interface, say Y or M here.
  112. If unsure, say N.
  113. config MMC_SDHCI_CNS3XXX
  114. tristate "SDHCI support on the Cavium Networks CNS3xxx SoC"
  115. depends on ARCH_CNS3XXX
  116. depends on MMC_SDHCI_PLTFM
  117. help
  118. This selects the SDHCI support for CNS3xxx System-on-Chip devices.
  119. If you have a controller with this interface, say Y or M here.
  120. If unsure, say N.
  121. config MMC_SDHCI_ESDHC_IMX
  122. tristate "SDHCI support for the Freescale eSDHC/uSDHC i.MX controller"
  123. depends on ARCH_MXC
  124. depends on MMC_SDHCI_PLTFM
  125. select MMC_SDHCI_IO_ACCESSORS
  126. help
  127. This selects the Freescale eSDHC/uSDHC controller support
  128. found on i.MX25, i.MX35 i.MX5x and i.MX6x.
  129. If you have a controller with this interface, say Y or M here.
  130. If unsure, say N.
  131. config MMC_SDHCI_DOVE
  132. tristate "SDHCI support on Marvell's Dove SoC"
  133. depends on ARCH_DOVE
  134. depends on MMC_SDHCI_PLTFM
  135. select MMC_SDHCI_IO_ACCESSORS
  136. help
  137. This selects the Secure Digital Host Controller Interface in
  138. Marvell's Dove SoC.
  139. If you have a controller with this interface, say Y or M here.
  140. If unsure, say N.
  141. config MMC_SDHCI_TEGRA
  142. tristate "SDHCI platform support for the Tegra SD/MMC Controller"
  143. depends on ARCH_TEGRA
  144. depends on MMC_SDHCI_PLTFM
  145. select MMC_SDHCI_IO_ACCESSORS
  146. help
  147. This selects the Tegra SD/MMC controller. If you have a Tegra
  148. platform with SD or MMC devices, say Y or M here.
  149. If unsure, say N.
  150. config MMC_SDHCI_S3C
  151. tristate "SDHCI support on Samsung S3C SoC"
  152. depends on MMC_SDHCI && PLAT_SAMSUNG
  153. help
  154. This selects the Secure Digital Host Controller Interface (SDHCI)
  155. often referrered to as the HSMMC block in some of the Samsung S3C
  156. range of SoC.
  157. If you have a controller with this interface, say Y or M here.
  158. If unsure, say N.
  159. config MMC_SDHCI_SIRF
  160. tristate "SDHCI support on CSR SiRFprimaII and SiRFmarco SoCs"
  161. depends on ARCH_SIRF
  162. depends on MMC_SDHCI_PLTFM
  163. help
  164. This selects the SDHCI support for SiRF System-on-Chip devices.
  165. If you have a controller with this interface, say Y or M here.
  166. If unsure, say N.
  167. config MMC_SDHCI_PXAV3
  168. tristate "Marvell MMP2 SD Host Controller support (PXAV3)"
  169. depends on CLKDEV_LOOKUP
  170. select MMC_SDHCI
  171. select MMC_SDHCI_PLTFM
  172. default CPU_MMP2
  173. help
  174. This selects the Marvell(R) PXAV3 SD Host Controller.
  175. If you have a MMP2 platform with SD Host Controller
  176. and a card slot, say Y or M here.
  177. If unsure, say N.
  178. config MMC_SDHCI_PXAV2
  179. tristate "Marvell PXA9XX SD Host Controller support (PXAV2)"
  180. depends on CLKDEV_LOOKUP
  181. select MMC_SDHCI
  182. select MMC_SDHCI_PLTFM
  183. default CPU_PXA910
  184. help
  185. This selects the Marvell(R) PXAV2 SD Host Controller.
  186. If you have a PXA9XX platform with SD Host Controller
  187. and a card slot, say Y or M here.
  188. If unsure, say N.
  189. config MMC_SDHCI_SPEAR
  190. tristate "SDHCI support on ST SPEAr platform"
  191. depends on MMC_SDHCI && PLAT_SPEAR
  192. help
  193. This selects the Secure Digital Host Controller Interface (SDHCI)
  194. often referrered to as the HSMMC block in some of the ST SPEAR range
  195. of SoC
  196. If you have a controller with this interface, say Y or M here.
  197. If unsure, say N.
  198. config MMC_SDHCI_S3C_DMA
  199. bool "DMA support on S3C SDHCI"
  200. depends on MMC_SDHCI_S3C
  201. help
  202. Enable DMA support on the Samsung S3C SDHCI glue. The DMA
  203. has proved to be problematic if the controller encounters
  204. certain errors, and thus should be treated with care.
  205. YMMV.
  206. config MMC_SDHCI_BCM_KONA
  207. tristate "SDHCI support on Broadcom KONA platform"
  208. depends on ARCH_BCM
  209. select MMC_SDHCI_PLTFM
  210. help
  211. This selects the Broadcom Kona Secure Digital Host Controller
  212. Interface(SDHCI) support.
  213. This is used in Broadcom mobile SoCs.
  214. If you have a controller with this interface, say Y or M here.
  215. config MMC_SDHCI_BCM2835
  216. tristate "SDHCI platform support for the BCM2835 SD/MMC Controller"
  217. depends on ARCH_BCM2835
  218. depends on MMC_SDHCI_PLTFM
  219. select MMC_SDHCI_IO_ACCESSORS
  220. help
  221. This selects the BCM2835 SD/MMC controller. If you have a BCM2835
  222. platform with SD or MMC devices, say Y or M here.
  223. If unsure, say N.
  224. config MMC_OMAP
  225. tristate "TI OMAP Multimedia Card Interface support"
  226. depends on ARCH_OMAP
  227. select TPS65010 if MACH_OMAP_H2
  228. help
  229. This selects the TI OMAP Multimedia card Interface.
  230. If you have an OMAP board with a Multimedia Card slot,
  231. say Y or M here.
  232. If unsure, say N.
  233. config MMC_OMAP_HS
  234. tristate "TI OMAP High Speed Multimedia Card Interface support"
  235. depends on ARCH_OMAP2PLUS || COMPILE_TEST
  236. help
  237. This selects the TI OMAP High Speed Multimedia card Interface.
  238. If you have an omap2plus board with a Multimedia Card slot,
  239. say Y or M here.
  240. If unsure, say N.
  241. config MMC_WBSD
  242. tristate "Winbond W83L51xD SD/MMC Card Interface support"
  243. depends on ISA_DMA_API
  244. help
  245. This selects the Winbond(R) W83L51xD Secure digital and
  246. Multimedia card Interface.
  247. If you have a machine with a integrated W83L518D or W83L519D
  248. SD/MMC card reader, say Y or M here.
  249. If unsure, say N.
  250. config MMC_AU1X
  251. tristate "Alchemy AU1XX0 MMC Card Interface support"
  252. depends on MIPS_ALCHEMY
  253. help
  254. This selects the AMD Alchemy(R) Multimedia card interface.
  255. If you have a Alchemy platform with a MMC slot, say Y or M here.
  256. If unsure, say N.
  257. config MMC_ATMELMCI
  258. tristate "Atmel SD/MMC Driver (Multimedia Card Interface)"
  259. depends on AVR32 || ARCH_AT91
  260. help
  261. This selects the Atmel Multimedia Card Interface driver. If
  262. you have an AT32 (AVR32) or AT91 platform with a Multimedia
  263. Card slot, say Y or M here.
  264. If unsure, say N.
  265. config MMC_MSM
  266. tristate "Qualcomm SDCC Controller Support"
  267. depends on MMC && (ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50)
  268. help
  269. This provides support for the SD/MMC cell found in the
  270. MSM and QSD SOCs from Qualcomm. The controller also has
  271. support for SDIO devices.
  272. config MMC_MXC
  273. tristate "Freescale i.MX21/27/31 or MPC512x Multimedia Card support"
  274. depends on ARCH_MXC || PPC_MPC512x
  275. help
  276. This selects the Freescale i.MX21, i.MX27, i.MX31 or MPC512x
  277. Multimedia Card Interface. If you have an i.MX or MPC512x platform
  278. with a Multimedia Card slot, say Y or M here.
  279. If unsure, say N.
  280. config MMC_MXS
  281. tristate "Freescale MXS Multimedia Card Interface support"
  282. depends on ARCH_MXS && MXS_DMA
  283. help
  284. This selects the Freescale SSP MMC controller found on MXS based
  285. platforms like mx23/28.
  286. If unsure, say N.
  287. config MMC_TIFM_SD
  288. tristate "TI Flash Media MMC/SD Interface support"
  289. depends on PCI
  290. select TIFM_CORE
  291. help
  292. Say Y here if you want to be able to access MMC/SD cards with
  293. the Texas Instruments(R) Flash Media card reader, found in many
  294. laptops.
  295. This option 'selects' (turns on, enables) 'TIFM_CORE', but you
  296. probably also need appropriate card reader host adapter, such as
  297. 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
  298. (TIFM_7XX1)'.
  299. To compile this driver as a module, choose M here: the
  300. module will be called tifm_sd.
  301. config MMC_MVSDIO
  302. tristate "Marvell MMC/SD/SDIO host driver"
  303. depends on PLAT_ORION
  304. ---help---
  305. This selects the Marvell SDIO host driver.
  306. SDIO may currently be found on the Kirkwood 88F6281 and 88F6192
  307. SoC controllers.
  308. To compile this driver as a module, choose M here: the
  309. module will be called mvsdio.
  310. config MMC_DAVINCI
  311. tristate "TI DAVINCI Multimedia Card Interface support"
  312. depends on ARCH_DAVINCI
  313. help
  314. This selects the TI DAVINCI Multimedia card Interface.
  315. If you have an DAVINCI board with a Multimedia Card slot,
  316. say Y or M here. If unsure, say N.
  317. config MMC_GOLDFISH
  318. tristate "goldfish qemu Multimedia Card Interface support"
  319. depends on GOLDFISH
  320. help
  321. This selects the Goldfish Multimedia card Interface emulation
  322. found on the Goldfish Android virtual device emulation.
  323. config MMC_SPI
  324. tristate "MMC/SD/SDIO over SPI"
  325. depends on SPI_MASTER && !HIGHMEM && HAS_DMA
  326. select CRC7
  327. select CRC_ITU_T
  328. help
  329. Some systems access MMC/SD/SDIO cards using a SPI controller
  330. instead of using a "native" MMC/SD/SDIO controller. This has a
  331. disadvantage of being relatively high overhead, but a compensating
  332. advantage of working on many systems without dedicated MMC/SD/SDIO
  333. controllers.
  334. If unsure, or if your system has no SPI master driver, say N.
  335. config MMC_S3C
  336. tristate "Samsung S3C SD/MMC Card Interface support"
  337. depends on ARCH_S3C24XX
  338. help
  339. This selects a driver for the MCI interface found in
  340. Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
  341. If you have a board based on one of those and a MMC/SD
  342. slot, say Y or M here.
  343. If unsure, say N.
  344. config MMC_S3C_HW_SDIO_IRQ
  345. bool "Hardware support for SDIO IRQ"
  346. depends on MMC_S3C
  347. help
  348. Enable the hardware support for SDIO interrupts instead of using
  349. the generic polling code.
  350. choice
  351. prompt "Samsung S3C SD/MMC transfer code"
  352. depends on MMC_S3C
  353. config MMC_S3C_PIO
  354. bool "Use PIO transfers only"
  355. help
  356. Use PIO to transfer data between memory and the hardware.
  357. PIO is slower than DMA as it requires CPU instructions to
  358. move the data. This has been the traditional default for
  359. the S3C MCI driver.
  360. config MMC_S3C_DMA
  361. bool "Use DMA transfers only"
  362. help
  363. Use DMA to transfer data between memory and the hardare.
  364. Currently, the DMA support in this driver seems to not be
  365. working properly and needs to be debugged before this
  366. option is useful.
  367. config MMC_S3C_PIODMA
  368. bool "Support for both PIO and DMA"
  369. help
  370. Compile both the PIO and DMA transfer routines into the
  371. driver and let the platform select at run-time which one
  372. is best.
  373. See notes for the DMA option.
  374. endchoice
  375. config MMC_SDRICOH_CS
  376. tristate "MMC/SD driver for Ricoh Bay1Controllers"
  377. depends on PCI && PCMCIA
  378. help
  379. Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA
  380. card whenever you insert a MMC or SD card into the card slot.
  381. To compile this driver as a module, choose M here: the
  382. module will be called sdricoh_cs.
  383. config MMC_TMIO_CORE
  384. tristate
  385. config MMC_TMIO
  386. tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
  387. depends on MFD_TMIO || MFD_ASIC3
  388. select MMC_TMIO_CORE
  389. help
  390. This provides support for the SD/MMC cell found in TC6393XB,
  391. T7L66XB and also HTC ASIC3
  392. config MMC_SDHI
  393. tristate "SH-Mobile SDHI SD/SDIO controller support"
  394. depends on SUPERH || ARM
  395. depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
  396. select MMC_TMIO_CORE
  397. help
  398. This provides support for the SDHI SD/SDIO controller found in
  399. SuperH and ARM SH-Mobile SoCs
  400. config MMC_CB710
  401. tristate "ENE CB710 MMC/SD Interface support"
  402. depends on PCI
  403. select CB710_CORE
  404. help
  405. This option enables support for MMC/SD part of ENE CB710/720 Flash
  406. memory card reader found in some laptops (ie. some versions of
  407. HP Compaq nx9500).
  408. This driver can also be built as a module. If so, the module
  409. will be called cb710-mmc.
  410. config MMC_VIA_SDMMC
  411. tristate "VIA SD/MMC Card Reader Driver"
  412. depends on PCI
  413. help
  414. This selects the VIA SD/MMC Card Reader driver, say Y or M here.
  415. VIA provides one multi-functional card reader which integrated into
  416. some motherboards manufactured by VIA. This card reader supports
  417. SD/MMC/SDHC.
  418. If you have a controller with this interface, say Y or M here.
  419. If unsure, say N.
  420. config SDH_BFIN
  421. tristate "Blackfin Secure Digital Host support"
  422. depends on (BF54x && !BF544) || (BF51x && !BF512)
  423. help
  424. If you say yes here you will get support for the Blackfin on-chip
  425. Secure Digital Host interface. This includes support for MMC and
  426. SD cards.
  427. To compile this driver as a module, choose M here: the
  428. module will be called bfin_sdh.
  429. If unsure, say N.
  430. config SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND
  431. bool "Blackfin EZkit Missing SDH_CMD Pull Up Resistor Workaround"
  432. depends on SDH_BFIN
  433. help
  434. If you say yes here SD-Cards may work on the EZkit.
  435. config MMC_DW
  436. tristate "Synopsys DesignWare Memory Card Interface"
  437. depends on ARC || ARM
  438. help
  439. This selects support for the Synopsys DesignWare Mobile Storage IP
  440. block, this provides host support for SD and MMC interfaces, in both
  441. PIO and external DMA modes.
  442. config MMC_DW_IDMAC
  443. bool "Internal DMAC interface"
  444. depends on MMC_DW
  445. help
  446. This selects support for the internal DMAC block within the Synopsys
  447. Designware Mobile Storage IP block. This disables the external DMA
  448. interface.
  449. config MMC_DW_PLTFM
  450. tristate "Synopsys Designware MCI Support as platform device"
  451. depends on MMC_DW
  452. default y
  453. help
  454. This selects the common helper functions support for Host Controller
  455. Interface based platform driver. Please select this option if the IP
  456. is present as a platform device. This is the common interface for the
  457. Synopsys Designware IP.
  458. If you have a controller with this interface, say Y or M here.
  459. If unsure, say Y.
  460. config MMC_DW_EXYNOS
  461. tristate "Exynos specific extensions for Synopsys DW Memory Card Interface"
  462. depends on MMC_DW
  463. select MMC_DW_PLTFM
  464. help
  465. This selects support for Samsung Exynos SoC specific extensions to the
  466. Synopsys DesignWare Memory Card Interface driver. Select this option
  467. for platforms based on Exynos4 and Exynos5 SoC's.
  468. config MMC_DW_SOCFPGA
  469. tristate "SOCFPGA specific extensions for Synopsys DW Memory Card Interface"
  470. depends on MMC_DW && MFD_SYSCON
  471. select MMC_DW_PLTFM
  472. help
  473. This selects support for Altera SoCFPGA specific extensions to the
  474. Synopsys DesignWare Memory Card Interface driver.
  475. config MMC_DW_K3
  476. tristate "K3 specific extensions for Synopsys DW Memory Card Interface"
  477. depends on MMC_DW
  478. select MMC_DW_PLTFM
  479. select MMC_DW_IDMAC
  480. help
  481. This selects support for Hisilicon K3 SoC specific extensions to the
  482. Synopsys DesignWare Memory Card Interface driver. Select this option
  483. for platforms based on Hisilicon K3 SoC's.
  484. config MMC_DW_PCI
  485. tristate "Synopsys Designware MCI support on PCI bus"
  486. depends on MMC_DW && PCI
  487. help
  488. This selects the PCI bus for the Synopsys Designware Mobile Storage IP.
  489. Select this option if the IP is present on PCI platform.
  490. If you have a controller with this interface, say Y or M here.
  491. If unsure, say N.
  492. config MMC_SH_MMCIF
  493. tristate "SuperH Internal MMCIF support"
  494. depends on MMC_BLOCK
  495. depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
  496. help
  497. This selects the MMC Host Interface controller (MMCIF).
  498. This driver supports MMCIF in sh7724/sh7757/sh7372.
  499. config MMC_JZ4740
  500. tristate "JZ4740 SD/Multimedia Card Interface support"
  501. depends on MACH_JZ4740
  502. help
  503. This selects support for the SD/MMC controller on Ingenic JZ4740
  504. SoCs.
  505. If you have a board based on such a SoC and with a SD/MMC slot,
  506. say Y or M here.
  507. config MMC_VUB300
  508. tristate "VUB300 USB to SDIO/SD/MMC Host Controller support"
  509. depends on USB
  510. help
  511. This selects support for Elan Digital Systems' VUB300 chip.
  512. The VUB300 is a USB-SDIO Host Controller Interface chip
  513. that enables the host computer to use SDIO/SD/MMC cards
  514. via a USB 2.0 or USB 1.1 host.
  515. The VUB300 chip will be found in both physically separate
  516. USB to SDIO/SD/MMC adapters and embedded on some motherboards.
  517. The VUB300 chip supports SD and MMC memory cards in addition
  518. to single and multifunction SDIO cards.
  519. Some SDIO cards will need a firmware file to be loaded and
  520. sent to VUB300 chip in order to achieve better data throughput.
  521. Download these "Offload Pseudocode" from Elan Digital Systems'
  522. web-site http://www.elandigitalsystems.com/support/downloads.php
  523. and put them in /lib/firmware. Note that without these additional
  524. firmware files the VUB300 chip will still function, but not at
  525. the best obtainable data rate.
  526. To compile this mmc host controller driver as a module,
  527. choose M here: the module will be called vub300.
  528. If you have a computer with an embedded VUB300 chip
  529. or if you intend connecting a USB adapter based on a
  530. VUB300 chip say Y or M here.
  531. config MMC_USHC
  532. tristate "USB SD Host Controller (USHC) support"
  533. depends on USB
  534. help
  535. This selects support for USB SD Host Controllers based on
  536. the Cypress Astoria chip with firmware compliant with CSR's
  537. USB SD Host Controller specification (CS-118793-SP).
  538. CSR boards with this device include: USB<>SDIO (M1985v2),
  539. and Ultrasira.
  540. Note: These controllers only support SDIO cards and do not
  541. support MMC or SD memory cards.
  542. config MMC_WMT
  543. tristate "Wondermedia SD/MMC Host Controller support"
  544. depends on ARCH_VT8500
  545. default y
  546. help
  547. This selects support for the SD/MMC Host Controller on
  548. Wondermedia WM8505/WM8650 based SoCs.
  549. To compile this driver as a module, choose M here: the
  550. module will be called wmt-sdmmc.
  551. config MMC_REALTEK_PCI
  552. tristate "Realtek PCI-E SD/MMC Card Interface Driver"
  553. depends on MFD_RTSX_PCI
  554. help
  555. Say Y here to include driver code to support SD/MMC card interface
  556. of Realtek PCI-E card reader