CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Hidden option to indicate that timing functions need to be
initialized at boot.
To be selected by kernel and other subsystems which need
to use timing functions.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/timing/Kconfig:11
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:63
Menu path: (Top) → Sub Systems and OS Services
config TIMING_FUNCTIONS_NEED_AT_BOOT
    bool
    select TIMING_FUNCTIONS
    help
      Hidden option to indicate that timing functions need to be
      initialized at boot.
      To be selected by kernel and other subsystems which need
      to use timing functions.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)