aboutsummaryrefslogtreecommitdiff
path: root/linaro
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-02-14 12:03:36 -0600
commit1ce58f687631b05e5c73fcf1f0ec0aac631fe996 (patch)
tree91cbf63f81d412a54731fcbbbd35978fe90aa50b /linaro
parent736b64619efddb9c2835553b18bf7ab1c14b76a5 (diff)
configs/no_hz_full.conf: add config fragments required for no_hz_full with exynos_defconfig -and- disable THUMB2_KERNEL
Diffstat (limited to 'linaro')
-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
+