Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. #
  2. # MMC/SD host controller drivers
  3. #
  4. comment "MMC/SD 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 (EXPERIMENTAL)"
  23. depends on PCI && EXPERIMENTAL
  24. help
  25. This select 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.
  29. If unsure, say N.
  30. config MMC_OMAP
  31. tristate "TI OMAP Multimedia Card Interface support"
  32. depends on ARCH_OMAP
  33. select TPS65010 if MACH_OMAP_H2
  34. help
  35. This selects the TI OMAP Multimedia card Interface.
  36. If you have an OMAP board with a Multimedia Card slot,
  37. say Y or M here.
  38. If unsure, say N.
  39. config MMC_WBSD
  40. tristate "Winbond W83L51xD SD/MMC Card Interface support"
  41. depends on ISA_DMA_API
  42. help
  43. This selects the Winbond(R) W83L51xD Secure digital and
  44. Multimedia card Interface.
  45. If you have a machine with a integrated W83L518D or W83L519D
  46. SD/MMC card reader, say Y or M here.
  47. If unsure, say N.
  48. config MMC_AU1X
  49. tristate "Alchemy AU1XX0 MMC Card Interface support"
  50. depends on SOC_AU1200
  51. help
  52. This selects the AMD Alchemy(R) Multimedia card interface.
  53. If you have a Alchemy platform with a MMC slot, say Y or M here.
  54. If unsure, say N.
  55. config MMC_AT91
  56. tristate "AT91 SD/MMC Card Interface support"
  57. depends on ARCH_AT91
  58. help
  59. This selects the AT91 MCI controller.
  60. If unsure, say N.
  61. config MMC_IMX
  62. tristate "Motorola i.MX Multimedia Card Interface support"
  63. depends on ARCH_IMX
  64. help
  65. This selects the Motorola i.MX Multimedia card Interface.
  66. If you have a i.MX platform with a Multimedia Card slot,
  67. say Y or M here.
  68. If unsure, say N.
  69. config MMC_TIFM_SD
  70. tristate "TI Flash Media MMC/SD Interface support (EXPERIMENTAL)"
  71. depends on EXPERIMENTAL && PCI
  72. select TIFM_CORE
  73. help
  74. Say Y here if you want to be able to access MMC/SD cards with
  75. the Texas Instruments(R) Flash Media card reader, found in many
  76. laptops.
  77. This option 'selects' (turns on, enables) 'TIFM_CORE', but you
  78. probably also need appropriate card reader host adapter, such as
  79. 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
  80. (TIFM_7XX1)'.
  81. To compile this driver as a module, choose M here: the
  82. module will be called tifm_sd.