CONFIG_STM32_BACKUP_SRAM
Enable STM32 Backup SRAM
Type: bool
Help
Enable support for STM32 backup SRAM.
Direct dependencies
(SOC_SERIES_STM32F2X
|| SOC_SERIES_STM32F4X
|| SOC_SERIES_STM32F7X
|| SOC_SERIES_STM32H7X
) && SOC_FAMILY_STM32
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <SoC>/arm/st_stm32/common/Kconfig.soc:12
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <SoC>/Kconfig:18
→ <SoC>/arm/st_stm32/Kconfig:17
Menu path: (Top) → Hardware Configuration
config STM32_BACKUP_SRAM
bool "Enable STM32 Backup SRAM"
depends on (SOC_SERIES_STM32F2X || SOC_SERIES_STM32F4X || SOC_SERIES_STM32F7X || SOC_SERIES_STM32H7X) && SOC_FAMILY_STM32
help
Enable support for STM32 backup SRAM.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)