From 508b8f29922ab88923d83bdb21a21e8a78a526d1 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Mon, 16 May 2016 17:21:32 +0200 Subject: linux/cfg: add config fragments to disable debug features New config fragments created to: - disable debugging on target. Trying to disable any type of debugging that can affect performances on target. - disable profiling. Profiling is mainly based on hooks which should not affect the performance on target. This options allow to test if profiling does affect the performance or not. - enable PreemptRT Low Latency Desktop - disable erratum for new PowerPC revisions targets Signed-off-by: Adrian Calianu Signed-off-by: Martin Borg --- recipes-kernel/linux/files/cfg/ppc/erratum_off.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-kernel/linux/files/cfg/ppc/erratum_off.cfg (limited to 'recipes-kernel/linux/files/cfg/ppc/erratum_off.cfg') diff --git a/recipes-kernel/linux/files/cfg/ppc/erratum_off.cfg b/recipes-kernel/linux/files/cfg/ppc/erratum_off.cfg new file mode 100644 index 0000000..2ab62f0 --- /dev/null +++ b/recipes-kernel/linux/files/cfg/ppc/erratum_off.cfg @@ -0,0 +1,2 @@ +CONFIG_FSL_ERRATUM_A_004801=n +CONFIG_FSL_ERRATUM_A_005337=n -- cgit v1.2.3-54-g00ecf