summaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-03-13 10:56:22 +0000
committerAlex Shi <alex.shi@linaro.org>2014-07-16 12:42:22 +0800
commitad2042059dd299efec3b5201e999c2a158a5cfc4 (patch)
tree04ecf3b2c24487cfc870ee2a9d192ce2417d244e /linaro
parent9fd8733cfd1812c68a38e9f269926b362268e9f5 (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> (cherry picked from commit d29456a1cfd202474e0938d8637dcb8a4440a82c) Signed-off-by: Alex Shi <alex.shi@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 000000000000..7bdf2732c927
--- /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