diff options
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.addons | 4 | ||||
-rw-r--r-- | target/linux/config/Config.in.kernel | 12 |
2 files changed, 6 insertions, 10 deletions
diff --git a/target/linux/config/Config.in.addons b/target/linux/config/Config.in.addons index 6e7b0d2e1..9eee7598d 100644 --- a/target/linux/config/Config.in.addons +++ b/target/linux/config/Config.in.addons @@ -12,7 +12,3 @@ config ADK_KERNEL_ADDON_GRSEC config ADK_KERNEL_ADDON_MPTCP bool depends on ADK_KERNEL_VERSION_3_14 - -config ADK_KERNEL_ADDON_LINUXRT - bool - depends on ADK_KERNEL_VERSION_3_18 diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index bba5ac246..cb815e52f 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -248,12 +248,6 @@ config ADK_KERNEL_PREEMPT help Enable preemptive mode. -config ADK_KERNEL_PREEMPT_RT_FULL - bool "Enable Realtime support" - select ADK_KERNEL_ADDON_LINUXRT - help - https://www.kernel.org/pub/linux/kernel/projects/rt/3.18/ - choice prompt "tick configuration" @@ -288,6 +282,12 @@ 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" + depends on ADK_KERNEL_VERSION_3_18 + help + https://www.kernel.org/pub/linux/kernel/projects/rt/3.18/ choice prompt "Page size" |