CONFIG_TRACING_CORE¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Automatically selected by formats that require the core
tracing infrastructure.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/tracing/Kconfig:20
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:65
Menu path: (Top) → Sub Systems and OS Services → Tracing Support
config TRACING_CORE
    bool
    depends on TRACING
    help
      Automatically selected by formats that require the core
      tracing infrastructure.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)