diff options
author | Lars Poeschel <poeschel@lemonage.de> | 2012-12-05 04:43:07 -0500 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2013-01-27 23:26:41 -0500 |
commit | 81e34f913402284deed1a74ad7dcfa79396cbcc4 (patch) | |
tree | da2d416f75606f20c5fa44ce2d8e38f7eab855c5 | |
parent | c81109332068b44db4fd7b650c0e6bc0fc1411f1 (diff) |
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: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
-rw-r--r-- | drivers/misc/eeprom/Kconfig | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig index c9e695ea7c9a..04f2e1fa9dd1 100644 --- a/drivers/misc/eeprom/Kconfig +++ b/drivers/misc/eeprom/Kconfig | |||
@@ -1,13 +1,14 @@ | |||
1 | menu "EEPROM support" | 1 | menu "EEPROM support" |
2 | 2 | ||
3 | config EEPROM_AT24 | 3 | config EEPROM_AT24 |
4 | tristate "I2C EEPROMs from most vendors" | 4 | tristate "I2C EEPROMs / RAMs / ROMs from most vendors" |
5 | depends on I2C && SYSFS | 5 | depends on I2C && SYSFS |
6 | help | 6 | help |
7 | Enable this driver to get read/write support to most I2C EEPROMs, | 7 | Enable this driver to get read/write support to most I2C EEPROMs |
8 | after you configure the driver to know about each EEPROM on | 8 | and compatible devices like FRAMs, SRAMs, ROMs etc. After you |
9 | your target board. Use these generic chip names, instead of | 9 | configure the driver to know about each chip on your target |
10 | vendor-specific ones like at24c64 or 24lc02: | 10 | board. Use these generic chip names, instead of vendor-specific |
11 | ones like at24c64, 24lc02 or fm24c04: | ||
11 | 12 | ||
12 | 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08, | 13 | 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08, |
13 | 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024 | 14 | 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024 |