diff options
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/ |