:orphan: .. title:: EEPROM_STM32 .. option:: CONFIG_EEPROM_STM32 *STM32 EEPROM driver* Type: ``bool`` Help ==== Enable EEPROM support on the STM32 L0, L1 family of processors. Direct dependencies =================== (\ :option:`SOC_SERIES_STM32L0X ` || \ :option:`SOC_SERIES_STM32L1X `) && \ :option:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`USE_STM32_HAL_FLASH ` - \ :option:`USE_STM32_HAL_FLASH_EX ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/eeprom/Kconfig.stm32:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:98`` → ``drivers/eeprom/Kconfig:58`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. parsed-literal:: config EEPROM_STM32 bool "STM32 EEPROM driver" default y select \ :option:`USE_STM32_HAL_FLASH ` select \ :option:`USE_STM32_HAL_FLASH_EX ` depends on (\ :option:`SOC_SERIES_STM32L0X ` || \ :option:`SOC_SERIES_STM32L1X `) && \ :option:`EEPROM ` help Enable EEPROM support on the STM32 L0, L1 family of processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*