-
CONFIG_EEPROM_AT25
¶
Atmel AT25 (and compatible) SPI EEPROM support
Type: bool
Help¶
Enable support for Atmel AT25 (and compatible) SPI EEPROMs.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/eeprom/Kconfig:45
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:98
Menu path: (Top) → Device Drivers → EEPROM hardware support
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.)