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:
parent
4b0252eab3
commit
8d9ca6ab1c
|
@ -57,7 +57,7 @@ endchoice
|
|||
config CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION
|
||||
bool "LF clock calibration"
|
||||
depends on !SOC_SERIES_NRF91X && CLOCK_CONTROL_NRF_K32SRC_RC
|
||||
default y
|
||||
default y if !BOARD_ENABLE_CPUNET
|
||||
help
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue