-
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 <Zephyr>/boards/shields/lmp90100_evb/Kconfig.defconfig:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:17
→ <BuildDir>/kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config EEPROM_AT24
bool
default y
depends on EEPROM && SHIELD_LMP90100_EVB
At <Zephyr>/boards/shields/lmp90100_evb/Kconfig.defconfig:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config EEPROM_AT24
bool
default y
depends on EEPROM && SHIELD_LMP90100_EVB
At <Zephyr>/drivers/eeprom/Kconfig:38
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/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.)