diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-09-09 08:25:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-09-09 08:25:52 +0200 |
commit | ed130c4bcc41e54fdad84bff1b90a6804c4564f4 (patch) | |
tree | b34ffea65f3d3c2ea512040c25e81e8d5efedfd5 /target/linux/config | |
parent | 46f07863b1ef718701e6e654c09f5e5b591e4138 (diff) |
add realtime patch to 4.1.x kernel
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.kernel | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 4aa6a9092..aa6b3ea01 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -293,11 +293,11 @@ config ADK_KERNEL_HIGH_RES_TIMERS bool "Enable high resolution timers" help -comment "uses experimental external patch" config ADK_KERNEL_PREEMPT_RT_FULL - bool "Enable Realtime support" + bool "Enable Realtime support (external kernel patch)" depends on ADK_TARGET_KERNEL_VERSION_3_18 \ - || ADK_TARGET_KERNEL_VERSION_3_14 + || ADK_TARGET_KERNEL_VERSION_3_14 \ + || ADK_TARGET_KERNEL_VERSION_4_1 help https://www.kernel.org/pub/linux/kernel/projects/rt/ |