From 5162b75b24963eebe62c4d4161d0fe0b337a313b Mon Sep 17 00:00:00 2001 From: Grant Likely Date: Thu, 12 Jul 2007 14:12:29 +0200 Subject: i2c: New DS1682 chip driver A driver for the Dallas DS1682 elapsed time recorder chip. Tested on a MPC5200 based board using the integrated i2c adapter. Signed-off-by: Grant Likely Signed-off-by: Jean Delvare --- drivers/i2c/chips/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'drivers/i2c/chips/Kconfig') diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 8113ce201e4..09fbc598d14 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig @@ -30,6 +30,16 @@ config SENSORS_DS1374 This driver is deprecated and will be dropped soon. Use rtc-ds1374 instead. +config DS1682 + tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" + depends on EXPERIMENTAL + help + If you say yes here you get support for Dallas Semiconductor + DS1682 Total Elapsed Time Recorder. + + This driver can also be built as a module. If so, the module + will be called ds1682. + config SENSORS_EEPROM tristate "EEPROM reader" depends on EXPERIMENTAL -- cgit v1.2.3