CONFIG_TRACING_BACKEND_USB

Enable USB backend

Type: bool

Help

Use USB to output tracing data.

Direct dependencies

USB && TRACING_ASYNC && <choice: Tracing Backend>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/tracing/Kconfig:153

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:56

Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Backend

config TRACING_BACKEND_USB
    bool "Enable USB backend"
    depends on USB && TRACING_ASYNC && <choice: Tracing Backend>
    help
      Use USB to output tracing data.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)