diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-01-30 22:25:20 +0300 |
---|---|---|
committer | Greg Ungerer <gerg@linux-m68k.org> | 2020-01-31 09:37:06 +0300 |
commit | d5fae240b9bdb2d374624e6aa9f99a4527f111ec (patch) | |
tree | 068f77840f97a5c2609c36ad63cec05be3216977 /arch/m68k/configs/m5249evb_defconfig | |
parent | def9d2780727cec3313ed3522d0123158d87224d (diff) | |
download | linux-d5fae240b9bdb2d374624e6aa9f99a4527f111ec.tar.xz |
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/m5249evb_defconfig')
-rw-r--r-- | arch/m68k/configs/m5249evb_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/configs/m5249evb_defconfig b/arch/m68k/configs/m5249evb_defconfig index f7bb9ed3efa8..f84f68c04065 100644 --- a/arch/m68k/configs/m5249evb_defconfig +++ b/arch/m68k/configs/m5249evb_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_M5249=y CONFIG_M5249C3=y |