summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2016-04-19 15:40:44 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2016-04-20 14:59:03 +0200
commit01fa98e5caa5434f092e151bfbbad1d3e67b6d8f (patch)
tree5502e118e00ef71901a1f6e4456ba6a90a820078 /recipes-kernel
parentec8aa800e07ba78f0fb2f19976f871d9f8c87569 (diff)
downloadmeta-enea-bsp-common-01fa98e5caa5434f092e151bfbbad1d3e67b6d8f.tar.gz
linux/cfg: add config fragment for RCU priority boosting
Enable support for RCU priority boosting in the kernel Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/files/cfg/rcu_boost.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/cfg/rcu_boost.cfg b/recipes-kernel/linux/files/cfg/rcu_boost.cfg
new file mode 100644
index 0000000..4bd0991
--- /dev/null
+++ b/recipes-kernel/linux/files/cfg/rcu_boost.cfg
@@ -0,0 +1,5 @@
1CONFIG_RT_MUTEXES=y
2CONFIG_PREEMPT_RCU=y
3CONFIG_RCU_BOOST=y
4CONFIG_RCU_BOOST_PRIO=1
5CONFIG_RCU_BOOST_DELAY=500