oneplus5: enable BFQ
Change-Id: I3cd34d4e851e60d4de21328bf7c5e144aa94cf11
This commit is contained in:
parent
462a825e88
commit
05a8f2ac2b
1 changed files with 4 additions and 2 deletions
|
@ -328,9 +328,11 @@ CONFIG_BLOCK_COMPAT=y
|
||||||
#
|
#
|
||||||
CONFIG_IOSCHED_NOOP=y
|
CONFIG_IOSCHED_NOOP=y
|
||||||
# CONFIG_IOSCHED_TEST is not set
|
# CONFIG_IOSCHED_TEST is not set
|
||||||
CONFIG_IOSCHED_DEADLINE=y
|
# CONFIG_IOSCHED_DEADLINE is not set
|
||||||
CONFIG_IOSCHED_CFQ=y
|
CONFIG_IOSCHED_CFQ=y
|
||||||
# CONFIG_DEFAULT_DEADLINE is not set
|
# CONFIG_CFQ_GROUP_IOSCHED is not set
|
||||||
|
CONFIG_IOSCHED_BFQ=y
|
||||||
|
CONFIG_BFQ_GROUP_IOSCHED=y
|
||||||
CONFIG_DEFAULT_CFQ=y
|
CONFIG_DEFAULT_CFQ=y
|
||||||
# CONFIG_DEFAULT_NOOP is not set
|
# CONFIG_DEFAULT_NOOP is not set
|
||||||
CONFIG_DEFAULT_IOSCHED="cfq"
|
CONFIG_DEFAULT_IOSCHED="cfq"
|
||||||
|
|
Loading…
Add table
Reference in a new issue