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) || (EEPROM && SHIELD_X_NUCLEO_EEPRMA2) || (SPI && EEPROM)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/boards/shields/x_nucleo_eeprma2/Kconfig.defconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:18<nRF>/doc/_build/kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config EEPROM_AT25
    bool
    default y
    depends on EEPROM && SHIELD_X_NUCLEO_EEPRMA2

At <Zephyr>/boards/shields/x_nucleo_eeprma2/Kconfig.defconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:20

Menu path: (Top)

config EEPROM_AT25
    bool
    default y
    depends on EEPROM && SHIELD_X_NUCLEO_EEPRMA2

At <Zephyr>/boards/shields/x_nucleo_eeprma2/Kconfig.defconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config EEPROM_AT25
    bool
    default y
    depends on EEPROM && SHIELD_X_NUCLEO_EEPRMA2

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

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

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