aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-05-12 21:20:54 +0200
committerThomas Gleixner <tglx@linutronix.de>2008-05-23 21:12:26 +0200
commit694379e9ed4f2f6babe111bf001c69e2e263338b (patch)
tree9ce5695c9e650c802b23096d6fe58c0fe626538e /kernel/trace/Kconfig
parentftrace: fix wakeup callback (diff)
downloadlinux-dev-694379e9ed4f2f6babe111bf001c69e2e263338b.tar.xz
linux-dev-694379e9ed4f2f6babe111bf001c69e2e263338b.zip
ftrace: make it more available in the Kconfig
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index eb1988ed84b7..ebc158e6d59a 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -14,7 +14,7 @@ config TRACING
config FTRACE
bool "Kernel Function Tracer"
- depends on DEBUG_KERNEL && HAVE_FTRACE
+ depends on HAVE_FTRACE
select FRAME_POINTER
select TRACING
select CONTEXT_SWITCH_TRACER
@@ -72,7 +72,6 @@ config PREEMPT_TRACER
config SCHED_TRACER
bool "Scheduling Latency Tracer"
- depends on DEBUG_KERNEL
select TRACING
select CONTEXT_SWITCH_TRACER
select TRACER_MAX_TRACE
@@ -82,7 +81,6 @@ config SCHED_TRACER
config CONTEXT_SWITCH_TRACER
bool "Trace process context switches"
- depends on DEBUG_KERNEL
select TRACING
select MARKERS
help