:orphan: .. title:: EEPROM_AT24 .. option:: CONFIG_EEPROM_AT24 *Atmel AT24 (and compatible) I2C EEPROM support* Type: ``bool`` Help ==== .. code-block:: none Enable support for Atmel AT24 (and compatible) I2C EEPROMs. Direct dependencies =================== (\ :option:`EEPROM ` && \ :option:`SHIELD_LMP90100_EVB `) || (\ :option:`EEPROM ` && \ :option:`SHIELD_LMP90100_EVB `) || (\ :option:`I2C ` && \ :option:`EEPROM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`EEPROM_AT2X ` Kconfig definitions =================== At ``/shields/lmp90100_evb/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config EEPROM_AT24 bool default y depends on EEPROM && SHIELD_LMP90100_EVB ---- At ``/shields/lmp90100_evb/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config EEPROM_AT24 bool default y depends on EEPROM && SHIELD_LMP90100_EVB ---- At ``/eeprom/Kconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:98`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. code-block:: kconfig config EEPROM_AT24 bool "Atmel AT24 (and compatible) I2C EEPROM support" select EEPROM_AT2X depends on I2C && EEPROM help Enable support for Atmel AT24 (and compatible) I2C EEPROMs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*