aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2016-09-21 15:35:43 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2017-05-11 14:46:43 +0100
commit050c5d8a467211417f8309e2d168303f68ddfa56 (patch)
tree32bfa60d713bd2ed41572e526d77cceaf09f3b17
parent9cb150c8126475b3a12105f7698537aef0ded838 (diff)
configs: Add CONFIG_SCHED_MC to EAS.conf4.4-armlt-juno-eas
Without CONFIG_SCHED_MC, Energy Aware Scheduling (EAS) fails rather obliquely as there is only one level in the sched_domain tree, and no domains with the SD_SHARE_CAP_STATES flag. Note, this config is already enable in linaro/configs/linaro-base.conf Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/EAS.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/EAS.conf b/linaro/configs/EAS.conf
index 5e2f003cf868..703cec3689b4 100644
--- a/linaro/configs/EAS.conf
+++ b/linaro/configs/EAS.conf
@@ -3,3 +3,4 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_SCHED=y
CONFIG_SCHED_TUNE=y
CONFIG_CGROUPS=y
CONFIG_CGROUP_SCHEDTUNE=y
+CONFIG_SCHED_MC=y