]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/mmc/Kconfig
Merge tag 'acpi-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[mirror_ubuntu-jammy-kernel.git] / drivers / mmc / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # MMC subsystem configuration
4 #
5
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.
12
13 If you want MMC/SD/SDIO support, you should say Y here and
14 also to your specific host controller driver.
15
16 if MMC
17
18 source "drivers/mmc/core/Kconfig"
19
20 source "drivers/mmc/host/Kconfig"
21
22 endif # MMC