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

CONFIG_EEPROM_STM32

STM32 EEPROM driver

Type: bool

Help

Enable EEPROM support on the STM32 L0, L1 family of processors.

Direct dependencies

(SOC_SERIES_STM32L0X || SOC_SERIES_STM32L1X) && EEPROM

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At drivers/eeprom/Kconfig.stm32:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:100drivers/eeprom/Kconfig:58

Menu path: (Top) → Device Drivers → EEPROM hardware support

config EEPROM_STM32
    bool "STM32 EEPROM driver"
    default y
    select USE_STM32_HAL_FLASH
    select USE_STM32_HAL_FLASH_EX
    depends on (SOC_SERIES_STM32L0X || SOC_SERIES_STM32L1X) && EEPROM
    help
      Enable EEPROM support on the STM32 L0, L1 family of processors.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)