brintos

brintos / linux-shallow public Read only

0
0
Text · 440 B · 2436eb4 Raw
23 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# MMC subsystem configuration4#5 6menuconfig MMC7	tristate "MMC/SD/SDIO card support"8	depends on HAS_IOMEM9	help10	  This selects MultiMediaCard, Secure Digital and Secure11	  Digital I/O support.12 13	  If you want MMC/SD/SDIO support, you should say Y here and14	  also to your specific host controller driver.15 16if MMC17 18source "drivers/mmc/core/Kconfig"19 20source "drivers/mmc/host/Kconfig"21 22endif # MMC23