:orphan: .. title:: CONFIG_SOC_HAS_TIMING_FUNCTIONS .. kconfig:: CONFIG_SOC_HAS_TIMING_FUNCTIONS CONFIG_SOC_HAS_TIMING_FUNCTIONS ############################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Should be selected if SoC provides custom method for retrieving timestamps and cycle count. Defaults ======== - y if !\ :kconfig:`CORTEX_M_DWT ` - y if !\ :kconfig:`CORTEX_M_DWT ` - y - y if !\ :kconfig:`CORTEX_M_DWT ` - y if !\ :kconfig:`CORTEX_M_DWT ` - y Kconfig definitions =================== At ``/arm/microchip_mec/mec1501/Kconfig.defconfig.series:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config SOC_HAS_TIMING_FUNCTIONS bool default y if !CORTEX_M_DWT depends on RTOS_TIMER && SOC_SERIES_MEC1501X ---- At ``/arm/microchip_mec/mec172x/Kconfig.defconfig.series:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config SOC_HAS_TIMING_FUNCTIONS bool default y if !CORTEX_M_DWT depends on RTOS_TIMER && SOC_SERIES_MEC172X ---- At ``/arm/nordic_nrf/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config SOC_HAS_TIMING_FUNCTIONS bool default y depends on !CORTEX_M_DWT && NRF_RTC_TIMER && SOC_FAMILY_NRF ---- At ``/arm/microchip_mec/mec1501/Kconfig.defconfig.series:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config SOC_HAS_TIMING_FUNCTIONS bool default y if !CORTEX_M_DWT depends on RTOS_TIMER && SOC_SERIES_MEC1501X ---- At ``/arm/microchip_mec/mec172x/Kconfig.defconfig.series:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config SOC_HAS_TIMING_FUNCTIONS bool default y if !CORTEX_M_DWT depends on RTOS_TIMER && SOC_SERIES_MEC172X ---- At ``/arm/nordic_nrf/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config SOC_HAS_TIMING_FUNCTIONS bool default y depends on !CORTEX_M_DWT && NRF_RTC_TIMER && SOC_FAMILY_NRF ---- At ``/Kconfig:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` Menu path: (Top) .. code-block:: kconfig config SOC_HAS_TIMING_FUNCTIONS bool help Should be selected if SoC provides custom method for retrieving timestamps and cycle count. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*