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

EMUL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/emul/i2c/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:20<Zephyr>/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.)