diff options
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 36567564e221..192473b22799 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -81,21 +81,6 @@ config EVENT_TRACING | |||
81 | select CONTEXT_SWITCH_TRACER | 81 | select CONTEXT_SWITCH_TRACER |
82 | bool | 82 | bool |
83 | 83 | ||
84 | config EVENT_POWER_TRACING_DEPRECATED | ||
85 | depends on EVENT_TRACING | ||
86 | bool "Deprecated power event trace API, to be removed" | ||
87 | default y | ||
88 | help | ||
89 | Provides old power event types: | ||
90 | C-state/idle accounting events: | ||
91 | power:power_start | ||
92 | power:power_end | ||
93 | and old cpufreq accounting event: | ||
94 | power:power_frequency | ||
95 | This is for userspace compatibility | ||
96 | and will vanish after 5 kernel iterations, | ||
97 | namely 3.1. | ||
98 | |||
99 | config CONTEXT_SWITCH_TRACER | 84 | config CONTEXT_SWITCH_TRACER |
100 | bool | 85 | bool |
101 | 86 | ||