15195e509SWolfram Sangmenu "EEPROM support" 25195e509SWolfram Sang 3dd7f8dbeSJean Delvareconfig EEPROM_AT24 45195e509SWolfram Sang tristate "I2C EEPROMs from most vendors" 5781b8a2aSWolfram Sang depends on I2C && SYSFS 65195e509SWolfram Sang help 75195e509SWolfram Sang Enable this driver to get read/write support to most I2C EEPROMs, 85195e509SWolfram Sang after you configure the driver to know about each EEPROM on 95195e509SWolfram Sang your target board. Use these generic chip names, instead of 105195e509SWolfram Sang vendor-specific ones like at24c64 or 24lc02: 115195e509SWolfram Sang 125195e509SWolfram Sang 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08, 135195e509SWolfram Sang 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024 145195e509SWolfram Sang 155195e509SWolfram Sang Unless you like data loss puzzles, always be sure that any chip 165195e509SWolfram Sang you configure as a 24c32 (32 kbit) or larger is NOT really a 175195e509SWolfram Sang 24c16 (16 kbit) or smaller, and vice versa. Marking the chip 185195e509SWolfram Sang as read-only won't help recover from this. Also, if your chip 195195e509SWolfram Sang has any software write-protect mechanism you may want to review the 205195e509SWolfram Sang code to make sure this driver won't turn it on by accident. 215195e509SWolfram Sang 225195e509SWolfram Sang If you use this with an SMBus adapter instead of an I2C adapter, 235195e509SWolfram Sang full functionality is not available. Only smaller devices are 245195e509SWolfram Sang supported (24c16 and below, max 4 kByte). 255195e509SWolfram Sang 265195e509SWolfram Sang This driver can also be built as a module. If so, the module 275195e509SWolfram Sang will be called at24. 285195e509SWolfram Sang 29dd7f8dbeSJean Delvareconfig EEPROM_AT25 30e51d565fSWolfram Sang tristate "SPI EEPROMs from most vendors" 31e51d565fSWolfram Sang depends on SPI && SYSFS 32e51d565fSWolfram Sang help 33e51d565fSWolfram Sang Enable this driver to get read/write support to most SPI EEPROMs, 34e51d565fSWolfram Sang after you configure the board init code to know about each eeprom 35e51d565fSWolfram Sang on your target board. 36e51d565fSWolfram Sang 37e51d565fSWolfram Sang This driver can also be built as a module. If so, the module 38e51d565fSWolfram Sang will be called at25. 39e51d565fSWolfram Sang 40dd7f8dbeSJean Delvareconfig EEPROM_LEGACY 412e157888SWolfram Sang tristate "Old I2C EEPROM reader" 42dd7f8dbeSJean Delvare depends on I2C && SYSFS 432e157888SWolfram Sang help 442e157888SWolfram Sang If you say yes here you get read-only access to the EEPROM data 452e157888SWolfram Sang available on modern memory DIMMs and Sony Vaio laptops via I2C. Such 462e157888SWolfram Sang EEPROMs could theoretically be available on other devices as well. 472e157888SWolfram Sang 482e157888SWolfram Sang This driver can also be built as a module. If so, the module 492e157888SWolfram Sang will be called eeprom. 502e157888SWolfram Sang 51*4b364f23SWolfram Sangconfig EEPROM_MAX6875 52*4b364f23SWolfram Sang tristate "Maxim MAX6874/5 power supply supervisor" 53*4b364f23SWolfram Sang depends on I2C && EXPERIMENTAL 54*4b364f23SWolfram Sang help 55*4b364f23SWolfram Sang If you say yes here you get read-only support for the user EEPROM of 56*4b364f23SWolfram Sang the Maxim MAX6874/5 EEPROM-programmable, quad power-supply 57*4b364f23SWolfram Sang sequencer/supervisor. 58*4b364f23SWolfram Sang 59*4b364f23SWolfram Sang All other features of this chip should be accessed via i2c-dev. 60*4b364f23SWolfram Sang 61*4b364f23SWolfram Sang This driver can also be built as a module. If so, the module 62*4b364f23SWolfram Sang will be called max6875. 63*4b364f23SWolfram Sang 64*4b364f23SWolfram Sang 650eb6da20SWolfram Sangconfig EEPROM_93CX6 660eb6da20SWolfram Sang tristate "EEPROM 93CX6 support" 670eb6da20SWolfram Sang help 680eb6da20SWolfram Sang This is a driver for the EEPROM chipsets 93c46 and 93c66. 690eb6da20SWolfram Sang The driver supports both read as well as write commands. 700eb6da20SWolfram Sang 710eb6da20SWolfram Sang If unsure, say N. 720eb6da20SWolfram Sang 735195e509SWolfram Sangendmenu 74