mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
This adds a new kconfig CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT so that the timing subsystem can be initialized at boot, instead of being #ifdef under thread runtime statistics. This will allow other part of kernel and other subsystems to utilize the timing functions. Signed-off-by: Daniel Leung <daniel.leung@intel.com>