-
CONFIG_EEPROM_AT24¶
Atmel AT24 (and compatible) I2C EEPROM support
Type: bool
Help¶
Enable support for Atmel AT24 (and compatible) I2C EEPROMs.
Direct dependencies¶
(EEPROM && SHIELD_LMP90100_EVB) || (EEPROM && SHIELD_LMP90100_EVB) || (I2C && EEPROM)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/shields/lmp90100_evb/Kconfig.defconfig:24
Included via Kconfig:8 → Kconfig.zephyr:17 → /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config EEPROM_AT24
bool
default y
depends on EEPROM && SHIELD_LMP90100_EVB
At boards/shields/lmp90100_evb/Kconfig.defconfig:24
Included via Kconfig:8 → Kconfig.zephyr:18
Menu path: (Top)
config EEPROM_AT24
bool
default y
depends on EEPROM && SHIELD_LMP90100_EVB
At drivers/eeprom/Kconfig:38
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:98
Menu path: (Top) → Device Drivers → EEPROM hardware support
config EEPROM_AT24
bool "Atmel AT24 (and compatible) I2C EEPROM support"
select EEPROM_AT2X
depends on I2C && EEPROM
help
Enable support for Atmel AT24 (and compatible) I2C EEPROMs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)