:orphan: .. title:: EEPROM_AT24 .. option:: CONFIG_EEPROM_AT24 *Atmel AT24 (and compatible) I2C EEPROM support* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``boards/shields/lmp90100_evb/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config EEPROM_AT24 bool default y depends on \ :option:`EEPROM ` && \ :option:`SHIELD_LMP90100_EVB ` ---- At ``boards/shields/lmp90100_evb/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config EEPROM_AT24 bool default y depends on \ :option:`EEPROM ` && \ :option:`SHIELD_LMP90100_EVB ` ---- At ``drivers/eeprom/Kconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:98`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. parsed-literal:: config EEPROM_AT24 bool "Atmel AT24 (and compatible) I2C EEPROM support" select \ :option:`EEPROM_AT2X ` depends on \ :option:`I2C ` && \ :option:`EEPROM ` help Enable support for Atmel AT24 (and compatible) I2C EEPROMs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*