Skip to content

Commit

Permalink
tracing/events: make SAMPLE_TRACE_EVENTS default to n
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Steven Rostedt <[email protected]>
Acked-by: Frederic Weisbecker <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
Li Zefan authored and Ingo Molnar committed May 6, 2009
1 parent fd6da10 commit 96d1798
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions samples/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ config SAMPLE_TRACEPOINTS
This build tracepoints example modules.

config SAMPLE_TRACE_EVENTS
tristate "Build trace_events examples"
depends on EVENT_TRACING
default m
tristate "Build trace_events examples -- loadable modules only"
depends on EVENT_TRACING && m
help
This build trace event example modules.

Expand Down

0 comments on commit 96d1798

Please sign in to comment.