-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/eeprom/Kconfig.eeprom_emu:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:98
→ <Zephyr>/drivers/eeprom/Kconfig:59
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.)