0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # MMC subsystem configuration
0004 #
0005
0006 menuconfig MMC
0007 tristate "MMC/SD/SDIO card support"
0008 depends on HAS_IOMEM
0009 help
0010 This selects MultiMediaCard, Secure Digital and Secure
0011 Digital I/O support.
0012
0013 If you want MMC/SD/SDIO support, you should say Y here and
0014 also to your specific host controller driver.
0015
0016 if MMC
0017
0018 source "drivers/mmc/core/Kconfig"
0019
0020 source "drivers/mmc/host/Kconfig"
0021
0022 endif # MMC