CONFIG_EEPROM_AT25¶
Atmel AT25 (and compatible) SPI EEPROM support
Type: bool
Help¶
Enable support for Atmel AT25 (and compatible) SPI EEPROMs.
Direct dependencies¶
(EEPROM
&& SHIELD_X_NUCLEO_EEPRMA2
) || (EEPROM
&& SHIELD_X_NUCLEO_EEPRMA2
) || (SPI
&& EEPROM
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/shields/x_nucleo_eeprma2/Kconfig.defconfig:11
Included via Kconfig:8
→ Kconfig.zephyr:20
Menu path: (Top)
config EEPROM_AT25
bool
default y
depends on EEPROM && SHIELD_X_NUCLEO_EEPRMA2
At boards/shields/x_nucleo_eeprma2/Kconfig.defconfig:11
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config EEPROM_AT25
bool
default y
depends on EEPROM && SHIELD_X_NUCLEO_EEPRMA2
At drivers/eeprom/Kconfig:45
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:100
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.)