Home
last modified time | relevance | path

Searched hist:"56 f34e8d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/memstick/core/
H A DKconfig56f34e8d Tue Jan 31 02:52:20 CST 2023 Linus Walleij <linus.walleij@linaro.org> 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>