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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue