diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2009-05-05 22:32:32 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-06 04:38:18 -0400 |
commit | 96d17980fabeb757706d2d6db5a28580a6156bfc (patch) | |
tree | 213bfe0775bf42da40e81e43632e18249da72113 /samples | |
parent | fd6da10a617f483348ee32bcfe53fd20c302eca1 (diff) |
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>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 93f41c051092..b75d28cba3f7 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -20,9 +20,8 @@ config SAMPLE_TRACEPOINTS | |||
20 | This build tracepoints example modules. | 20 | This build tracepoints example modules. |
21 | 21 | ||
22 | config SAMPLE_TRACE_EVENTS | 22 | config SAMPLE_TRACE_EVENTS |
23 | tristate "Build trace_events examples" | 23 | tristate "Build trace_events examples -- loadable modules only" |
24 | depends on EVENT_TRACING | 24 | depends on EVENT_TRACING && m |
25 | default m | ||
26 | help | 25 | help |
27 | This build trace event example modules. | 26 | This build trace event example modules. |
28 | 27 | ||