Kconfig 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #
  2. # MMC subsystem configuration
  3. #
  4. menu "MMC/SD Card support"
  5. config MMC
  6. tristate "MMC support"
  7. help
  8. MMC is the "multi-media card" bus protocol.
  9. If you want MMC support, you should say Y here and also
  10. to the specific driver for your MMC interface.
  11. config MMC_DEBUG
  12. bool "MMC debugging"
  13. depends on MMC != n
  14. help
  15. This is an option for use by developers; most people should
  16. say N here. This enables MMC core and driver debugging.
  17. config MMC_BLOCK
  18. tristate "MMC block device driver"
  19. depends on MMC
  20. default y
  21. help
  22. Say Y here to enable the MMC block device driver support.
  23. This provides a block device driver, which you can use to
  24. mount the filesystem. Almost everyone wishing MMC support
  25. should say Y or M here.
  26. config MMC_ARMMMCI
  27. tristate "ARM AMBA Multimedia Card Interface support"
  28. depends on ARM_AMBA && MMC
  29. help
  30. This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
  31. Interface (PL180 and PL181) support. If you have an ARM(R)
  32. platform with a Multimedia Card slot, say Y or M here.
  33. If unsure, say N.
  34. config MMC_PXA
  35. tristate "Intel PXA255 Multimedia Card Interface support"
  36. depends on ARCH_PXA && MMC
  37. help
  38. This selects the Intel(R) PXA(R) Multimedia card Interface.
  39. If you have a PXA(R) platform with a Multimedia Card slot,
  40. say Y or M here.
  41. If unsure, say N.
  42. config MMC_WBSD
  43. tristate "Winbond W83L51xD SD/MMC Card Interface support"
  44. depends on MMC && ISA_DMA_API
  45. help
  46. This selects the Winbond(R) W83L51xD Secure digital and
  47. Multimedia card Interface.
  48. If you have a machine with a integrated W83L518D or W83L519D
  49. SD/MMC card reader, say Y or M here.
  50. If unsure, say N.
  51. config MMC_AU1X
  52. tristate "Alchemy AU1XX0 MMC Card Interface support"
  53. depends on SOC_AU1X00 && MMC
  54. help
  55. This selects the AMD Alchemy(R) Multimedia card interface.
  56. iIf you have a Alchemy platform with a MMC slot, say Y or M here.
  57. If unsure, say N.
  58. endmenu