CONFIG_TRACING_CONDVAR¶
Enable tracing Condition Variables
Type: bool
Help¶
Enable tracing Condition Variables
Default¶
- y 
Kconfig definition¶
At <Zephyr Subsystem>/tracing/Kconfig:244
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:65
Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Configuration
config TRACING_CONDVAR
    bool "Enable tracing Condition Variables"
    default y
    depends on TRACING
    help
      Enable tracing Condition Variables
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)