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