sh: configs: Cleanup old Kconfig IO scheduler options
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 17 Feb 2020 16:54:55 +0000 (17:54 +0100)
committerRich Felker <dalias@libc.org>
Mon, 1 Jun 2020 18:48:48 +0000 (14:48 -0400)
commiteface6c5d1a341f59fe6b264f6c798cb259df9b1
treec85af97df9a817788812f7829fe767d8697c585a
parent2bbb0e3cc8d4cd51fce9b306e207dba668d39c5f
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>
22 files changed:
arch/sh/configs/apsh4ad0a_defconfig
arch/sh/configs/kfr2r09_defconfig
arch/sh/configs/magicpanelr2_defconfig
arch/sh/configs/polaris_defconfig
arch/sh/configs/r7780mp_defconfig
arch/sh/configs/r7785rp_defconfig
arch/sh/configs/rsk7201_defconfig
arch/sh/configs/rsk7203_defconfig
arch/sh/configs/rsk7264_defconfig
arch/sh/configs/rsk7269_defconfig
arch/sh/configs/sdk7786_defconfig
arch/sh/configs/se7206_defconfig
arch/sh/configs/se7343_defconfig
arch/sh/configs/se7619_defconfig
arch/sh/configs/se7705_defconfig
arch/sh/configs/se7712_defconfig
arch/sh/configs/se7721_defconfig
arch/sh/configs/se7722_defconfig
arch/sh/configs/se7780_defconfig
arch/sh/configs/sh7710voipgw_defconfig
arch/sh/configs/shmin_defconfig
arch/sh/configs/ul2_defconfig