dcfcd05ed3
Move from using Kconfig TRACING_BACKEND_UART_NAME to a devicetree chosen property ("zephyr,tracing-uart"). This is similar to a number of other functions like "zephyr,shell-uart" or "zephyr,bt-uart". Signed-off-by: Kumar Gala <galak@kernel.org>
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
CONFIG_TRACING=y
|
|
CONFIG_TRACING_CTF=y
|
|
CONFIG_TRACING_BACKEND_UART=y
|
|
CONFIG_TRACING_BUFFER_SIZE=4096
|