aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-01-26 15:19:53 -0500
committerJean Delvare <khali@linux-fr.org>2009-01-26 15:19:53 -0500
commit2e157888f132131f8877affd2785dcee4c227c1d (patch)
tree02cc5eb10e6264fc06da8e2c3d54beeea79887d7 /drivers/misc/eeprom/Kconfig
parent5195e5093bb7d30dbf057b260005cb4ab9761168 (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/misc/eeprom/Kconfig')
-rw-r--r--drivers/misc/eeprom/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig
index 0b21778b7d13..3d31b6644245 100644
--- a/drivers/misc/eeprom/Kconfig
+++ b/drivers/misc/eeprom/Kconfig
@@ -26,4 +26,15 @@ config AT24
26 This driver can also be built as a module. If so, the module 26 This driver can also be built as a module. If so, the module
27 will be called at24. 27 will be called at24.
28 28
29config SENSORS_EEPROM
30 tristate "Old I2C EEPROM reader"
31 depends on I2C && EXPERIMENTAL
32 help
33 If you say yes here you get read-only access to the EEPROM data
34 available on modern memory DIMMs and Sony Vaio laptops via I2C. Such
35 EEPROMs could theoretically be available on other devices as well.
36
37 This driver can also be built as a module. If so, the module
38 will be called eeprom.
39
29endmenu 40endmenu