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:
parent
7e1c333ed1
commit
777da39ce1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue