Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / mmc / Kconfig
blob2436eb4996a44303f8ade6d43ba62a84befe4088
1 # SPDX-License-Identifier: GPL-2.0-only
3 # MMC subsystem configuration
6 menuconfig MMC
7         tristate "MMC/SD/SDIO card support"
8         depends on HAS_IOMEM
9         help
10           This selects MultiMediaCard, Secure Digital and Secure
11           Digital I/O support.
13           If you want MMC/SD/SDIO support, you should say Y here and
14           also to your specific host controller driver.
16 if MMC
18 source "drivers/mmc/core/Kconfig"
20 source "drivers/mmc/host/Kconfig"
22 endif # MMC