CONFIG_EEPROM_AT2X¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enable support for Atmel AT2x (and compatible) I2C/SPI
EEPROMs.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Driver>/eeprom/Kconfig:32
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:100
Menu path: (Top) → Device Drivers → EEPROM hardware support
config EEPROM_AT2X
    bool
    depends on EEPROM
    help
      Enable support for Atmel AT2x (and compatible) I2C/SPI
      EEPROMs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)