:orphan: .. title:: CONFIG_EEPROM_AT2X .. kconfig:: CONFIG_EEPROM_AT2X CONFIG_EEPROM_AT2X ################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable support for Atmel AT2x (and compatible) I2C/SPI EEPROMs. Direct dependencies =================== \ :kconfig:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`EEPROM_AT24 ` - \ :kconfig:`EEPROM_AT25 ` Kconfig definition ================== At ``/eeprom/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:100`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. code-block:: kconfig config EEPROM_AT2X bool depends on EEPROM help Enable support for Atmel AT2x (and compatible) I2C/SPI EEPROMs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*