CONFIG_TRACING_BACKEND_USB
Enable USB backend
Type: bool
Help
Use USB to output tracing data.
Direct dependencies
USB_DEVICE_STACK
&& TRACING_ASYNC
&& <choice: Tracing Backend>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Zephyr>/subsys/tracing/Kconfig:143
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:65
Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Backend
config TRACING_BACKEND_USB
bool "Enable USB backend"
depends on USB_DEVICE_STACK && TRACING_ASYNC && <choice>
help
Use USB to output tracing data.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)