:orphan: .. title:: CONFIG_EMUL_EEPROM_AT2X .. kconfig:: CONFIG_EMUL_EEPROM_AT2X CONFIG_EMUL_EEPROM_AT2X ####################### *Emulate an Atmel AT24 I2C chip* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`EMUL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/emul/i2c/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:21`` → ``/emul/Kconfig:48`` Menu path: (Top) → Sub Systems and OS Services → Emulation drivers .. code-block:: kconfig 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.)*