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:
Anas Nashif 2020-02-06 10:35:03 -05:00
parent b3226f8668
commit ad4e7f2db3
1 changed files with 2 additions and 0 deletions

View File

@ -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.