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>2014-03-31 13:58:02 +0100
commitd29456a1cfd202474e0938d8637dcb8a4440a82c (patch)
tree04ecf3b2c24487cfc870ee2a9d192ce2417d244e /linaro
parentf4ee755ffcb7fa4b716382d9c277f672612445df (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