ANDROID: gki_defconfig: temporarily enable CONFIG_CPUSETS_V1=y

To allow devices that are still using cpusets v1 to continue working as
expected, we need to temporarily enable CONFIG_CPUSETS_V1 in GKI as of the
upstream commit 1abab1ba07 ("cgroup/cpuset: guard cpuset-v1 code under
CONFIG_CPUSETS_V1") while we migrate devices over to v2.

Bug: 218419987
Change-Id: I89533342470b1937ec9d7f33ecdae85668f67e55
Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
Will McVicker
2024-09-26 13:45:53 -07:00
committed by Treehugger Robot
parent df2ebc4bcb
commit 6a2c13a33b
+1
View File
@@ -33,6 +33,7 @@ CONFIG_CGROUP_SCHED=y
CONFIG_UCLAMP_TASK_GROUP=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CPUSETS=y
CONFIG_CPUSETS_V1=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_BPF=y
CONFIG_NAMESPACES=y