Commit 81e34f91 authored by Lars Poeschel's avatar Lars Poeschel Committed by Wolfram Sang

drivers: misc: at24: mention other supported types in Kconfig

As the at24 driver is able handle a bunch of serial storage chips other than
EEPROMs this is now mentioned in Kconfig.
Signed-off-by: default avatarLars Poeschel <poeschel@lemonage.de>
Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
parent c8110933
menu "EEPROM support" menu "EEPROM support"
config EEPROM_AT24 config EEPROM_AT24
tristate "I2C EEPROMs from most vendors" tristate "I2C EEPROMs / RAMs / ROMs from most vendors"
depends on I2C && SYSFS depends on I2C && SYSFS
help help
Enable this driver to get read/write support to most I2C EEPROMs, Enable this driver to get read/write support to most I2C EEPROMs
after you configure the driver to know about each EEPROM on and compatible devices like FRAMs, SRAMs, ROMs etc. After you
your target board. Use these generic chip names, instead of configure the driver to know about each chip on your target
vendor-specific ones like at24c64 or 24lc02: board. Use these generic chip names, instead of vendor-specific
ones like at24c64, 24lc02 or fm24c04:
24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08, 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08,
24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment