aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-05-23 17:58:21 -0400
committerThomas Gleixner <tglx@linutronix.de>2008-05-23 17:58:21 -0400
commit5fc4511c756860149b81aead6eca5bdf5c438ea7 (patch)
tree5d4e2239badd3d43f03155fa4ab1ad7b7e7837b0 /kernel/trace
parent9caee613d3b860ae81b79370eeae9ac967c07536 (diff)
ftrace: make it more available in the Kconfig
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/trace')
-rw-r--r--kernel/trace/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 9b49526ac0b5..e101c9a85f0f 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -77,7 +77,7 @@ config PREEMPT_TRACER
77 77
78config SYSPROF_TRACER 78config SYSPROF_TRACER
79 bool "Sysprof Tracer" 79 bool "Sysprof Tracer"
80 depends on DEBUG_KERNEL && X86 80 depends on DEBUG_KERNEL
81 select TRACING 81 select TRACING
82 help 82 help
83 This tracer provides the trace needed by the 'Sysprof' userspace 83 This tracer provides the trace needed by the 'Sysprof' userspace