1# Copyright (c) 2022 Google Inc 2# SPDX-License-Identifier: Apache-2.0 3 4config BBRAM_STM32 5 bool "ST STM32 Battery-backed RAM drivers" 6 default y 7 depends on DT_HAS_ST_STM32_BBRAM_ENABLED 8 depends on COUNTER_RTC_STM32 || RTC_STM32 9 help 10 This option enables the BBRAM driver for STM32 family of 11 processors. 12 13 STM32 BBRAM are 32-bit registers which can be used for storing user 14 application data. They are implemented in the backup domain that remains 15 powered-on by VBAT when the VDD power is switched off. They are not reset 16 by system reset or when the device wakes up from Standby mode. They are 17 reset by a backup domain reset. 18