Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
[linux-2.6-block.git] / drivers / mmc / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# MMC subsystem configuration
4#
5
790864dc 6menuconfig MMC
57105737 7 tristate "MMC/SD/SDIO card support"
e25df120 8 depends on HAS_IOMEM
1da177e4 9 help
57105737
PO
10 This selects MultiMediaCard, Secure Digital and Secure
11 Digital I/O support.
1da177e4 12
57105737
PO
13 If you want MMC/SD/SDIO support, you should say Y here and
14 also to your specific host controller driver.
1da177e4 15
790864dc
JE
16if MMC
17
6abaa0c9
PO
18source "drivers/mmc/core/Kconfig"
19
1c6a0718 20source "drivers/mmc/host/Kconfig"
f9565129 21
790864dc 22endif # MMC