From 777da39ce117c314044e7ede16a8aeb9ab158633 Mon Sep 17 00:00:00 2001 From: Qais Yousef Date: Thu, 5 Dec 2019 13:59:03 +0000 Subject: [PATCH] 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 Change-Id: Iec209516aadb984fd3dead48ea3f3f3ca117335e Signed-off-by: Quentin Perret --- init/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/init/Kconfig b/init/Kconfig index 50dd386b243e..9a94fd0b7752 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -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