drivers: eeprom: atmel_at2x: improve Kconfig help descriptions

Improve the Kconfig descriptions for the atmel,at2x EEPROM driver. This
driver works for a number of different EEPROM families manufactured by
vendors other than Atmel.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2024-05-30 12:25:18 +02:00 committed by Henrik Brix Andersen
commit b711caea6d

View file

@ -64,22 +64,36 @@ config EMUL_EEPROM_AT2X
[DEPRECATED] Select EEPROM_AT2X_EMUL instead.
config EEPROM_AT24
bool "Atmel AT24 (and compatible) I2C EEPROM support"
bool "I2C EEPROMs compatible with Atmel's AT24 family"
default y
depends on DT_HAS_ATMEL_AT24_ENABLED
select I2C
select EEPROM_AT2X
help
Enable support for Atmel AT24 (and compatible) I2C EEPROMs.
Enable support for I2C EEPROMs compatible with Atmel's AT24 family.
There are multiple vendors manufacturing I2C EEPROMs compatible with
the programming model of the Atmel AT24.
Examples of compatible EEPROM families:
- Microchip AT24xxx
- ST M24xxx
config EEPROM_AT25
bool "Atmel AT25 (and compatible) SPI EEPROM support"
bool "SPI EEPROMs compatibile with Atmel's AT25 family"
default y
depends on DT_HAS_ATMEL_AT25_ENABLED
select SPI
select EEPROM_AT2X
help
Enable support for Atmel AT25 (and compatible) SPI EEPROMs.
Enable support for SPI EEPROMs compatible with Atmel's AT25 family.
There are multiple vendors manufacturing SPI EEPROMs compatible with
the programming model of the Atmel AT25.
Examples of compatible EEPROM families:
- Microchip AT25xxx
- ST M95xxx
config EEPROM_AT2X_INIT_PRIORITY
int "AT2X EEPROM init priority"