Skip to content

Commit 8d9ca6a

Browse files
sean-madigancarlescufi
authored andcommitted
drivers: clock_control: Calibration default on if not BOARD_ENABLE_CPUNET
To prevent both net and app core calibrating. Signed-off-by: Sean Madigan <[email protected]>
1 parent 4b0252e commit 8d9ca6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clock_control/Kconfig.nrf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ endchoice
5757
config CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION
5858
bool "LF clock calibration"
5959
depends on !SOC_SERIES_NRF91X && CLOCK_CONTROL_NRF_K32SRC_RC
60-
default y
60+
default y if !BOARD_ENABLE_CPUNET
6161
help
6262
If calibration is disabled when RC is used for low frequency clock then
6363
accuracy of the low frequency clock will degrade. Disable on your own

0 commit comments

Comments
 (0)