aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Gregory <graeme.gregory@linaro.org>2015-04-08 16:16:53 +0100
committerGraeme Gregory <graeme.gregory@linaro.org>2015-04-15 16:47:38 +0100
commitcd85300e0d50394f9786318e1766ecd2cc7d04fa (patch)
tree3fdbb85ff81040a8cad415abbcd5f771b90f21e1
parent690b15fe150d3f303ccef0648d8f3735dcb88f98 (diff)
acpi.conf : add essential options for debugging on machines/modelsleg-20150415.0
Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org>
-rw-r--r--linaro/configs/acpi.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/linaro/configs/acpi.conf b/linaro/configs/acpi.conf
index 82a9cd008330..3b682856c7d8 100644
--- a/linaro/configs/acpi.conf
+++ b/linaro/configs/acpi.conf
@@ -27,3 +27,24 @@ CONFIG_ARCH_THUNDER=y
# APM Mustang
CONFIG_ARCH_XGENE=y
+# Enable features needed for testing
+CONFIG_NFS_V2=y
+CONFIG_FHANDLE=y
+CONFIG_CGROUP_FREEZER=y
+CONFIG_CGROUP_DEVICE=y
+CONFIG_CPUSETS=y
+CONFIG_PROC_PID_CPUSET=y
+CONFIG_CGROUP_CPUACCT=y
+CONFIG_PAGE_COUNTER=y
+CONFIG_MEMCG=y
+CONFIG_MEMCG_SWAP=y
+CONFIG_MEMCG_SWAP_ENABLED=y
+CONFIG_MEMCG_KMEM=y
+CONFIG_CGROUP_PERF=y
+CONFIG_CGROUP_SCHED=y
+CONFIG_FAIR_GROUP_SCHED=y
+CONFIG_CFS_BANDWIDTH=y
+CONFIG_RT_GROUP_SCHED=y
+CONFIG_BLK_CGROUP=y
+CONFIG_DEBUG_BLK_CGROUP=y
+