aboutsummaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-03-13 10:56:22 +0000
committerJon Medhurst <tixy@linaro.org>2013-07-01 11:04:09 +0100
commit5103a93f136b37bd719220f13dc8bb33faadf7f8 (patch)
tree945a4f5cc226127f951be82022f4fac5b5f162e6 /linaro
parentd66c5880580ea179a736b407824ddb069ba862fa (diff)
configs: vexpress-tuning: Add fragment for better performance
Use ARM rather than Thumb2 and disable debug and trace features which aren't essential. (Some trace features are still needed to avoid breaking Gator). Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r--linaro/configs/vexpress-tuning.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/linaro/configs/vexpress-tuning.conf b/linaro/configs/vexpress-tuning.conf
new file mode 100644
index 00000000000..7bdf2732c92
--- /dev/null
+++ b/linaro/configs/vexpress-tuning.conf
@@ -0,0 +1,8 @@
+# CONFIG_THUMB2_KERNEL is not set
+# CONFIG_PROVE_LOCKING is not set
+# CONFIG_OPROFILE is not set
+# CONFIG_SCHEDSTATS is not set
+# CONFIG_TIMER_STATS is not set
+# CONFIG_SCHED_DEBUG is not set
+# CONFIG_FTRACE is not set
+# CONFIG_FUNCTION_TRACER is not set