mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ANDROID: init: kconfig: Only allow sched tune if !uclamp
Uclamap and sched_tune features are mutually exclusive. The kernel must be compiled with one or the other. Bug: 120440300 Signed-off-by: Qais Yousef <qais.yousef@arm.com> Change-Id: Iec209516aadb984fd3dead48ea3f3f3ca117335e Signed-off-by: Quentin Perret <qperret@google.com>
This commit is contained in:
committed by
Quentin Perret
parent
7e1c333ed1
commit
777da39ce1
@@ -1130,6 +1130,7 @@ config SCHED_AUTOGROUP
|
||||
|
||||
config SCHED_TUNE
|
||||
bool "Boosting for CFS tasks (EXPERIMENTAL)"
|
||||
depends on !UCLAMP_TASK
|
||||
depends on SMP
|
||||
help
|
||||
This option enables support for task classification using a new
|
||||
|
||||
Reference in New Issue
Block a user