soc: nordic: vpr: fix CLOCK_CONTROL default value

VPR cores should not enable this option.

Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
This commit is contained in:
Marcin Szymczyk 2025-01-24 16:02:32 +01:00 committed by Benjamin Cabé
commit cb4b350700

View file

@ -11,7 +11,7 @@ rsource "*/Kconfig.defconfig"
# based on the Haltium platform SoCs where clock control is not needed
# for the system timer
config CLOCK_CONTROL
default y if SYS_CLOCK_EXISTS && !NRF_PLATFORM_HALTIUM
default y if SYS_CLOCK_EXISTS && !NRF_PLATFORM_HALTIUM && !RISCV_CORE_NORDIC_VPR
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 1000000 if NRF_GRTC_TIMER