The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_NRF53_SYNC_RTC

Enable RTC clock synchronization

Type: bool

Direct dependencies

NRF_RTC_TIMER && SOC_SERIES_NRF53X && SOC_FAMILY_NRF

(Includes any dependencies from ifs and menus.)

Default

Symbols selected by this symbol

Kconfig definition

At soc/arm/nordic_nrf/nrf53/Kconfig.soc:230

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:18soc/arm/nordic_nrf/Kconfig:17

Menu path: (Top) → Hardware Configuration

config NRF53_SYNC_RTC
    bool "Enable RTC clock synchronization"
    default y if LOG && !LOG_MODE_MINIMAL
    select NRFX_DPPI
    select IPM if !MBOX
    depends on NRF_RTC_TIMER && SOC_SERIES_NRF53X && SOC_FAMILY_NRF

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)