Kconfig 625 Bytes
Newer Older
Linus Torvalds's avatar
Linus Torvalds committed
1 2 3 4
#
# MMC subsystem configuration
#

Jan Engelhardt's avatar
Jan Engelhardt committed
5
menuconfig MMC
6
	tristate "MMC/SD/SDIO card support"
7
	depends on HAS_IOMEM
Linus Torvalds's avatar
Linus Torvalds committed
8
	help
9 10
	  This selects MultiMediaCard, Secure Digital and Secure
	  Digital I/O support.
Linus Torvalds's avatar
Linus Torvalds committed
11

12 13
	  If you want MMC/SD/SDIO support, you should say Y here and
	  also to your specific host controller driver.
Linus Torvalds's avatar
Linus Torvalds committed
14 15 16 17 18 19 20 21

config MMC_DEBUG
	bool "MMC debugging"
	depends on MMC != n
	help
	  This is an option for use by developers; most people should
	  say N here.  This enables MMC core and driver debugging.

Jan Engelhardt's avatar
Jan Engelhardt committed
22 23
if MMC

24 25
source "drivers/mmc/core/Kconfig"

26
source "drivers/mmc/card/Kconfig"
27

28
source "drivers/mmc/host/Kconfig"
29

Jan Engelhardt's avatar
Jan Engelhardt committed
30
endif # MMC