aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/trace/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 50f62a296e1d..f61be3015783 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -79,6 +79,7 @@ if TRACING_SUPPORT
79 79
80menuconfig FTRACE 80menuconfig FTRACE
81 bool "Tracers" 81 bool "Tracers"
82 default y if DEBUG_KERNEL
82 help 83 help
83 Enable the kernel tracing infrastructure. 84 Enable the kernel tracing infrastructure.
84 85