Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
[deliverable/linux.git] / 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
This page took 0.032341 seconds and 6 git commands to generate.