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-04-29 09:42:47 +0100
commit2a2c5601e523be0fc263f39a3edc0ff731fc0426 (patch)
tree441b67b4c5acf4cc1260b8a2cd5276f0da3590b9 /linaro
parent5616b016d4698cc6ec6dffdd30a169240669699e (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