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 |
| 6 | tristate "MMC/SD 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 |
| 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 | |
| 14 | config 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 Engelhardt | 790864d | 2007-05-08 22:30:32 +0200 | [diff] [blame] | 21 | if MMC |
| 22 | |
Pierre Ossman | 6abaa0c | 2007-05-01 16:00:02 +0200 | [diff] [blame] | 23 | source "drivers/mmc/core/Kconfig" |
| 24 | |
Pierre Ossman | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame] | 25 | source "drivers/mmc/card/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | |
Pierre Ossman | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame] | 27 | source "drivers/mmc/host/Kconfig" |
Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 28 | |
Jan Engelhardt | 790864d | 2007-05-08 22:30:32 +0200 | [diff] [blame] | 29 | endif # MMC |