Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trace: move xtos/include/sof/trace/preproc*.h to app level (and change default for CONFIG_TRACE) (OPTION A) #9598

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
5 changes: 4 additions & 1 deletion src/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ menu "Trace"

config TRACE
bool "Trace"
default n if ZEPHYR_SOF_MODULE
default y
help
Enabling traces. All traces (normal and error) are sent by dma.
Enable SOF DMA based traces compatible with the sof-logger tool.
With Zephyr, RTOS side events are not seen in the SOF trace, so native
Zephyr logging (CONFIG_ZEPHYR_LOG) is recommended instead.

config TRACEV
bool "Trace verbose"
Expand Down
Loading