MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / drivers / mmc.old / Kconfig
blob75e4493ac4f64d2466f80905708b306b50c89f7c
2 # MMC subsystem configuration
5 menu "MMC/SD Card support"
7 config MMC
8         tristate "MMC support"
9         help
10           MMC is the "multi-media card" bus protocol.
12           If you want MMC support, you should say Y here and also
13           to the specific driver for your MMC interface.
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.
22 config MMC_BLOCK
23         tristate "MMC block device driver"
24         depends on MMC
25         default y
26         help
27           Say Y here to enable the MMC block device driver support.
28           This provides a block device driver, which you can use to
29           mount the filesystem. Almost everyone wishing MMC support
30           should say Y or M here.
32 config MMC_ARMMMCI
33         tristate "ARM AMBA Multimedia Card Interface support"
34         depends on ARM_AMBA && MMC
35         help
36           This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
37           Interface (PL180 and PL181) support.  If you have an ARM(R)
38           platform with a Multimedia Card slot, say Y or M here.
40           If unsure, say N.
42 config MMC_PXA
43         tristate "Intel PXA255 Multimedia Card Interface support"
44         depends on ARCH_PXA && MMC
45         help
46           This selects the Intel(R) PXA(R) Multimedia card Interface.
47           If you have a PXA(R) platform with a Multimedia Card slot,
48           say Y or M here.
50           If unsure, say N.
52 config MMC_WBSD
53         tristate "Winbond W83L51xD SD/MMC Card Interface support"
54         depends on MMC && ISA_DMA_API
55         help
56           This selects the Winbond(R) W83L51xD Secure digital and
57           Multimedia card Interface.
58           If you have a machine with a integrated W83L518D or W83L519D
59           SD/MMC card reader, say Y or M here.
61           If unsure, say N.
63 config MMC_MOXACPU
64         tristate "Moxa CPU SD/Multimedia Card Interface support"
65         depends on ARCH_MOXACPU && MMC
66         help
67           This selects the Moxa(R) CPU(R) SD/Multimedia card Interface.
68           If you have a Moxa(R) CPU platform with a SD/Multimedia Card slot,
69           say Y or M here.
71           If unsure, say N.
73 endmenu