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