Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
[deliverable/linux.git] / drivers / mmc / Kconfig
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 source "drivers/mmc/core/Kconfig"
23
24 source "drivers/mmc/card/Kconfig"
25
26 source "drivers/mmc/host/Kconfig"
27
28 endmenu
This page took 0.032196 seconds and 6 git commands to generate.