mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
1bec43a3b1
Remove config option MMC_MQ_DEFAULT and parameter mmc_use_blk_mq, so that blk-mq must be used always. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Tested-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
22 lines
400 B
Plaintext
22 lines
400 B
Plaintext
#
|
|
# MMC subsystem configuration
|
|
#
|
|
|
|
menuconfig MMC
|
|
tristate "MMC/SD/SDIO card support"
|
|
depends on HAS_IOMEM
|
|
help
|
|
This selects MultiMediaCard, Secure Digital and Secure
|
|
Digital I/O support.
|
|
|
|
If you want MMC/SD/SDIO support, you should say Y here and
|
|
also to your specific host controller driver.
|
|
|
|
if MMC
|
|
|
|
source "drivers/mmc/core/Kconfig"
|
|
|
|
source "drivers/mmc/host/Kconfig"
|
|
|
|
endif # MMC
|