:orphan: .. title:: CONFIG_COUNTER_RTC_STM32_SAVE_VALUE_BETWEEN_RESETS .. kconfig:: CONFIG_COUNTER_RTC_STM32_SAVE_VALUE_BETWEEN_RESETS CONFIG_COUNTER_RTC_STM32_SAVE_VALUE_BETWEEN_RESETS ################################################## *Save rtc time value between resets* Type: ``bool`` Help ==== .. code-block:: none Do not reset the rtc time and date after each reset. Direct dependencies =================== !\ :kconfig:`COUNTER_RTC_STM32_BACKUP_DOMAIN_RESET ` && \ :kconfig:`COUNTER_RTC_STM32 ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/counter/Kconfig.stm32_rtc:84`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:31`` Menu path: (Top) → Device Drivers → Counter Drivers → STM32 Counter RTC driver .. code-block:: kconfig config COUNTER_RTC_STM32_SAVE_VALUE_BETWEEN_RESETS bool "Save rtc time value between resets" default y depends on !COUNTER_RTC_STM32_BACKUP_DOMAIN_RESET && COUNTER_RTC_STM32 && COUNTER help Do not reset the rtc time and date after each reset. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*