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