aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/configs/sdk7786_defconfig
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-02-17 17:54:55 +0100
committerRich Felker <dalias@libc.org>2020-06-01 14:48:48 -0400
commiteface6c5d1a341f59fe6b264f6c798cb259df9b1 (patch)
treec85af97df9a817788812f7829fe767d8697c585a /arch/sh/configs/sdk7786_defconfig
parentarch/sh: vmlinux.scr (diff)
downloadlinux-dev-eface6c5d1a341f59fe6b264f6c798cb259df9b1.tar.xz
linux-dev-eface6c5d1a341f59fe6b264f6c798cb259df9b1.zip
sh: configs: Cleanup old Kconfig IO scheduler options
CONFIG_IOSCHED_DEADLINE and CONFIG_IOSCHED_CFQ are gone since commit f382fb0bcef4 ("block: remove legacy IO schedulers"). The IOSCHED_DEADLINE was replaced by MQ_IOSCHED_DEADLINE and it will be now enabled by default (along with MQ_IOSCHED_KYBER). The BFQ_GROUP_IOSCHED is the only multiqueue scheduler which comes with group scheduling so select it in configs previously choosing CFQ_GROUP_IOSCHED. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/configs/sdk7786_defconfig')
-rw-r--r--arch/sh/configs/sdk7786_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/configs/sdk7786_defconfig b/arch/sh/configs/sdk7786_defconfig
index 7fa116b436c3..61bec46ebd66 100644
--- a/arch/sh/configs/sdk7786_defconfig
+++ b/arch/sh/configs/sdk7786_defconfig
@@ -39,7 +39,8 @@ CONFIG_OPROFILE=m
CONFIG_KPROBES=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
-CONFIG_CFQ_GROUP_IOSCHED=y
+CONFIG_IOSCHED_BFQ=y
+CONFIG_BFQ_GROUP_IOSCHED=y
CONFIG_CPU_SUBTYPE_SH7786=y
CONFIG_MEMORY_START=0x40000000
CONFIG_MEMORY_SIZE=0x20000000