diff options
author | KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> | 2009-03-05 20:40:53 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-06 05:56:42 -0500 |
commit | 422d3c7a577b15e1384c9d4e72a9540896b685fa (patch) | |
tree | 8852c53347ec55c53bea321bd9b9f07cd9cc9d66 /kernel | |
parent | bc722f508a5bcbb65a7bb0c7ce8e3934f5763a1a (diff) |
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')
-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 | |||
61 | bool | 61 | bool |
62 | depends on TRACE_IRQFLAGS_SUPPORT | 62 | depends on TRACE_IRQFLAGS_SUPPORT |
63 | depends on STACKTRACE_SUPPORT | 63 | depends on STACKTRACE_SUPPORT |
64 | default y | ||
64 | 65 | ||
65 | if TRACING_SUPPORT | 66 | if TRACING_SUPPORT |
66 | 67 | ||