mmc: Use menuconfig objects
[safe/jmp/linux-2.6] / drivers / mmc / Kconfig
1 #
2 # MMC subsystem configuration
3 #
4
5 menuconfig MMC
6         tristate "MMC/SD card support"
7         help
8           MMC is the "multi-media card" bus protocol.
9
10           If you want MMC support, you should say Y here and also
11           to the specific driver for your MMC interface.
12
13 config MMC_DEBUG
14         bool "MMC debugging"
15         depends on MMC != n
16         help
17           This is an option for use by developers; most people should
18           say N here.  This enables MMC core and driver debugging.
19
20 if MMC
21
22 source "drivers/mmc/core/Kconfig"
23
24 source "drivers/mmc/card/Kconfig"
25
26 source "drivers/mmc/host/Kconfig"
27
28 endif # MMC