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 <Zephyr Driver>/eeprom/Kconfig.stm32:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:100 → <Zephyr Driver>/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.)