diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-27 21:55:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-27 21:55:12 +0100 |
commit | 4ca0a2ecda8f72cf4e44b0c5169eb61999220f7a (patch) | |
tree | 66e79392ae8aa487f4c3ba336d290e4e35b85054 /target/linux/config | |
parent | dd02d07d943f8fc2e31c9aa86e838556dcd24567 (diff) |
drop rt support for 3.14.x/3.18.x kernels
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.kernel | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 6516c133c..b53df07bf 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -294,13 +294,10 @@ endchoice config ADK_KERNEL_HIGH_RES_TIMERS bool "Enable high resolution timers" - help config ADK_KERNEL_PREEMPT_RT_FULL - 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_4_1 + bool "Enable Full Realtime support (external kernel patch)" + depends on ADK_TARGET_KERNEL_VERSION_4_1 help https://www.kernel.org/pub/linux/kernel/projects/rt/ |