]>
Commit | Line | Data |
---|---|---|
1da177e4 LT |
1 | # |
2 | # MMC subsystem configuration | |
3 | # | |
4 | ||
790864dc | 5 | menuconfig MMC |
57105737 | 6 | tristate "MMC/SD/SDIO card support" |
e25df120 | 7 | depends on HAS_IOMEM |
1da177e4 | 8 | help |
57105737 PO |
9 | This selects MultiMediaCard, Secure Digital and Secure |
10 | Digital I/O support. | |
1da177e4 | 11 | |
57105737 PO |
12 | If you want MMC/SD/SDIO support, you should say Y here and |
13 | also to your specific host controller driver. | |
1da177e4 LT |
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 | ||
790864dc JE |
22 | if MMC |
23 | ||
6abaa0c9 PO |
24 | source "drivers/mmc/core/Kconfig" |
25 | ||
1c6a0718 | 26 | source "drivers/mmc/card/Kconfig" |
f9565129 | 27 | |
1c6a0718 | 28 | source "drivers/mmc/host/Kconfig" |
f9565129 | 29 | |
790864dc | 30 | endif # MMC |