Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # MMC subsystem configuration |
| 3 | # |
| 4 | |
| 5 | menu "MMC/SD Card support" |
| 6 | |
| 7 | config MMC |
| 8 | tristate "MMC support" |
| 9 | help |
| 10 | MMC is the "multi-media card" bus protocol. |
| 11 | |
| 12 | If you want MMC support, you should say Y here and also |
| 13 | to the specific driver for your MMC interface. |
| 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 | |
Pierre Ossman | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame^] | 22 | source "drivers/mmc/card/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | |
Pierre Ossman | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame^] | 24 | source "drivers/mmc/host/Kconfig" |
Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 25 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | endmenu |