:orphan: .. title:: CONFIG_EEPROM_STM32 .. kconfig:: CONFIG_EEPROM_STM32 CONFIG_EEPROM_STM32 ################### *STM32 EEPROM driver* Type: ``bool`` Help ==== .. code-block:: none Enable EEPROM support on the STM32 L0, L1 family of processors. Direct dependencies =================== (\ :kconfig:`SOC_SERIES_STM32L0X ` || \ :kconfig:`SOC_SERIES_STM32L1X `) && \ :kconfig:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`USE_STM32_HAL_FLASH ` - \ :kconfig:`USE_STM32_HAL_FLASH_EX ` Kconfig definition ================== At ``/eeprom/Kconfig.stm32:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:100`` → ``/eeprom/Kconfig:58`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. code-block:: kconfig 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.)*