Kconfig 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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_OMAP
  68. tristate "TI OMAP Multimedia Card Interface support"
  69. depends on ARCH_OMAP
  70. select TPS65010 if MACH_OMAP_H2
  71. help
  72. This selects the TI OMAP Multimedia card Interface.
  73. If you have an OMAP board with a Multimedia Card slot,
  74. say Y or M here.
  75. If unsure, say N.
  76. config MMC_OMAP_HS
  77. tristate "TI OMAP High Speed Multimedia Card Interface support"
  78. depends on ARCH_OMAP2430 || ARCH_OMAP3
  79. help
  80. This selects the TI OMAP High Speed Multimedia card Interface.
  81. If you have an OMAP2430 or OMAP3 board with a Multimedia Card slot,
  82. say Y or M here.
  83. If unsure, say N.
  84. config MMC_WBSD
  85. tristate "Winbond W83L51xD SD/MMC Card Interface support"
  86. depends on ISA_DMA_API
  87. help
  88. This selects the Winbond(R) W83L51xD Secure digital and
  89. Multimedia card Interface.
  90. If you have a machine with a integrated W83L518D or W83L519D
  91. SD/MMC card reader, say Y or M here.
  92. If unsure, say N.
  93. config MMC_AU1X
  94. tristate "Alchemy AU1XX0 MMC Card Interface support"
  95. depends on SOC_AU1200
  96. help
  97. This selects the AMD Alchemy(R) Multimedia card interface.
  98. If you have a Alchemy platform with a MMC slot, say Y or M here.
  99. If unsure, say N.
  100. config MMC_AT91
  101. tristate "AT91 SD/MMC Card Interface support"
  102. depends on ARCH_AT91
  103. help
  104. This selects the AT91 MCI controller.
  105. If unsure, say N.
  106. config MMC_ATMELMCI
  107. tristate "Atmel Multimedia Card Interface support"
  108. depends on AVR32
  109. help
  110. This selects the Atmel Multimedia Card Interface driver. If
  111. you have an AT32 (AVR32) platform with a Multimedia Card
  112. slot, say Y or M here.
  113. If unsure, say N.
  114. config MMC_ATMELMCI_DMA
  115. bool "Atmel MCI DMA support (EXPERIMENTAL)"
  116. depends on MMC_ATMELMCI && DMA_ENGINE && EXPERIMENTAL
  117. help
  118. Say Y here to have the Atmel MCI driver use a DMA engine to
  119. do data transfers and thus increase the throughput and
  120. reduce the CPU utilization. Note that this is highly
  121. experimental and may cause the driver to lock up.
  122. If unsure, say N.
  123. config MMC_IMX
  124. tristate "Motorola i.MX Multimedia Card Interface support"
  125. depends on ARCH_IMX
  126. help
  127. This selects the Motorola i.MX Multimedia card Interface.
  128. If you have a i.MX platform with a Multimedia Card slot,
  129. say Y or M here.
  130. If unsure, say N.
  131. config MMC_MXC
  132. tristate "Freescale i.MX2/3 Multimedia Card Interface support"
  133. depends on ARCH_MXC
  134. help
  135. This selects the Freescale i.MX2/3 Multimedia card Interface.
  136. If you have a i.MX platform with a Multimedia Card slot,
  137. say Y or M here.
  138. If unsure, say N.
  139. config MMC_TIFM_SD
  140. tristate "TI Flash Media MMC/SD Interface support (EXPERIMENTAL)"
  141. depends on EXPERIMENTAL && PCI
  142. select TIFM_CORE
  143. help
  144. Say Y here if you want to be able to access MMC/SD cards with
  145. the Texas Instruments(R) Flash Media card reader, found in many
  146. laptops.
  147. This option 'selects' (turns on, enables) 'TIFM_CORE', but you
  148. probably also need appropriate card reader host adapter, such as
  149. 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
  150. (TIFM_7XX1)'.
  151. To compile this driver as a module, choose M here: the
  152. module will be called tifm_sd.
  153. config MMC_MVSDIO
  154. tristate "Marvell MMC/SD/SDIO host driver"
  155. depends on PLAT_ORION
  156. ---help---
  157. This selects the Marvell SDIO host driver.
  158. SDIO may currently be found on the Kirkwood 88F6281 and 88F6192
  159. SoC controllers.
  160. To compile this driver as a module, choose M here: the
  161. module will be called mvsdio.
  162. config MMC_SPI
  163. tristate "MMC/SD/SDIO over SPI"
  164. depends on SPI_MASTER && !HIGHMEM && HAS_DMA
  165. select CRC7
  166. select CRC_ITU_T
  167. help
  168. Some systems access MMC/SD/SDIO cards using a SPI controller
  169. instead of using a "native" MMC/SD/SDIO controller. This has a
  170. disadvantage of being relatively high overhead, but a compensating
  171. advantage of working on many systems without dedicated MMC/SD/SDIO
  172. controllers.
  173. If unsure, or if your system has no SPI master driver, say N.
  174. config MMC_S3C
  175. tristate "Samsung S3C SD/MMC Card Interface support"
  176. depends on ARCH_S3C2410
  177. help
  178. This selects a driver for the MCI interface found in
  179. Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
  180. If you have a board based on one of those and a MMC/SD
  181. slot, say Y or M here.
  182. If unsure, say N.
  183. config MMC_SDRICOH_CS
  184. tristate "MMC/SD driver for Ricoh Bay1Controllers (EXPERIMENTAL)"
  185. depends on EXPERIMENTAL && PCI && PCMCIA
  186. help
  187. Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA
  188. card whenever you insert a MMC or SD card into the card slot.
  189. To compile this driver as a module, choose M here: the
  190. module will be called sdricoh_cs.
  191. config MMC_TMIO
  192. tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
  193. depends on MFD_TMIO
  194. help
  195. This provides support for the SD/MMC cell found in TC6393XB,
  196. T7L66XB and also ipaq ASIC3