:orphan: .. title:: TRACING_NONE .. option:: CONFIG_TRACING_NONE *No tracing format selected* Type: ``bool`` Help ==== None of the available tracing formats is selected. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Format .. parsed-literal:: config TRACING_NONE bool "No tracing format selected" depends on \ :ref:` ` help None of the available tracing formats is selected. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*