mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 06:54:27 +00:00
In CMakeLists.txt, the MEC1501 specific timing functions are only compiled if CONFIG_CORTEX_M_DWT=n. However, in SoC's kconfig, CONFIG_SOC_HAS_TIMING_FUNCTIONS is defaulted to y unconditionally. This results in the timing subsys looking for SoC-based timing functions but those are not compiled. So add a condition to kconfig similar to CMakeLists.txt where SoC timing functions are only enabled when CONFIG_CORTEX_M_DWT=n. Fixes #29969 Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
nios2 | ||
posix | ||
riscv | ||
x86 | ||
xtensa | ||
Kconfig |