We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CLOCK_CONTROL
1 parent 16e4af4 commit cb4b350Copy full SHA for cb4b350
soc/nordic/Kconfig.defconfig
@@ -11,7 +11,7 @@ rsource "*/Kconfig.defconfig"
11
# based on the Haltium platform SoCs where clock control is not needed
12
# for the system timer
13
config CLOCK_CONTROL
14
- default y if SYS_CLOCK_EXISTS && !NRF_PLATFORM_HALTIUM
+ default y if SYS_CLOCK_EXISTS && !NRF_PLATFORM_HALTIUM && !RISCV_CORE_NORDIC_VPR
15
16
config SYS_CLOCK_HW_CYCLES_PER_SEC
17
default 1000000 if NRF_GRTC_TIMER
0 commit comments