diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-01-26 15:19:53 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-01-26 15:19:53 -0500 |
commit | 2e157888f132131f8877affd2785dcee4c227c1d (patch) | |
tree | 02cc5eb10e6264fc06da8e2c3d54beeea79887d7 /drivers/i2c/chips/Kconfig | |
parent | 5195e5093bb7d30dbf057b260005cb4ab9761168 (diff) |
i2c: Move old eeprom driver to /drivers/misc/eeprom
Update Kconfig text to specify this driver as I2C.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index b58e77056b2..c80312c1f38 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -16,17 +16,6 @@ config DS1682 | |||
16 | This driver can also be built as a module. If so, the module | 16 | This driver can also be built as a module. If so, the module |
17 | will be called ds1682. | 17 | will be called ds1682. |
18 | 18 | ||
19 | config SENSORS_EEPROM | ||
20 | tristate "EEPROM reader" | ||
21 | depends on EXPERIMENTAL | ||
22 | help | ||
23 | If you say yes here you get read-only access to the EEPROM data | ||
24 | available on modern memory DIMMs and Sony Vaio laptops. Such | ||
25 | EEPROMs could theoretically be available on other devices as well. | ||
26 | |||
27 | This driver can also be built as a module. If so, the module | ||
28 | will be called eeprom. | ||
29 | |||
30 | config SENSORS_PCF8574 | 19 | config SENSORS_PCF8574 |
31 | tristate "Philips PCF8574 and PCF8574A (DEPRECATED)" | 20 | tristate "Philips PCF8574 and PCF8574A (DEPRECATED)" |
32 | depends on EXPERIMENTAL && GPIO_PCF857X = "n" | 21 | depends on EXPERIMENTAL && GPIO_PCF857X = "n" |