tracing/events: make SAMPLE_TRACE_EVENTS default to n
[safe/jmp/linux-2.6] / samples / Kconfig
index 93f41c0..b75d28c 100644 (file)
@@ -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.