Skip to content

Commit

Permalink
XANMOD: block, bfq: change BLK_DEV_ZONED depends to IOSCHED_BFQ
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Jun 28, 2021
1 parent 72f33c3 commit 3a070a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion block/Kconfig
Expand Up @@ -83,7 +83,7 @@ config BLK_DEV_INTEGRITY_T10

config BLK_DEV_ZONED
bool "Zoned block device support"
select MQ_IOSCHED_DEADLINE
select IOSCHED_BFQ
help
Block layer zoned block device support. This option enables
support for ZAC/ZBC/ZNS host-managed and host-aware zoned block
Expand Down
3 changes: 1 addition & 2 deletions block/Kconfig.iosched
Expand Up @@ -5,13 +5,11 @@ menu "IO Schedulers"

config MQ_IOSCHED_DEADLINE
tristate "MQ deadline I/O scheduler"
default y
help
MQ version of the deadline IO scheduler.

config MQ_IOSCHED_KYBER
tristate "Kyber I/O scheduler"
default y
help
The Kyber I/O scheduler is a low-overhead scheduler suitable for
multiqueue and other fast devices. Given target latencies for reads and
Expand All @@ -20,6 +18,7 @@ config MQ_IOSCHED_KYBER

config IOSCHED_BFQ
tristate "BFQ I/O scheduler"
default y
help
BFQ I/O scheduler for BLK-MQ. BFQ distributes the bandwidth of
of the device among all processes according to their weights,
Expand Down

0 comments on commit 3a070a8

Please sign in to comment.