CONFIG_EEPROM_AT2X

(No prompt – not directly user assignable.)

Type: bool

Help

Enable support for Atmel AT2x (and compatible) I2C/SPI EEPROMs.

Direct dependencies

EEPROM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/drivers/eeprom/Kconfig:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:98

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.)