:orphan: .. title:: CONFIG_NRF53_SYNC_RTC_LOG_TIMESTAMP .. kconfig:: CONFIG_NRF53_SYNC_RTC_LOG_TIMESTAMP CONFIG_NRF53_SYNC_RTC_LOG_TIMESTAMP ################################### *Use Synchronized RTC for logging timestamp* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NRF53_SYNC_RTC ` && \ :kconfig:`SOC_SERIES_NRF53X ` && \ :kconfig:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/arm/nordic_nrf/nrf53/Kconfig.soc:246`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration → Enable RTC clock synchronization .. code-block:: kconfig config NRF53_SYNC_RTC_LOG_TIMESTAMP bool "Use Synchronized RTC for logging timestamp" default y depends on NRF53_SYNC_RTC && SOC_SERIES_NRF53X && SOC_FAMILY_NRF *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*