:orphan: .. title:: choice: Tracing Backend .. _choice_468: .. describe:: choice: Tracing Backend *Tracing Backend* Type: ``bool`` Direct dependencies =================== \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`TRACING_BACKEND_UART ` Choice options ============== - \ :option:`TRACING_BACKEND_UART ` - \ :option:`TRACING_BACKEND_USB ` - \ :option:`TRACING_BACKEND_POSIX ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:143`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. parsed-literal:: choice bool "Tracing Backend" default \ :option:`TRACING_BACKEND_UART ` depends on \ :option:`TRACING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*