blob: 91165514156ea9bd75f1a409a2c08dfcec62d1ad [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
Pierre Ossman57105732008-09-07 13:16:58 +02006 tristate "MMC/SD/SDIO card support"
Martin Schwidefskye25df122007-05-10 15:45:57 +02007 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 help
Pierre Ossman57105732008-09-07 13:16:58 +02009 This selects MultiMediaCard, Secure Digital and Secure
10 Digital I/O support.
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
Pierre Ossman57105732008-09-07 13:16:58 +020012 If you want MMC/SD/SDIO support, you should say Y here and
13 also to your specific host controller driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
15config 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.
21
Aparna Mallavarapueb2bbc02010-06-11 18:13:05 +053022config MMC_PERF_PROFILING
23 bool "MMC performance profiling"
24 depends on MMC != n
25 default n
26 help
27 If you say Y here, support will be added for collecting
28 performance numbers at the MMC Queue and Host layers.
29
Jan Engelhardt790864d2007-05-08 22:30:32 +020030if MMC
31
Pierre Ossman6abaa0c2007-05-01 16:00:02 +020032source "drivers/mmc/core/Kconfig"
33
Pierre Ossman1c6a0712007-02-11 19:57:36 +010034source "drivers/mmc/card/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070035
Pierre Ossman1c6a0712007-02-11 19:57:36 +010036source "drivers/mmc/host/Kconfig"
Alex Dubovf9565122006-10-04 02:15:38 -070037
Jan Engelhardt790864d2007-05-08 22:30:32 +020038endif # MMC