aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2016-06-09 15:12:07 +0100
committerJon Medhurst <tixy@linaro.org>2016-06-09 15:12:07 +0100
commitac2735d22e0235102d87ea60e6792b7593cbeb0c (patch)
tree2c2cb979ef67d74c6444941f6b0725763e155e29
parent20b8f6c3cdfd4938e310c2b66fda0f50d5248e95 (diff)
configs: Add CONFIG_CGROUPS to EAS.conflsk-3.18-armlt-eas
The most interesting part of scheduler tuning is the per task tuning done by CONFIG_CGROUP_SCHEDTUNE but this requires cgroups to be enabled, so let's do that. Note, Android and most distro kernels already enable cgroups. 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 5987e188096d..5e2f003cf868 100644
--- a/linaro/configs/EAS.conf
+++ b/linaro/configs/EAS.conf
@@ -1,4 +1,5 @@
CONFIG_CPU_FREQ_GOV_SCHED=y
CONFIG_CPU_FREQ_DEFAULT_GOV_SCHED=y
CONFIG_SCHED_TUNE=y
+CONFIG_CGROUPS=y
CONFIG_CGROUP_SCHEDTUNE=y