From: Jon Medhurst Date: Wed, 13 Mar 2013 10:56:22 +0000 (+0000) Subject: configs: vexpress-tuning: Add fragment for better performance X-Git-Tag: firefly_0821_release~3680^2~236^2^2~14^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5103a93f136b37bd719220f13dc8bb33faadf7f8;p=firefly-linux-kernel-4.4.55.git 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 --- 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