| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame^] | 1 | # |
| 2 | # MMC subsystem configuration | ||||
| 3 | # | ||||
| 4 | |||||
| 5 | menuconfig MMC | ||||
| 6 | tristate "MMC/SD/SDIO card support" | ||||
| 7 | depends on HAS_IOMEM | ||||
| 8 | help | ||||
| 9 | This selects MultiMediaCard, Secure Digital and Secure | ||||
| 10 | Digital I/O support. | ||||
| 11 | |||||
| 12 | If you want MMC/SD/SDIO support, you should say Y here and | ||||
| 13 | also to your specific host controller driver. | ||||
| 14 | |||||
| 15 | if MMC | ||||
| 16 | |||||
| 17 | source "drivers/mmc/core/Kconfig" | ||||
| 18 | |||||
| 19 | source "drivers/mmc/host/Kconfig" | ||||
| 20 | |||||
| 21 | endif # MMC | ||||