CONFIG_EEPROM_EMULATOR
Emulated EEPROM driver
Type: bool
Help
Enable emulated (on flash) EEPROM support. This mimics an external
EEPROM on a flash partition. The number of writes that can be
performed to the EEPROM is maximized by using a flash area that is
larger than the EEPROM area and by storing only changes to the EEPROM
data.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/eeprom/Kconfig.eeprom_emu:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:100
→ <Zephyr>/drivers/eeprom/Kconfig:60
Menu path: (Top) → Device Drivers → EEPROM hardware support
config EEPROM_EMULATOR
bool "Emulated EEPROM driver"
select FLASH
depends on EEPROM
help
Enable emulated (on flash) EEPROM support. This mimics an external
EEPROM on a flash partition. The number of writes that can be
performed to the EEPROM is maximized by using a flash area that is
larger than the EEPROM area and by storing only changes to the EEPROM
data.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)