Lines Matching full:bbram
4 menuconfig BBRAM config
5 bool "Battery-backed RAM (BBRAM) drivers"
7 Enable BBRAM (battery-backed RAM) driver configuration.
9 if BBRAM
11 module = BBRAM
12 module-str = bbram
19 Enable the BBRAM shell with read and write commands.
23 # In STM32, BBRAM is a part of RTC. In this case init priority must be
31 BBRAM driver initialization priority
33 source "drivers/bbram/Kconfig.npcx"
35 source "drivers/bbram/Kconfig.it8xxx2"
37 source "drivers/bbram/Kconfig.bbram_emul"
39 source "drivers/bbram/Kconfig.microchip"
41 source "drivers/bbram/Kconfig.xec"
43 source "drivers/bbram/Kconfig.stm32"
45 endif # BBRAM