Skip to content

Commit ad4e7f2

Browse files
committed
tracing: TRACING implies THREAD_NAME, STACK_INFO
Tracing now implies THREAD_NAME and STACK_INFO. Signed-off-by: Anas Nashif <[email protected]>
1 parent b3226f8 commit ad4e7f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsys/tracing/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ DT_CHOSEN_Z_CONSOLE := zephyr,console
77

88
config TRACING
99
bool "Enabling Tracing"
10+
imply THREAD_NAME
11+
imply THREAD_STACK_INFO
1012
help
1113
Enable system tracing. This requires a backend such as SEGGER
1214
Systemview to be enabled as well.

0 commit comments

Comments
 (0)