blob: f956315e6a3e2a7198cbe05489e898e757ac9b5e [file] [log] [blame]
# Copyright (c) 2020 Laczen
# SPDX-License-Identifier: Apache-2.0
config EEPROM_EMULATOR
bool "Emulated EEPROM driver"
select FLASH
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.