commit | 1559712b227f2c731890386089d89638d474c381 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Mar 31 13:40:01 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 06 16:43:55 2021 -0400 |
tree | 4d7d9ef14193cac384d2229894320a4464b2df29 | |
parent | 70d0a1b6ef237a9b630d36d253bb6624d9021547 [diff] |
timing: add kconfig CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT 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>