tracing: current tip/master can't enable ftrace
After commit 40ada30f96
,
"make menuconfig" doesn't display "Tracer" item.
Following modification restores it.
This commit is contained in:
parent
bc722f508a
commit
422d3c7a57
|
@ -61,6 +61,7 @@ config TRACING_SUPPORT
|
||||||
bool
|
bool
|
||||||
depends on TRACE_IRQFLAGS_SUPPORT
|
depends on TRACE_IRQFLAGS_SUPPORT
|
||||||
depends on STACKTRACE_SUPPORT
|
depends on STACKTRACE_SUPPORT
|
||||||
|
default y
|
||||||
|
|
||||||
if TRACING_SUPPORT
|
if TRACING_SUPPORT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue