diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-01 15:19:39 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-01 15:21:28 -0500 |
commit | ebd9559f7c9255f59859b394efa08b76fcdd0364 (patch) | |
tree | 8f119b6d588ee1dbb28026d13a44b2e78ccbfa17 /target/linux/config | |
parent | 732a5c76d6a674a7ba79cdc90366b6a4f521389f (diff) |
add realtime patch for 3.14
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.kernel | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 296dba2fc..2c360d3eb 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -275,9 +275,10 @@ config ADK_KERNEL_HIGH_RES_TIMERS comment "uses experimental external patch" config ADK_KERNEL_PREEMPT_RT_FULL bool "Enable Realtime support" - depends on ADK_KERNEL_VERSION_3_18 + depends on ADK_KERNEL_VERSION_3_18 \ + || ADK_KERNEL_VERSION_3_14 help - https://www.kernel.org/pub/linux/kernel/projects/rt/3.18/ + https://www.kernel.org/pub/linux/kernel/projects/rt/ choice prompt "Page size" |