Merge pull request #27684 from gnidorah/bfq

linux: BFQ Group Scheduling support
This commit is contained in:
Tim Steinbach 2017-08-07 11:58:45 -04:00 committed by GitHub
commit fa10497834

View file

@ -558,6 +558,7 @@ with stdenv.lib;
''}
${optionalString (versionAtLeast version "4.12") ''
BFQ_GROUP_IOSCHED y
IOSCHED_BFQ m
MQ_IOSCHED_KYBER y
''}