diff options
author | Adrian Calianu <adrian.calianu@enea.com> | 2017-05-24 13:23:39 +0200 |
---|---|---|
committer | Adrian Calianu <adrian.calianu@enea.com> | 2017-05-24 13:23:39 +0200 |
commit | 51a7c43d9912cf194a7480773d7faf2bd66dfdc3 (patch) | |
tree | 902d4c23b851936d32ec2057bb1f15b218535e96 /features/lowlatency/preempt.cfg | |
parent | a399dcee2b46dbea11b940c52ab254f7fb18dae5 (diff) | |
download | enea-kernel-cache-51a7c43d9912cf194a7480773d7faf2bd66dfdc3.tar.gz |
add low latency specific kernel configuration
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'features/lowlatency/preempt.cfg')
-rw-r--r-- | features/lowlatency/preempt.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/lowlatency/preempt.cfg b/features/lowlatency/preempt.cfg new file mode 100644 index 0000000..a3bbe94 --- /dev/null +++ b/features/lowlatency/preempt.cfg | |||
@@ -0,0 +1,5 @@ | |||
1 | CONFIG_IRQ_FORCED_THREADING=y | ||
2 | CONFIG_PREEMPT_RCU=y | ||
3 | |||
4 | CONFIG_PREEMPT=y | ||
5 | CONFIG_PREEMPT_COUNT=y | ||