diff options
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 3ee28db69be6..3fa36d2bc290 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -77,7 +77,12 @@ config TRACING_SUPPORT | |||
77 | 77 | ||
78 | if TRACING_SUPPORT | 78 | if TRACING_SUPPORT |
79 | 79 | ||
80 | menu "Tracers" | 80 | menuconfig FTRACE |
81 | bool "Tracers" | ||
82 | help | ||
83 | Enable the kernel tracing infrastructure. | ||
84 | |||
85 | if FTRACE | ||
81 | 86 | ||
82 | config FUNCTION_TRACER | 87 | config FUNCTION_TRACER |
83 | bool "Kernel Function Tracer" | 88 | bool "Kernel Function Tracer" |
@@ -462,7 +467,7 @@ config MMIOTRACE_TEST | |||
462 | 467 | ||
463 | Say N, unless you absolutely know what you are doing. | 468 | Say N, unless you absolutely know what you are doing. |
464 | 469 | ||
465 | endmenu | 470 | endif # FTRACE |
466 | 471 | ||
467 | endif # TRACING_SUPPORT | 472 | endif # TRACING_SUPPORT |
468 | 473 | ||