From 492d40f88d0567c4f6a72092fd767fb06bef5848 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 22 Sep 2016 17:54:14 +0200 Subject: fixup allmodconfig target --- target/linux/config/Config.in.debug | 1 - target/linux/config/Config.in.kernel | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux') 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 -- cgit v1.2.3