Skip to content

Commit e52d538

Browse files
linuswarndb
authored andcommitted
ARM: defconfig: Add IOSCHED_BFQ to the default configs
ARM systems are often memory constrained and more often than not use slow single-channel storage such as flash memory or MMC/SD-cards. For any interactive systems (such as mobile phones, tablets, chromebooks...) the BFQ I/O scheduler will be desireable. Make sure the BFQ I/O scheduler is available on these systems. Loongarch, MIPS, m68k, UM and S390 has also enabled BFQ in their defconfigs, cf commit b495dfe "um: Cleanup CONFIG_IOSCHED_CFQ" where the motivation is that it replaces the former CFQ scheduler. Cc: Paolo Valente <[email protected]> Cc: Krzysztof Kozlowski <[email protected]> Reviewed-by: Ulf Hansson <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent f46bbb7 commit e52d538

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm/configs/multi_v5_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ CONFIG_ARM_KIRKWOOD_CPUIDLE=y
4949
CONFIG_KPROBES=y
5050
CONFIG_MODULES=y
5151
CONFIG_MODULE_UNLOAD=y
52+
CONFIG_IOSCHED_BFQ=y
5253
CONFIG_NET=y
5354
CONFIG_PACKET=y
5455
CONFIG_UNIX=y

arch/arm/configs/multi_v7_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ CONFIG_MODULES=y
146146
CONFIG_MODULE_UNLOAD=y
147147
CONFIG_PARTITION_ADVANCED=y
148148
CONFIG_CMDLINE_PARTITION=y
149+
CONFIG_IOSCHED_BFQ=y
149150
CONFIG_NET=y
150151
CONFIG_PACKET=y
151152
CONFIG_UNIX=y

0 commit comments

Comments
 (0)