mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
ANDROID: gki_defconfig: Enable SCHED_TUNE
Seems like SCHED_TUNE would be desired in the GKI. This is only needed on android-4.19, in future kernels the feature will be replaced with an alternative solution. Bug: 140203951 Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I220ac6a2099dfd14c71b0e67fbece025b1567c8b
This commit is contained in:
committed by
Alistair Delva
parent
d8bdc451b1
commit
d3c86f3797
@@ -17,6 +17,7 @@ CONFIG_CPUSETS=y
|
||||
CONFIG_CGROUP_CPUACCT=y
|
||||
CONFIG_CGROUP_BPF=y
|
||||
CONFIG_SCHED_AUTOGROUP=y
|
||||
CONFIG_SCHED_TUNE=y
|
||||
CONFIG_BLK_DEV_INITRD=y
|
||||
# CONFIG_RD_BZIP2 is not set
|
||||
# CONFIG_RD_LZMA is not set
|
||||
|
||||
@@ -15,6 +15,7 @@ CONFIG_CGROUP_FREEZER=y
|
||||
CONFIG_CGROUP_CPUACCT=y
|
||||
CONFIG_CGROUP_BPF=y
|
||||
CONFIG_SCHED_AUTOGROUP=y
|
||||
CONFIG_SCHED_TUNE=y
|
||||
CONFIG_BLK_DEV_INITRD=y
|
||||
# CONFIG_RD_BZIP2 is not set
|
||||
# CONFIG_RD_LZMA is not set
|
||||
|
||||
Reference in New Issue
Block a user