diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 13:10:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 13:10:02 +0200 |
commit | 29fcf823c3a97b1bb7074b0ca685547582216e0c (patch) | |
tree | 954b40a924f12230860558574dc9d09818d96369 /target/linux/config/Config.in.debug | |
parent | 4710337f4b60d653eecdc8bf3f47a0db8315a4f0 (diff) | |
parent | 3cbf295665a341bc0dfd906e8910614f01681572 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.debug')
-rw-r--r-- | target/linux/config/Config.in.debug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 50c173321..cea0198d1 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -90,7 +90,8 @@ config ADK_KPACKAGE_KMOD_OPROFILE prompt "kernel support for oprofile" tristate select ADK_KERNEL_PROFILING - depends on !ADK_TARGET_SYSTEM_FOXBOARD_LX + depends on !ADK_LINUX_CRIS + depends on !ADK_LINUX_M68K default n help use oprofile package to make use of the kernel support. |