home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / mmc / Kconfig next >
Encoding:
Text File  |  2006-08-11  |  2.8 KB  |  103 lines

  1. #
  2. # MMC subsystem configuration
  3. #
  4.  
  5. menu "MMC/SD Card support"
  6.  
  7. config MMC
  8.     tristate "MMC support"
  9.     help
  10.       MMC is the "multi-media card" bus protocol.
  11.  
  12.       If you want MMC support, you should say Y here and also
  13.       to the specific driver for your MMC interface.
  14.  
  15. config MMC_DEBUG
  16.     bool "MMC debugging"
  17.     depends on MMC != n
  18.     help
  19.       This is an option for use by developers; most people should
  20.       say N here.  This enables MMC core and driver debugging.
  21.  
  22. config MMC_ARMMMCI
  23.     tristate "ARM AMBA Multimedia Card Interface support"
  24.     depends on ARM_AMBA && MMC
  25.     help
  26.       This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
  27.       Interface (PL180 and PL181) support.  If you have an ARM(R)
  28.       platform with a Multimedia Card slot, say Y or M here.
  29.  
  30.       If unsure, say N.
  31.  
  32. config MMC_PXA
  33.     tristate "Intel PXA255 Multimedia Card Interface support"
  34.     depends on ARCH_PXA && MMC
  35.     help
  36.       This selects the Intel(R) PXA(R) Multimedia card Interface.
  37.       If you have a PXA(R) platform with a Multimedia Card slot,
  38.       say Y or M here.
  39.  
  40.       If unsure, say N.
  41.  
  42. config MMC_SDHCI
  43.     tristate "Secure Digital Host Controller Interface support  (EXPERIMENTAL)"
  44.     depends on PCI && MMC && EXPERIMENTAL
  45.     help
  46.       This select the generic Secure Digital Host Controller Interface.
  47.       It is used by manufacturers such as Texas Instruments(R), Ricoh(R)
  48.       and Toshiba(R). Most controllers found in laptops are of this type.
  49.       If you have a controller with this interface, say Y or M here.
  50.  
  51.       If unsure, say N.
  52.  
  53. config MMC_OMAP
  54.     tristate "TI OMAP Multimedia Card Interface support"
  55.     depends on ARCH_OMAP && MMC
  56.     select TPS65010 if MACH_OMAP_H2
  57.     help
  58.       This selects the TI OMAP Multimedia card Interface.
  59.       If you have an OMAP board with a Multimedia Card slot,
  60.       say Y or M here.
  61.  
  62.       If unsure, say N.
  63.  
  64. config MMC_WBSD
  65.     tristate "Winbond W83L51xD SD/MMC Card Interface support"
  66.     depends on MMC && ISA_DMA_API
  67.     help
  68.       This selects the Winbond(R) W83L51xD Secure digital and
  69.           Multimedia card Interface.
  70.       If you have a machine with a integrated W83L518D or W83L519D
  71.       SD/MMC card reader, say Y or M here.
  72.  
  73.       If unsure, say N.
  74.  
  75. config MMC_AU1X
  76.     tristate "Alchemy AU1XX0 MMC Card Interface support"
  77.     depends on MMC && SOC_AU1200
  78.     help
  79.       This selects the AMD Alchemy(R) Multimedia card interface.
  80.       If you have a Alchemy platform with a MMC slot, say Y or M here.
  81.  
  82.       If unsure, say N.
  83.  
  84. config MMC_AT91RM9200
  85.     tristate "AT91RM9200 SD/MMC Card Interface support"
  86.     depends on ARCH_AT91RM9200 && MMC
  87.     help
  88.       This selects the AT91RM9200 MCI controller.
  89.  
  90.       If unsure, say N.
  91.  
  92. config MMC_IMX
  93.     tristate "Motorola i.MX Multimedia Card Interface support"
  94.     depends on ARCH_IMX && MMC
  95.     help
  96.       This selects the Motorola i.MX Multimedia card Interface.
  97.       If you have a i.MX platform with a Multimedia Card slot,
  98.       say Y or M here.
  99.  
  100.       If unsure, say N.
  101.  
  102. endmenu
  103.