Skip to content

Commit cb4b350

Browse files
masz-nordickartben
authored andcommitted
soc: nordic: vpr: fix CLOCK_CONTROL default value
VPR cores should not enable this option. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
1 parent 16e4af4 commit cb4b350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/nordic/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rsource "*/Kconfig.defconfig"
1111
# based on the Haltium platform SoCs where clock control is not needed
1212
# for the system timer
1313
config CLOCK_CONTROL
14-
default y if SYS_CLOCK_EXISTS && !NRF_PLATFORM_HALTIUM
14+
default y if SYS_CLOCK_EXISTS && !NRF_PLATFORM_HALTIUM && !RISCV_CORE_NORDIC_VPR
1515

1616
config SYS_CLOCK_HW_CYCLES_PER_SEC
1717
default 1000000 if NRF_GRTC_TIMER

0 commit comments

Comments
 (0)