blob: 45b7d53b949c00f9ff187bb24215145cc2abd7a6 [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"
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 help
8 MMC is the "multi-media card" bus protocol.
9
10 If you want MMC support, you should say Y here and also
11 to the specific driver for your MMC interface.
12
13config MMC_DEBUG
14 bool "MMC debugging"
15 depends on MMC != n
16 help
17 This is an option for use by developers; most people should
18 say N here. This enables MMC core and driver debugging.
19
Jan Engelhardt790864d2007-05-08 22:30:32 +020020if MMC
21
Pierre Ossman6abaa0c2007-05-01 16:00:02 +020022source "drivers/mmc/core/Kconfig"
23
Pierre Ossman1c6a0712007-02-11 19:57:36 +010024source "drivers/mmc/card/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070025
Pierre Ossman1c6a0712007-02-11 19:57:36 +010026source "drivers/mmc/host/Kconfig"
Alex Dubovf9565122006-10-04 02:15:38 -070027
Jan Engelhardt790864d2007-05-08 22:30:32 +020028endif # MMC