aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-09-04 15:04:37 +0200
committerIngo Molnar <mingo@elte.hu>2008-10-14 10:36:31 +0200
commit2ff01c6a17391225a18256d510b6e5b4aba40aa1 (patch)
tree9645990cbdcf5009c6b901de1004c3369e44c1aa /kernel/trace/Kconfig
parent1b6cced6ec9677fa65471e890dfdcb4bf5387643 (diff)
stack tracer: depends on DEBUG_KERNEL
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 2a22e46390d..5a9cffb0faf 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -109,6 +109,7 @@ config CONTEXT_SWITCH_TRACER
config STACK_TRACER
bool "Trace max stack"
depends on HAVE_FTRACE
+ depends on DEBUG_KERNEL
select FTRACE
select STACKTRACE
help