The latest development version of this page may be more current than this released 2.7.5 version.

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:8Kconfig.zephyr:38soc/Kconfig:18soc/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.)