Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # MMC subsystem configuration |
| 3 | # |
| 4 | |
Jan Engelhardt | 790864d | 2007-05-08 22:30:32 +0200 | [diff] [blame] | 5 | menuconfig MMC |
Pierre Ossman | 5710573 | 2008-09-07 13:16:58 +0200 | [diff] [blame] | 6 | tristate "MMC/SD/SDIO card support" |
Martin Schwidefsky | e25df12 | 2007-05-10 15:45:57 +0200 | [diff] [blame] | 7 | depends on HAS_IOMEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | help |
Pierre Ossman | 5710573 | 2008-09-07 13:16:58 +0200 | [diff] [blame] | 9 | This selects MultiMediaCard, Secure Digital and Secure |
| 10 | Digital I/O support. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
Pierre Ossman | 5710573 | 2008-09-07 13:16:58 +0200 | [diff] [blame] | 12 | If you want MMC/SD/SDIO support, you should say Y here and |
| 13 | also to your specific host controller driver. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | |
| 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. |
| 21 | |
Aparna Mallavarapu | eb2bbc0 | 2010-06-11 18:13:05 +0530 | [diff] [blame] | 22 | config 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 Engelhardt | 790864d | 2007-05-08 22:30:32 +0200 | [diff] [blame] | 30 | if MMC |
| 31 | |
Pierre Ossman | 6abaa0c | 2007-05-01 16:00:02 +0200 | [diff] [blame] | 32 | source "drivers/mmc/core/Kconfig" |
| 33 | |
Pierre Ossman | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame] | 34 | source "drivers/mmc/card/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | |
Pierre Ossman | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame] | 36 | source "drivers/mmc/host/Kconfig" |
Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 37 | |
Jan Engelhardt | 790864d | 2007-05-08 22:30:32 +0200 | [diff] [blame] | 38 | endif # MMC |