mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-17 12:14:43 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue