:orphan: .. title:: CONFIG_NRF53_SYNC_RTC .. kconfig:: CONFIG_NRF53_SYNC_RTC CONFIG_NRF53_SYNC_RTC ##################### *Enable RTC clock synchronization* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NRF_RTC_TIMER ` && \ :kconfig:`SOC_SERIES_NRF53X ` && \ :kconfig:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`LOG ` && !\ :kconfig:`LOG_MODE_MINIMAL ` Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_DPPI ` - \ :kconfig:`IPM ` if !\ :kconfig:`MBOX ` Kconfig definition ================== At ``/arm/nordic_nrf/nrf53/Kconfig.soc:230`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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.)*