soc: nordic: nrf53: Update default value of NRF53_SYNC_RTC
Most likely there is no point of synchronizing RTC if net core is not enabled. Same for the bootloader. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
bda04093fb
commit
114d9b34e2
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
config NRF53_SYNC_RTC
|
config NRF53_SYNC_RTC
|
||||||
bool "RTC clock synchronization"
|
bool "RTC clock synchronization"
|
||||||
default y if LOG && !LOG_MODE_MINIMAL
|
default y if LOG && !LOG_MODE_MINIMAL && !IS_BOOTLOADER && \
|
||||||
|
(SOC_NRF53_CPUNET_ENABLE || SOC_NRF5340_CPUNET)
|
||||||
depends on NRF_RTC_TIMER
|
depends on NRF_RTC_TIMER
|
||||||
select NRFX_GPPI
|
select NRFX_GPPI
|
||||||
select MBOX if !IPM
|
select MBOX if !IPM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue