summaryrefslogtreecommitdiff
path: root/arch/um/configs/x86_64_defconfig
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-01-30 22:22:26 +0300
committerRichard Weinberger <richard@nod.at>2020-03-30 00:15:22 +0300
commitb495dfed706c4c5873c0dab8930ad6eb1d276a6c (patch)
tree2c44d4a71d4e2361bc6c4148b9fa9f33a6af2890 /arch/um/configs/x86_64_defconfig
parent16fbf79b0f83bc752cee8589279f1ebfe57b3b6e (diff)
downloadlinux-b495dfed706c4c5873c0dab8930ad6eb1d276a6c.tar.xz
um: Cleanup CONFIG_IOSCHED_CFQ
CONFIG_IOSCHED_CFQ is gone since commit f382fb0bcef4 ("block: remove legacy IO schedulers"). The IOSCHED_BFQ seems to replace IOSCHED_CFQ so select it in configs previously choosing the latter. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Anton Ivanov <anton.ivanov@cambridgegreys.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/configs/x86_64_defconfig')
-rw-r--r--arch/um/configs/x86_64_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/configs/x86_64_defconfig b/arch/um/configs/x86_64_defconfig
index 3281d7600225..477b87317424 100644
--- a/arch/um/configs/x86_64_defconfig
+++ b/arch/um/configs/x86_64_defconfig
@@ -24,7 +24,7 @@ CONFIG_SLAB=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_BLK_DEV_BSG is not set
-CONFIG_IOSCHED_CFQ=m
+CONFIG_IOSCHED_BFQ=m
CONFIG_SSL=y
CONFIG_NULL_CHAN=y
CONFIG_PORT_CHAN=y