diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-22 17:54:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 22:27:23 +0200 |
commit | 492d40f88d0567c4f6a72092fd767fb06bef5848 (patch) | |
tree | 6cda7ad1e9e61c3b004e48d8c58b9d57b86fe27e /target/linux/config | |
parent | c7cec1a2afff5c16a19d5972fcc9792888bc2da4 (diff) |
fixup allmodconfig target
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.debug | 1 | ||||
-rw-r--r-- | target/linux/config/Config.in.kernel | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 900fc93ae..f68efc97a 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -118,7 +118,6 @@ config ADK_KERNEL_OPROFILE tristate "Oprofile support" select ADK_KERNEL_PROFILING depends on !ADK_TARGET_ARCH_M68K - depends on !ADK_KERNEL_PREEMPT_RT_FULL default n help use oprofile package to make use of the kernel support. diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 5c8c84f30..00f380cbf 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -141,6 +141,7 @@ config ADK_KERNEL_PREEMPT_RTB bool "Preemptible Kernel (Basic RealTime)" 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 help @@ -150,6 +151,7 @@ config ADK_KERNEL_PREEMPT_RT_FULL bool "Fully Preemptible Kernel (RealTime)" 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 help |