Skip to content

Commit

Permalink
Select SCSI_MQ_DEFAULT automatically when required by default io sche…
Browse files Browse the repository at this point in the history
…dulers.
  • Loading branch information
ckolivas committed Aug 14, 2017
1 parent b813f87 commit 3d70c67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions block/Kconfig.iosched
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,21 @@ choice

config DEFAULT_DEADLINE
bool "Deadline" if IOSCHED_DEADLINE=y
select SCSI if MQ_IOSCHED_DEADLINE=y
select SCSI_MQ_DEFAULT if MQ_IOSCHED_DEADLINE=y

config DEFAULT_BFQ
bool "BFQ" if IOSCHED_BFQ=y
select SCSI
select SCSI_MQ_DEFAULT

config DEFAULT_CFQ_NOINHERIT
bool "CFQ" if IOSCHED_CFQ=y

config DEFAULT_KYBER
bool "KYBER" if MQ_IOSCHED_KYBER=y
select SCSI
select SCSI_MQ_DEFAULT

config DEFAULT_NOOP
bool "No-op"
Expand Down

0 comments on commit 3d70c67

Please sign in to comment.