ANDROID: GKI: ENABLE CONFIG_SCHED_CLASS_EXT in android16-kernel6.12
As discussed in 397116737, we need to enable the CONFIG_SCHED_CLASS_EXT configuration on Android 16 with kernel 6.12. Bug: 397116737 Bug: 408943580 Change-Id: I6c33ead044a65547c7594883b56a8571603edd8d Signed-off-by: xieliujie <xieliujie@oppo.com> [jstultz: Minor tweaks to commit message] Signed-off-by: John Stultz <jstultz@google.com> Signed-off-by: Carlos Llamas <cmllamas@google.com>
This commit is contained in:
@@ -9,6 +9,7 @@ CONFIG_BPF_JIT_ALWAYS_ON=y
|
||||
# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
|
||||
CONFIG_BPF_LSM=y
|
||||
CONFIG_PREEMPT=y
|
||||
CONFIG_SCHED_CLASS_EXT=y
|
||||
CONFIG_IRQ_TIME_ACCOUNTING=y
|
||||
CONFIG_TASKSTATS=y
|
||||
CONFIG_TASK_DELAY_ACCT=y
|
||||
|
||||
@@ -10,6 +10,7 @@ CONFIG_BPF_JIT_ALWAYS_ON=y
|
||||
CONFIG_BPF_LSM=y
|
||||
CONFIG_PREEMPT=y
|
||||
# CONFIG_PREEMPT_DYNAMIC is not set
|
||||
CONFIG_SCHED_CLASS_EXT=y
|
||||
CONFIG_IRQ_TIME_ACCOUNTING=y
|
||||
CONFIG_TASKSTATS=y
|
||||
CONFIG_TASK_DELAY_ACCT=y
|
||||
|
||||
Reference in New Issue
Block a user