diff --git a/subsys/tracing/Kconfig b/subsys/tracing/Kconfig index b2283cd4c2f..6afb614e9df 100644 --- a/subsys/tracing/Kconfig +++ b/subsys/tracing/Kconfig @@ -7,6 +7,8 @@ DT_CHOSEN_Z_CONSOLE := zephyr,console config TRACING bool "Enabling Tracing" + imply THREAD_NAME + imply THREAD_STACK_INFO help Enable system tracing. This requires a backend such as SEGGER Systemview to be enabled as well.