1# Copyright (c) 2020 Intel Corporation 2# 3# SPDX-License-Identifier: Apache-2.0 4 5config TIMING_FUNCTIONS 6 bool "Timing Functions" 7 help 8 When enabled, timing related functions are compiled. This is 9 useful for gathering timing on code execution. 10 11config TIMING_FUNCTIONS_NEED_AT_BOOT 12 bool 13 select TIMING_FUNCTIONS 14 help 15 Hidden option to indicate that timing functions need to be 16 initialized at boot. 17 18 To be selected by kernel and other subsystems which need 19 to use timing functions. 20