MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / drivers / mmc / Kconfig
blobad700e27fe704717d86bffcbba81b9efbb3ef193
2 # MMC subsystem configuration
5 menu "MMC/SD Card support
7 config MMC
8         tristate "MMC/SD card 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.
23 source "drivers/mmc/core/Kconfig"
25 source "drivers/mmc/card/Kconfig"
27 source "drivers/mmc/host/Kconfig"
30 endmenu