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 <Zephyr Subsystem>/tracing/Kconfig:30

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/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.)