aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
authorKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>2009-03-06 10:40:53 +0900
committerIngo Molnar <mingo@elte.hu>2009-03-06 11:56:42 +0100
commit422d3c7a577b15e1384c9d4e72a9540896b685fa (patch)
tree8852c53347ec55c53bea321bd9b9f07cd9cc9d66 /kernel/trace/Kconfig
parentMerge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace (diff)
downloadlinux-dev-422d3c7a577b15e1384c9d4e72a9540896b685fa.tar.xz
linux-dev-422d3c7a577b15e1384c9d4e72a9540896b685fa.zip
tracing: current tip/master can't enable ftrace
After commit 40ada30f9621fbd831ac2437b9a2a399aad34b00, "make menuconfig" doesn't display "Tracer" item. Following modification restores it.
Diffstat (limited to '')
-rw-r--r--kernel/trace/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 5d733da5345a..058d949a3214 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -61,6 +61,7 @@ config TRACING_SUPPORT
bool
depends on TRACE_IRQFLAGS_SUPPORT
depends on STACKTRACE_SUPPORT
+ default y
if TRACING_SUPPORT