Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  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_PCI
  38. tristate "SDHCI support on PCI bus"
  39. depends on MMC_SDHCI && PCI
  40. help
  41. This selects the PCI Secure Digital Host Controller Interface.
  42. Most controllers found today are PCI devices.
  43. If you have a controller with this interface, say Y or M here.
  44. If unsure, say N.
  45. config MMC_RICOH_MMC
  46. tristate "Ricoh MMC Controller Disabler (EXPERIMENTAL)"
  47. depends on MMC_SDHCI_PCI
  48. help
  49. This selects the disabler for the Ricoh MMC Controller. This
  50. proprietary controller is unnecessary because the SDHCI driver
  51. supports MMC cards on the SD controller, but if it is not
  52. disabled, it will steal the MMC cards away - rendering them
  53. useless. It is safe to select this driver even if you don't
  54. have a Ricoh based card reader.
  55. To compile this driver as a module, choose M here:
  56. the module will be called ricoh_mmc.
  57. If unsure, say Y.
  58. config MMC_SDHCI_OF
  59. tristate "SDHCI support on OpenFirmware platforms"
  60. depends on MMC_SDHCI && PPC_OF
  61. select MMC_SDHCI_IO_ACCESSORS
  62. help
  63. This selects the OF support for Secure Digital Host Controller
  64. Interfaces. So far, only the Freescale eSDHC controller is known
  65. to exist on OF platforms.
  66. If unsure, say N.
  67. config MMC_SDHCI_PLTFM
  68. tristate "SDHCI support on the platform specific bus"
  69. depends on MMC_SDHCI
  70. help
  71. This selects the platform specific bus support for Secure Digital Host
  72. Controller Interface.
  73. If you have a controller with this interface, say Y or M here.
  74. If unsure, say N.
  75. config MMC_SDHCI_S3C
  76. tristate "SDHCI support on Samsung S3C SoC"
  77. depends on MMC_SDHCI && (PLAT_S3C24XX || PLAT_S3C64XX)
  78. help
  79. This selects the Secure Digital Host Controller Interface (SDHCI)
  80. often referrered to as the HSMMC block in some of the Samsung S3C
  81. range of SoC.
  82. Note, due to the problems with DMA, the DMA support is only
  83. available with CONFIG_EXPERIMENTAL is selected.
  84. If you have a controller with this interface, say Y or M here.
  85. If unsure, say N.
  86. config MMC_SDHCI_S3C_DMA
  87. bool "DMA support on S3C SDHCI"
  88. depends on MMC_SDHCI_S3C && EXPERIMENTAL
  89. help
  90. Enable DMA support on the Samsung S3C SDHCI glue. The DMA
  91. has proved to be problematic if the controller encounters
  92. certain errors, and thus should be treated with care.
  93. YMMV.
  94. config MMC_OMAP
  95. tristate "TI OMAP Multimedia Card Interface support"
  96. depends on ARCH_OMAP
  97. select TPS65010 if MACH_OMAP_H2
  98. help
  99. This selects the TI OMAP Multimedia card Interface.
  100. If you have an OMAP board with a Multimedia Card slot,
  101. say Y or M here.
  102. If unsure, say N.
  103. config MMC_OMAP_HS
  104. tristate "TI OMAP High Speed Multimedia Card Interface support"
  105. depends on ARCH_OMAP2430 || ARCH_OMAP3 || ARCH_OMAP4
  106. help
  107. This selects the TI OMAP High Speed Multimedia card Interface.
  108. If you have an OMAP2430 or OMAP3 board or OMAP4 board with a
  109. Multimedia Card slot, say Y or M here.
  110. If unsure, say N.
  111. config MMC_WBSD
  112. tristate "Winbond W83L51xD SD/MMC Card Interface support"
  113. depends on ISA_DMA_API
  114. help
  115. This selects the Winbond(R) W83L51xD Secure digital and
  116. Multimedia card Interface.
  117. If you have a machine with a integrated W83L518D or W83L519D
  118. SD/MMC card reader, say Y or M here.
  119. If unsure, say N.
  120. config MMC_AU1X
  121. tristate "Alchemy AU1XX0 MMC Card Interface support"
  122. depends on SOC_AU1200
  123. help
  124. This selects the AMD Alchemy(R) Multimedia card interface.
  125. If you have a Alchemy platform with a MMC slot, say Y or M here.
  126. If unsure, say N.
  127. choice
  128. prompt "Atmel SD/MMC Driver"
  129. default MMC_ATMELMCI if AVR32
  130. help
  131. Choose which driver to use for the Atmel MCI Silicon
  132. config MMC_AT91
  133. tristate "AT91 SD/MMC Card Interface support"
  134. depends on ARCH_AT91
  135. help
  136. This selects the AT91 MCI controller.
  137. If unsure, say N.
  138. config MMC_ATMELMCI
  139. tristate "Atmel Multimedia Card Interface support"
  140. depends on AVR32 || ARCH_AT91
  141. help
  142. This selects the Atmel Multimedia Card Interface driver. If
  143. you have an AT32 (AVR32) or AT91 platform with a Multimedia
  144. Card slot, say Y or M here.
  145. If unsure, say N.
  146. endchoice
  147. config MMC_ATMELMCI_DMA
  148. bool "Atmel MCI DMA support (EXPERIMENTAL)"
  149. depends on MMC_ATMELMCI && AVR32 && DMA_ENGINE && EXPERIMENTAL
  150. help
  151. Say Y here to have the Atmel MCI driver use a DMA engine to
  152. do data transfers and thus increase the throughput and
  153. reduce the CPU utilization. Note that this is highly
  154. experimental and may cause the driver to lock up.
  155. If unsure, say N.
  156. config MMC_IMX
  157. tristate "Motorola i.MX Multimedia Card Interface support"
  158. depends on ARCH_MX1
  159. help
  160. This selects the Motorola i.MX Multimedia card Interface.
  161. If you have a i.MX platform with a Multimedia Card slot,
  162. say Y or M here.
  163. If unsure, say N.
  164. config MMC_MSM7X00A
  165. tristate "Qualcomm MSM 7X00A SDCC Controller Support"
  166. depends on MMC && ARCH_MSM
  167. help
  168. This provides support for the SD/MMC cell found in the
  169. MSM 7X00A controllers from Qualcomm.
  170. config MMC_MXC
  171. tristate "Freescale i.MX2/3 Multimedia Card Interface support"
  172. depends on ARCH_MXC
  173. help
  174. This selects the Freescale i.MX2/3 Multimedia card Interface.
  175. If you have a i.MX platform with a Multimedia Card slot,
  176. say Y or M here.
  177. If unsure, say N.
  178. config MMC_TIFM_SD
  179. tristate "TI Flash Media MMC/SD Interface support (EXPERIMENTAL)"
  180. depends on EXPERIMENTAL && PCI
  181. select TIFM_CORE
  182. help
  183. Say Y here if you want to be able to access MMC/SD cards with
  184. the Texas Instruments(R) Flash Media card reader, found in many
  185. laptops.
  186. This option 'selects' (turns on, enables) 'TIFM_CORE', but you
  187. probably also need appropriate card reader host adapter, such as
  188. 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
  189. (TIFM_7XX1)'.
  190. To compile this driver as a module, choose M here: the
  191. module will be called tifm_sd.
  192. config MMC_MVSDIO
  193. tristate "Marvell MMC/SD/SDIO host driver"
  194. depends on PLAT_ORION
  195. ---help---
  196. This selects the Marvell SDIO host driver.
  197. SDIO may currently be found on the Kirkwood 88F6281 and 88F6192
  198. SoC controllers.
  199. To compile this driver as a module, choose M here: the
  200. module will be called mvsdio.
  201. config MMC_SPI
  202. tristate "MMC/SD/SDIO over SPI"
  203. depends on SPI_MASTER && !HIGHMEM && HAS_DMA
  204. select CRC7
  205. select CRC_ITU_T
  206. help
  207. Some systems access MMC/SD/SDIO cards using a SPI controller
  208. instead of using a "native" MMC/SD/SDIO controller. This has a
  209. disadvantage of being relatively high overhead, but a compensating
  210. advantage of working on many systems without dedicated MMC/SD/SDIO
  211. controllers.
  212. If unsure, or if your system has no SPI master driver, say N.
  213. config MMC_S3C
  214. tristate "Samsung S3C SD/MMC Card Interface support"
  215. depends on ARCH_S3C2410
  216. help
  217. This selects a driver for the MCI interface found in
  218. Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
  219. If you have a board based on one of those and a MMC/SD
  220. slot, say Y or M here.
  221. If unsure, say N.
  222. config MMC_S3C_HW_SDIO_IRQ
  223. bool "Hardware support for SDIO IRQ"
  224. depends on MMC_S3C
  225. help
  226. Enable the hardware support for SDIO interrupts instead of using
  227. the generic polling code.
  228. choice
  229. prompt "Samsung S3C SD/MMC transfer code"
  230. depends on MMC_S3C
  231. config MMC_S3C_PIO
  232. bool "Use PIO transfers only"
  233. help
  234. Use PIO to transfer data between memory and the hardware.
  235. PIO is slower than DMA as it requires CPU instructions to
  236. move the data. This has been the traditional default for
  237. the S3C MCI driver.
  238. config MMC_S3C_DMA
  239. bool "Use DMA transfers only (EXPERIMENTAL)"
  240. depends on EXPERIMENTAL
  241. help
  242. Use DMA to transfer data between memory and the hardare.
  243. Currently, the DMA support in this driver seems to not be
  244. working properly and needs to be debugged before this
  245. option is useful.
  246. config MMC_S3C_PIODMA
  247. bool "Support for both PIO and DMA (EXPERIMENTAL)"
  248. help
  249. Compile both the PIO and DMA transfer routines into the
  250. driver and let the platform select at run-time which one
  251. is best.
  252. See notes for the DMA option.
  253. endchoice
  254. config MMC_SDRICOH_CS
  255. tristate "MMC/SD driver for Ricoh Bay1Controllers (EXPERIMENTAL)"
  256. depends on EXPERIMENTAL && PCI && PCMCIA
  257. help
  258. Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA
  259. card whenever you insert a MMC or SD card into the card slot.
  260. To compile this driver as a module, choose M here: the
  261. module will be called sdricoh_cs.
  262. config MMC_TMIO
  263. tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
  264. depends on MFD_TMIO || MFD_ASIC3
  265. help
  266. This provides support for the SD/MMC cell found in TC6393XB,
  267. T7L66XB and also HTC ASIC3
  268. config MMC_CB710
  269. tristate "ENE CB710 MMC/SD Interface support"
  270. depends on PCI
  271. select CB710_CORE
  272. help
  273. This option enables support for MMC/SD part of ENE CB710/720 Flash
  274. memory card reader found in some laptops (ie. some versions of
  275. HP Compaq nx9500).
  276. This driver can also be built as a module. If so, the module
  277. will be called cb710-mmc.
  278. config MMC_VIA_SDMMC
  279. tristate "VIA SD/MMC Card Reader Driver"
  280. depends on PCI
  281. help
  282. This selects the VIA SD/MMC Card Reader driver, say Y or M here.
  283. VIA provides one multi-functional card reader which integrated into
  284. some motherboards manufactured by VIA. This card reader supports
  285. SD/MMC/SDHC.
  286. If you have a controller with this interface, say Y or M here.
  287. If unsure, say N.