summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-19 16:54:33 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-19 16:54:51 +0200
commit858ab548876e3924a2f9563f9f7140d6357302df (patch)
treef3f44dc43dfe6a7d79b4cc29e61133773495fcb7 /target/linux/config
parent73ad3670c8f882bf99d271f23ae3c1be4325462e (diff)
linux: update to 4.4.13, add realtime patch
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.kernel6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index 9478e2860..c33fc2473 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -134,14 +134,16 @@ config ADK_KERNEL_PREEMPT__LL
config ADK_KERNEL_PREEMPT_RTB
bool "Preemptible Kernel (Basic RealTime)"
select ADK_KERNEL_HIGH_RES_TIMERS
- depends on ADK_TARGET_KERNEL_VERSION_4_1
+ depends on ADK_TARGET_KERNEL_VERSION_4_1 \
+ || ADK_TARGET_KERNEL_VERSION_4_4
help
Preemptible Kernel (Basic RT)
config ADK_KERNEL_PREEMPT_RT_FULL
bool "Fully Preemptible Kernel (RealTime)"
select ADK_KERNEL_HIGH_RES_TIMERS
- depends on ADK_TARGET_KERNEL_VERSION_4_1
+ depends on ADK_TARGET_KERNEL_VERSION_4_1 \
+ || ADK_TARGET_KERNEL_VERSION_4_4
help
Fully Preemptible Kernel (RealTime)
https://www.kernel.org/pub/linux/kernel/projects/rt/