# # [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. config [31mCONFIG_MMC_DEBUG[0m bool "MMC debugging" depends on [31mCONFIG_MMC[0m != n help This is an option for use by developers; most people should say N here. This enables [31mCONFIG_MMC[0m core and driver debugging. if [31mCONFIG_MMC[0m source "drivers/mmc/core/Kconfig" source "drivers/mmc/host/Kconfig" endif # [31mCONFIG_MMC[0m |