Skip to content

Commit d5fae24

Browse files
krzkGreg Ungerer
authored andcommitted
m68k: configs: Cleanup old Kconfig IO scheduler options
CONFIG_IOSCHED_DEADLINE and CONFIG_IOSCHED_CFQ are gone since commit f382fb0 ("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 <[email protected]> Signed-off-by: Greg Ungerer <[email protected]>
1 parent def9d27 commit d5fae24

File tree

8 files changed

+0
-15
lines changed

8 files changed

+0
-15
lines changed

arch/m68k/configs/amcore_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ CONFIG_EMBEDDED=y
1313
# CONFIG_SLUB_DEBUG is not set
1414
# CONFIG_COMPAT_BRK is not set
1515
# CONFIG_BLK_DEV_BSG is not set
16-
# CONFIG_IOSCHED_CFQ is not set
1716
# CONFIG_MMU is not set
1817
CONFIG_M5307=y
1918
CONFIG_AMCORE=y

arch/m68k/configs/m5208evb_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ CONFIG_EXPERT=y
1010
# CONFIG_VM_EVENT_COUNTERS is not set
1111
# CONFIG_COMPAT_BRK is not set
1212
# CONFIG_BLK_DEV_BSG is not set
13-
# CONFIG_IOSCHED_DEADLINE is not set
14-
# CONFIG_IOSCHED_CFQ is not set
1513
# CONFIG_MMU is not set
1614
# CONFIG_4KSTACKS is not set
1715
CONFIG_RAMBASE=0x40000000

arch/m68k/configs/m5249evb_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ CONFIG_EXPERT=y
1010
# CONFIG_VM_EVENT_COUNTERS is not set
1111
# CONFIG_SLUB_DEBUG is not set
1212
# CONFIG_BLK_DEV_BSG is not set
13-
# CONFIG_IOSCHED_DEADLINE is not set
14-
# CONFIG_IOSCHED_CFQ is not set
1513
# CONFIG_MMU is not set
1614
CONFIG_M5249=y
1715
CONFIG_M5249C3=y

arch/m68k/configs/m5272c3_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ CONFIG_EXPERT=y
1010
# CONFIG_VM_EVENT_COUNTERS is not set
1111
# CONFIG_SLUB_DEBUG is not set
1212
# CONFIG_BLK_DEV_BSG is not set
13-
# CONFIG_IOSCHED_DEADLINE is not set
14-
# CONFIG_IOSCHED_CFQ is not set
1513
# CONFIG_MMU is not set
1614
CONFIG_M5272=y
1715
CONFIG_M5272C3=y

arch/m68k/configs/m5275evb_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ CONFIG_EXPERT=y
1010
# CONFIG_VM_EVENT_COUNTERS is not set
1111
# CONFIG_SLUB_DEBUG is not set
1212
# CONFIG_BLK_DEV_BSG is not set
13-
# CONFIG_IOSCHED_DEADLINE is not set
14-
# CONFIG_IOSCHED_CFQ is not set
1513
# CONFIG_MMU is not set
1614
CONFIG_M5275=y
1715
# CONFIG_4KSTACKS is not set

arch/m68k/configs/m5307c3_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ CONFIG_EXPERT=y
1010
# CONFIG_VM_EVENT_COUNTERS is not set
1111
# CONFIG_SLUB_DEBUG is not set
1212
# CONFIG_BLK_DEV_BSG is not set
13-
# CONFIG_IOSCHED_DEADLINE is not set
14-
# CONFIG_IOSCHED_CFQ is not set
1513
# CONFIG_MMU is not set
1614
CONFIG_M5307=y
1715
CONFIG_M5307C3=y

arch/m68k/configs/m5407c3_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ CONFIG_EXPERT=y
1111
CONFIG_MODULES=y
1212
CONFIG_MODULE_UNLOAD=y
1313
# CONFIG_BLK_DEV_BSG is not set
14-
# CONFIG_IOSCHED_DEADLINE is not set
15-
# CONFIG_IOSCHED_CFQ is not set
1614
# CONFIG_MMU is not set
1715
CONFIG_M5407=y
1816
CONFIG_M5407C3=y

arch/m68k/configs/m5475evb_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ CONFIG_LOG_BUF_SHIFT=14
1111
CONFIG_EMBEDDED=y
1212
CONFIG_MODULES=y
1313
# CONFIG_BLK_DEV_BSG is not set
14-
# CONFIG_IOSCHED_DEADLINE is not set
15-
# CONFIG_IOSCHED_CFQ is not set
1614
CONFIG_COLDFIRE=y
1715
# CONFIG_4KSTACKS is not set
1816
CONFIG_RAMBASE=0x0

0 commit comments

Comments
 (0)