diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-19 19:37:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-19 19:37:35 +0200 |
commit | dfd8db8dec0870dbe7f0ac512854a6d3650c88c9 (patch) | |
tree | fcb129e5cc76b15302ab82aefbfd09d9fff34154 /target/linux/config | |
parent | f134746c24f1fc8025994a7266eb254c7aec7116 (diff) |
rt-patch: add preempt-rt patch to rpi kernel
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.kernel | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 8086a4bf7..b53b5f025 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -168,7 +168,8 @@ config ADK_KERNEL_PREEMPT_RTB depends on !ADK_KERNEL_OPROFILE depends on ADK_TARGET_KERNEL_VERSION_4_1 \ || ADK_TARGET_KERNEL_VERSION_4_4 \ - || ADK_TARGET_KERNEL_VERSION_4_9 + || ADK_TARGET_KERNEL_VERSION_4_9 \ + || (ADK_TARGET_KERNEL_VERSION_GIT && ADK_TARGET_BOARD_BCM28XX) help Preemptible Kernel (Basic RT) @@ -179,7 +180,8 @@ config ADK_KERNEL_PREEMPT_RT_FULL depends on !ADK_KERNEL_OPROFILE depends on ADK_TARGET_KERNEL_VERSION_4_1 \ || ADK_TARGET_KERNEL_VERSION_4_4 \ - || ADK_TARGET_KERNEL_VERSION_4_9 + || ADK_TARGET_KERNEL_VERSION_4_9 \ + || (ADK_TARGET_KERNEL_VERSION_GIT && ADK_TARGET_BOARD_BCM28XX) help Fully Preemptible Kernel (RealTime) https://www.kernel.org/pub/linux/kernel/projects/rt/ |