drivers: clock_control: Calibration default on if not BOARD_ENABLE_CPUNET

To prevent both net and app core calibrating.

Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>
This commit is contained in:
Sean Madigan 2022-05-16 12:40:42 +01:00 committed by Carles Cufí
commit 8d9ca6ab1c

View file

@ -57,7 +57,7 @@ endchoice
config CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION config CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION
bool "LF clock calibration" bool "LF clock calibration"
depends on !SOC_SERIES_NRF91X && CLOCK_CONTROL_NRF_K32SRC_RC depends on !SOC_SERIES_NRF91X && CLOCK_CONTROL_NRF_K32SRC_RC
default y default y if !BOARD_ENABLE_CPUNET
help help
If calibration is disabled when RC is used for low frequency clock then If calibration is disabled when RC is used for low frequency clock then
accuracy of the low frequency clock will degrade. Disable on your own accuracy of the low frequency clock will degrade. Disable on your own