configs: vexpress-tuning: Add fragment for better performance
authorJon Medhurst <tixy@linaro.org>
Wed, 13 Mar 2013 10:56:22 +0000 (10:56 +0000)
committerJon Medhurst <tixy@linaro.org>
Mon, 1 Jul 2013 10:04:09 +0000 (11:04 +0100)
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>
linaro/configs/vexpress-tuning.conf [new file with mode: 0644]

diff --git a/linaro/configs/vexpress-tuning.conf b/linaro/configs/vexpress-tuning.conf
new file mode 100644 (file)
index 0000000..7bdf273
--- /dev/null
@@ -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