aboutsummaryrefslogtreecommitdiffstats
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
parentftrace: stack trace add indexes (diff)
downloadlinux-dev-2ff01c6a17391225a18256d510b6e5b4aba40aa1.tar.xz
linux-dev-2ff01c6a17391225a18256d510b6e5b4aba40aa1.zip
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 2a22e46390d3..5a9cffb0fafb 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