OSDN Git Service

memstick: core: Imply IOSCHED_BFQ
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 31 Jan 2023 08:52:20 +0000 (09:52 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 2 Feb 2023 15:02:06 +0000 (16:02 +0100)
commit56f34e8ddc40d8eca29fb16ada409ac74c180b1f
tree3f18590b039c17b2ccd20b5c1fa64666340d7059
parent1444fed25b59957452da72ab498afe63589f3419
memstick: core: Imply IOSCHED_BFQ

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

As all memstick 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: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230131085220.1038241-1-linus.walleij@linaro.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/memstick/core/Kconfig