The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_TRACING_NONE

No tracing format selected

Type: bool

Help

None of the available tracing formats is selected.

Direct dependencies

<choice: Tracing Format>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/tracing/Kconfig:30

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:65

Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Format

config TRACING_NONE
    bool "No tracing format selected"
    depends on <choice>
    help
      None of the available tracing formats is selected.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)