:orphan: .. title:: CONFIG_TRACING_BACKEND_USB .. kconfig:: CONFIG_TRACING_BACKEND_USB CONFIG_TRACING_BACKEND_USB ########################## *Enable USB backend* Type: ``bool`` Help ==== .. code-block:: none Use USB to output tracing data. Direct dependencies =================== \ :kconfig:`USB_DEVICE_STACK ` && \ :kconfig:`TRACING_ASYNC ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/tracing/Kconfig:143`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Backend .. code-block:: kconfig config TRACING_BACKEND_USB bool "Enable USB backend" depends on USB_DEVICE_STACK && TRACING_ASYNC && help Use USB to output tracing data. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*