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