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

Kconfig definition

At <Zephyr>/subsys/timing/Kconfig:11

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