RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / drivers / mmc / Kconfig
blobc0b41e8bcd9d9311cef9976ca38e968746d72167
2 # MMC subsystem configuration
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.
11           If you want MMC support, you should say Y here and also
12           to the specific driver for your MMC interface.
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.
21 if MMC
23 source "drivers/mmc/core/Kconfig"
25 source "drivers/mmc/card/Kconfig"
27 source "drivers/mmc/host/Kconfig"
29 endif # MMC