Kconfig 746 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# MMC subsystem configuration
#

J
Jan Engelhardt 已提交
5
menuconfig MMC
6
	tristate "MMC/SD/SDIO card support"
7
	depends on HAS_IOMEM
L
Linus Torvalds 已提交
8
	help
9 10
	  This selects MultiMediaCard, Secure Digital and Secure
	  Digital I/O support.
L
Linus Torvalds 已提交
11

12 13
	  If you want MMC/SD/SDIO support, you should say Y here and
	  also to your specific host controller driver.
L
Linus Torvalds 已提交
14

15 16 17 18 19 20 21 22 23 24
config MMC_MQ_DEFAULT
	bool "MMC: use blk-mq I/O path by default"
	depends on MMC && BLOCK
	default y
	---help---
	  This option enables the new blk-mq based I/O path for MMC block
	  devices by default.  With the option the mmc_core.use_blk_mq
	  module/boot option defaults to Y, without it to N, but it can
	  still be overridden either way.

J
Jan Engelhardt 已提交
25 26
if MMC

27 28
source "drivers/mmc/core/Kconfig"

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

J
Jan Engelhardt 已提交
31
endif # MMC