diff options
author | KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> | 2009-03-06 04:40:53 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-06 13:56:42 +0300 |
commit | 422d3c7a577b15e1384c9d4e72a9540896b685fa (patch) | |
tree | 8852c53347ec55c53bea321bd9b9f07cd9cc9d66 /kernel/trace/Kconfig | |
parent | bc722f508a5bcbb65a7bb0c7ce8e3934f5763a1a (diff) | |
download | linux-422d3c7a577b15e1384c9d4e72a9540896b685fa.tar.xz |
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 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 1 |
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 |