Skip to content

Commit

Permalink
ANDROID: init: kconfig: Only allow sched tune if !uclamp
Browse files Browse the repository at this point in the history
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 <[email protected]>
Change-Id: Iec209516aadb984fd3dead48ea3f3f3ca117335e
Signed-off-by: Quentin Perret <[email protected]>
  • Loading branch information
Qais Yousef authored and YumeMichi committed Oct 8, 2021
1 parent 610e60d commit f023484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1498,6 +1498,7 @@ config SCHED_AUTOGROUP

config SCHED_TUNE
bool "Boosting for CFS tasks (EXPERIMENTAL)"
depends on !UCLAMP_TASK
depends on SMP
help
This option enables the system-wide support for task boosting.
Expand Down

0 comments on commit f023484

Please sign in to comment.