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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue