aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary S. Robertson <gary.robertson@linaro.org>2014-02-14 12:03:36 -0600
committerGary S. Robertson <gary.robertson@linaro.org>2014-06-02 14:12:26 -0500
commitebd6bb123f8a6d75d47029b98dde4aaddeda0729 (patch)
tree719c3a044cbee4e6b60e749ceeae1fe75b2c615e
parent2abf283efa7da061f3a57811ea33d57a87441487 (diff)
configs/no_hz_full.conf: add config fragments required for no_hz_full with exynos_defconfig -and- disable THUMB2_KERNEL
-rw-r--r--linaro/configs/no_hz_full.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/linaro/configs/no_hz_full.conf b/linaro/configs/no_hz_full.conf
index 8cfa2c61445c..6733ef7bddbf 100644
--- a/linaro/configs/no_hz_full.conf
+++ b/linaro/configs/no_hz_full.conf
@@ -1,8 +1,4 @@
### config fragment to add NO_HZ_FULL support
-### ASSUMES CONFIG_NO_HZ=y
-### NOTE that boot command line options must be used to populate the set of
-### CPU cores which will run with full no_hz enabled. Unlisted cores will
-### run with no_hz idle only
CONFIG_NO_HZ_FULL=y
CONFIG_NO_HZ_FULL_ALL=y
CONFIG_NO_HZ_COMMON=y
@@ -15,3 +11,8 @@ CONFIG_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_CONTEXT_TRACKING_FORCE=y
CONFIG_IRQ_WORK=y
CONFIG_CPUSETS=y
+CONFIG_CGROUPS=y
+CONFIG_MAGIC_SYSRQ=y
+CONFIG_DEBUG_FS=y
+CONFIG_THUMB2_KERNEL=n
+