:orphan: .. title:: CONFIG_BOARD_HAS_TIMING_FUNCTIONS .. kconfig:: CONFIG_BOARD_HAS_TIMING_FUNCTIONS CONFIG_BOARD_HAS_TIMING_FUNCTIONS ################################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Should be selected if board provides custom method for retrieving timestamps and cycle count. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` Menu path: (Top) .. code-block:: kconfig config BOARD_HAS_TIMING_FUNCTIONS bool help Should be selected if board provides custom method for retrieving timestamps and cycle count. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*