diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-01-30 20:25:20 +0100 |
---|---|---|
committer | Greg Ungerer <gerg@linux-m68k.org> | 2020-01-31 07:37:06 +0100 |
commit | d5fae240b9bdb2d374624e6aa9f99a4527f111ec (patch) | |
tree | 068f77840f97a5c2609c36ad63cec05be3216977 /arch/m68k/configs/m5307c3_defconfig | |
parent | Linux 5.5-rc7 (diff) | |
download | linux-d5fae240b9bdb2d374624e6aa9f99a4527f111ec.tar.xz linux-d5fae240b9bdb2d374624e6aa9f99a4527f111ec.zip |
m68k: 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).
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/configs/m5307c3_defconfig')
-rw-r--r-- | arch/m68k/configs/m5307c3_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/configs/m5307c3_defconfig b/arch/m68k/configs/m5307c3_defconfig index 97a78c99eeee..bb8b0eb4bdfc 100644 --- a/arch/m68k/configs/m5307c3_defconfig +++ b/arch/m68k/configs/m5307c3_defconfig @@ -10,8 +10,6 @@ CONFIG_EXPERT=y # CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_SLUB_DEBUG is not set # CONFIG_BLK_DEV_BSG is not set -# CONFIG_IOSCHED_DEADLINE is not set -# CONFIG_IOSCHED_CFQ is not set # CONFIG_MMU is not set CONFIG_M5307=y CONFIG_M5307C3=y |