summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-23 16:33:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-23 16:34:27 +0200
commit6250a3724618bbb13a47e16fe6a2e5ad860b8433 (patch)
tree655a5c4c39d59d52f08936ca0456ac0388acaf59 /target/linux/config
parent87f42711b67cac755a718991d61620d758c3679d (diff)
linux: update rt-patch for 4.4/4.9/rpi-git, update 4.11.x kernel
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.kernel6
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index b53b5f025..0400fbd1e 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -166,8 +166,7 @@ config ADK_KERNEL_PREEMPT_RTB
select ADK_KERNEL_HIGH_RES_TIMERS
select ADK_KERNEL_PATCH_REALTIME
depends on !ADK_KERNEL_OPROFILE
- depends on ADK_TARGET_KERNEL_VERSION_4_1 \
- || ADK_TARGET_KERNEL_VERSION_4_4 \
+ depends on ADK_TARGET_KERNEL_VERSION_4_4 \
|| ADK_TARGET_KERNEL_VERSION_4_9 \
|| (ADK_TARGET_KERNEL_VERSION_GIT && ADK_TARGET_BOARD_BCM28XX)
help
@@ -178,8 +177,7 @@ config ADK_KERNEL_PREEMPT_RT_FULL
select ADK_KERNEL_HIGH_RES_TIMERS
select ADK_KERNEL_PATCH_REALTIME
depends on !ADK_KERNEL_OPROFILE
- depends on ADK_TARGET_KERNEL_VERSION_4_1 \
- || ADK_TARGET_KERNEL_VERSION_4_4 \
+ depends on ADK_TARGET_KERNEL_VERSION_4_4 \
|| ADK_TARGET_KERNEL_VERSION_4_9 \
|| (ADK_TARGET_KERNEL_VERSION_GIT && ADK_TARGET_BOARD_BCM28XX)
help