Commit 96d17980fabeb757706d2d6db5a28580a6156bfc

Authored by Li Zefan
Committed by Ingo Molnar
1 parent fd6da10a61

tracing/events: make SAMPLE_TRACE_EVENTS default to n

Normally a config should be default to n. This patch also makes the
sample module-only, like SAMPLE_MARKERS and SAMPLE_TRACEPOINTS.

[ Impact: don't build trace event sample by default ]

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <4A00F6C0.8090803@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 2 additions and 3 deletions Side-by-side Diff

... ... @@ -20,9 +20,8 @@
20 20 This build tracepoints example modules.
21 21  
22 22 config SAMPLE_TRACE_EVENTS
23   - tristate "Build trace_events examples"
24   - depends on EVENT_TRACING
25   - default m
  23 + tristate "Build trace_events examples -- loadable modules only"
  24 + depends on EVENT_TRACING && m
26 25 help
27 26 This build trace event example modules.
28 27