From 4ca0a2ecda8f72cf4e44b0c5169eb61999220f7a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 27 Oct 2015 21:55:12 +0100 Subject: drop rt support for 3.14.x/3.18.x kernels --- target/linux/config/Config.in.kernel | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'target/linux/config/Config.in.kernel') 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/ -- cgit v1.2.3