diff options
-rw-r--r-- | kernel/trace/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index bc535cb91de9..e0cea282e0c5 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -123,6 +123,7 @@ config BOOT_TRACER | |||
123 | bool "Trace boot initcalls" | 123 | bool "Trace boot initcalls" |
124 | depends on DEBUG_KERNEL | 124 | depends on DEBUG_KERNEL |
125 | select TRACING | 125 | select TRACING |
126 | select CONTEXT_SWITCH_TRACER | ||
126 | help | 127 | help |
127 | This tracer helps developers to optimize boot times: it records | 128 | This tracer helps developers to optimize boot times: it records |
128 | the timings of the initcalls and traces key events and the identity | 129 | the timings of the initcalls and traces key events and the identity |