From 5103a93f136b37bd719220f13dc8bb33faadf7f8 Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Wed, 13 Mar 2013 10:56:22 +0000 Subject: [PATCH] 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 --- linaro/configs/vexpress-tuning.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 linaro/configs/vexpress-tuning.conf 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 -- 2.34.1