Skip to content

Commit 114d9b3

Browse files
nordic-krchkartben
authored andcommitted
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 <[email protected]>
1 parent bda0409 commit 114d9b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

soc/nordic/nrf53/Kconfig.sync_rtc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
config NRF53_SYNC_RTC
55
bool "RTC clock synchronization"
6-
default y if LOG && !LOG_MODE_MINIMAL
6+
default y if LOG && !LOG_MODE_MINIMAL && !IS_BOOTLOADER && \
7+
(SOC_NRF53_CPUNET_ENABLE || SOC_NRF5340_CPUNET)
78
depends on NRF_RTC_TIMER
89
select NRFX_GPPI
910
select MBOX if !IPM

0 commit comments

Comments
 (0)