:orphan: .. title:: EEPROM_AT25 .. option:: CONFIG_EEPROM_AT25 *Atmel AT25 (and compatible) SPI EEPROM support* Type: ``bool`` Help ==== .. code-block:: none Enable support for Atmel AT25 (and compatible) SPI EEPROMs. Direct dependencies =================== \ :option:`SPI ` && \ :option:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`EEPROM_AT2X ` Kconfig definition ================== At ``/eeprom/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:98`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. code-block:: kconfig config EEPROM_AT25 bool "Atmel AT25 (and compatible) SPI EEPROM support" select EEPROM_AT2X depends on SPI && EEPROM help Enable support for Atmel AT25 (and compatible) SPI EEPROMs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*