# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_MMC[0m subsystem configuration # menuconfig [31mCONFIG_MMC[0m tristate "MMC/SD/SDIO card support" depends on [31mCONFIG_HAS_IOMEM[0m help This selects MultiMediaCard, Secure Digital and Secure Digital I/O support. If you want [31mCONFIG_MMC[0m/SD/SDIO support, you should say Y here and also to your specific host controller driver. if [31mCONFIG_MMC[0m source "drivers/mmc/core/Kconfig" source "drivers/mmc/host/Kconfig" endif # [31mCONFIG_MMC[0m |