Loading...
1#
2# MMC subsystem configuration
3#
4
5menuconfig MMC
6 tristate "MMC/SD/SDIO card support"
7 depends on HAS_IOMEM
8 help
9 This selects MultiMediaCard, Secure Digital and Secure
10 Digital I/O support.
11
12 If you want MMC/SD/SDIO support, you should say Y here and
13 also to your specific host controller driver.
14
15config MMC_DEBUG
16 bool "MMC debugging"
17 depends on MMC != n
18 help
19 This is an option for use by developers; most people should
20 say N here. This enables MMC core and driver debugging.
21
22if MMC
23
24source "drivers/mmc/core/Kconfig"
25
26source "drivers/mmc/card/Kconfig"
27
28source "drivers/mmc/host/Kconfig"
29
30endif # MMC
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# MMC subsystem configuration
4#
5
6menuconfig 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
16if MMC
17
18source "drivers/mmc/core/Kconfig"
19
20source "drivers/mmc/host/Kconfig"
21
22endif # MMC