ccwgroup: move attributes to attribute group
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / mmc / Kconfig
blobf2eeb38efa653387b42cb8bf9ccc0ba4e0f17969
2 # MMC subsystem configuration
5 menuconfig MMC
6         tristate "MMC/SD/SDIO card support"
7         depends on HAS_IOMEM
8         help
9           This selects MultiMediaCard, Secure Digital and Secure
10           Digital I/O support.
12           If you want MMC/SD/SDIO support, you should say Y here and
13           also to your specific host controller driver.
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.
22 if MMC
24 source "drivers/mmc/core/Kconfig"
26 source "drivers/mmc/card/Kconfig"
28 source "drivers/mmc/host/Kconfig"
30 endif # MMC