diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-11 11:55:42 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-11 11:55:42 -0400 |
commit | 940010c5a314a7bd9b498593bc6ba1718ac5aec5 (patch) | |
tree | d141e08ced08c40c6a8e3ab2cdecde5ff14e560f /samples/Kconfig | |
parent | 8dc8e5e8bc0ce00b0f656bf972f67cd8a72759e5 (diff) | |
parent | 991ec02cdca33b03a132a0cacfe6f0aa0be9aa8d (diff) |
Merge branch 'linus' into perfcounters/core
Conflicts:
arch/x86/kernel/irqinit.c
arch/x86/kernel/irqinit_64.c
arch/x86/kernel/traps.c
arch/x86/mm/fault.c
include/linux/sched.h
kernel/exit.c
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 4b02f5a0e656..b75d28cba3f7 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -19,6 +19,12 @@ config SAMPLE_TRACEPOINTS | |||
19 | help | 19 | help |
20 | This build tracepoints example modules. | 20 | This build tracepoints example modules. |
21 | 21 | ||
22 | config SAMPLE_TRACE_EVENTS | ||
23 | tristate "Build trace_events examples -- loadable modules only" | ||
24 | depends on EVENT_TRACING && m | ||
25 | help | ||
26 | This build trace event example modules. | ||
27 | |||
22 | config SAMPLE_KOBJECT | 28 | config SAMPLE_KOBJECT |
23 | tristate "Build kobject examples" | 29 | tristate "Build kobject examples" |
24 | help | 30 | help |