blob: c0b41e8bcd9d9311cef9976ca38e968746d72167 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# MMC subsystem configuration
3#
4
Jan Engelhardt790864d2007-05-08 22:30:32 +02005menuconfig MMC
6 tristate "MMC/SD card support"
Martin Schwidefskye25df122007-05-10 15:45:57 +02007 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 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
14config 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
Jan Engelhardt790864d2007-05-08 22:30:32 +020021if MMC
22
Pierre Ossman6abaa0c2007-05-01 16:00:02 +020023source "drivers/mmc/core/Kconfig"
24
Pierre Ossman1c6a0712007-02-11 19:57:36 +010025source "drivers/mmc/card/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070026
Pierre Ossman1c6a0712007-02-11 19:57:36 +010027source "drivers/mmc/host/Kconfig"
Alex Dubovf9565122006-10-04 02:15:38 -070028
Jan Engelhardt790864d2007-05-08 22:30:32 +020029endif # MMC