CONFIG_EMUL_EEPROM_AT2X¶
Emulate an Atmel AT24 I2C chip
Type: bool
Help¶
This is an emulator for the Atmel AT24 series of I2C-attached EEPROMs.
At present it only supports 8-bit addressing. The size of the EEPROM
is given by the 'size' property. See the binding for further details.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/emul/i2c/Kconfig:6
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:21
→ subsys/emul/Kconfig:48
Menu path: (Top) → Sub Systems and OS Services → Emulation drivers
config EMUL_EEPROM_AT2X
bool "Emulate an Atmel AT24 I2C chip"
depends on EMUL
help
This is an emulator for the Atmel AT24 series of I2C-attached EEPROMs.
At present it only supports 8-bit addressing. The size of the EEPROM
is given by the 'size' property. See the binding for further details.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)