tracing: TRACING implies THREAD_NAME, STACK_INFO
Tracing now implies THREAD_NAME and STACK_INFO. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b3226f8668
commit
ad4e7f2db3
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ DT_CHOSEN_Z_CONSOLE := zephyr,console
|
||||||
|
|
||||||
config TRACING
|
config TRACING
|
||||||
bool "Enabling Tracing"
|
bool "Enabling Tracing"
|
||||||
|
imply THREAD_NAME
|
||||||
|
imply THREAD_STACK_INFO
|
||||||
help
|
help
|
||||||
Enable system tracing. This requires a backend such as SEGGER
|
Enable system tracing. This requires a backend such as SEGGER
|
||||||
Systemview to be enabled as well.
|
Systemview to be enabled as well.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue