We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00f8c6 commit 93dfd44Copy full SHA for 93dfd44
block/Kconfig.iosched
@@ -18,15 +18,15 @@ config MQ_IOSCHED_KYBER
18
19
config MQ_IOSCHED_ADIOS
20
tristate "Adaptive Deadline I/O scheduler"
21
- default m
+ default y
22
help
23
The Adaptive Deadline I/O Scheduler (ADIOS) is a multi-queue I/O
24
scheduler with learning-based adaptive latency control.
25
26
config MQ_IOSCHED_DEFAULT_ADIOS
27
bool "Enable ADIOS I/O scheduler as default MQ I/O scheduler"
28
depends on MQ_IOSCHED_ADIOS=y
29
- default n
30
31
Enable the ADIOS I/O scheduler as the default scheduler for MQ I/O.
32
0 commit comments