diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-15 16:21:24 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-15 16:58:33 -0500 |
commit | 6dad6b4c802f6b1082dc7b7ff6dac0ac4f80bb40 (patch) | |
tree | 4cc8e48b7af71f321994d540c4efc2ee20c0c788 /target/linux/config | |
parent | d6a728822ca8b1e3cd3ab741e8cc11d15efc6041 (diff) |
convert addon patch to default patch
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" |