Commit 1444fed2 authored by Linus Walleij's avatar Linus Walleij Committed by Ulf Hansson

mmc: core: Imply IOSCHED_BFQ

If we enable the MMC/SD block layer, use Kconfig to imply the BFQ
I/O scheduler.

As all MMC/SD devices are single-queue, this is the scheduler that
users want so let's be helpful and make sure it gets
default-selected into a manual kernel configuration. It will still
need to be enabled at runtime (usually with udev scripts).

Cc: linux-block@vger.kernel.org
Cc: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230131084742.1038135-1-linus.walleij@linaro.orgSigned-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 2cda1de0
...@@ -37,6 +37,7 @@ config PWRSEQ_SIMPLE ...@@ -37,6 +37,7 @@ config PWRSEQ_SIMPLE
config MMC_BLOCK config MMC_BLOCK
tristate "MMC block device driver" tristate "MMC block device driver"
depends on BLOCK depends on BLOCK
imply IOSCHED_BFQ
default y default y
help help
Say Y here to enable the MMC block device driver support. Say Y here to enable the MMC block device driver support.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment