:orphan: .. title:: CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT .. kconfig:: CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT #################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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:`TIMING_FUNCTIONS ` Symbols that select this symbol =============================== - \ :kconfig:`DEMAND_PAGING_STATS_USING_TIMING_FUNCTIONS ` - \ :kconfig:`THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS ` Kconfig definition ================== At ``/timing/Kconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:63`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig 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.)*