tracing: remove legacy select of MARKERS by context switch tracing

The context switch tracer was made before tracepoints were mature, and
the original version used markers. This is no longer true and this
patch removes the select.

Reported-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
Steven Rostedt 2009-08-26 22:23:52 -04:00 committed by Steven Rostedt
parent 6c347d43ee
commit c0729be99c
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ config EVENT_TRACING
bool bool
config CONTEXT_SWITCH_TRACER config CONTEXT_SWITCH_TRACER
select MARKERS
bool bool
# All tracer options should select GENERIC_TRACER. For those options that are # All tracer options should select GENERIC_TRACER. For those options that are