:orphan: .. title:: EEPROM_AT25 .. option:: CONFIG_EEPROM_AT25 *Atmel AT25 (and compatible) SPI EEPROM support* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/eeprom/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:98`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. parsed-literal:: config EEPROM_AT25 bool "Atmel AT25 (and compatible) SPI EEPROM support" select \ :option:`EEPROM_AT2X ` depends on \ :option:`SPI ` && \ :option:`EEPROM ` help Enable support for Atmel AT25 (and compatible) SPI EEPROMs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*