diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-09 20:33:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-09 20:33:07 +0200 |
commit | 41e8d69f6e375dbd8559bd85f3212ed8fb53f333 (patch) | |
tree | cfc8686df810b73ece3fd759618144c13178cebf /target | |
parent | 5112d024387a2c01347467920b383d673d26c362 (diff) |
disable oprofile when preempt rt full is choosen
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index d1682093b..181088cc4 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -114,6 +114,7 @@ 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. |