diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-12 08:12:29 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-07-12 08:12:29 -0400 |
commit | 5162b75b24963eebe62c4d4161d0fe0b337a313b (patch) | |
tree | 789f176279aa5890f7805ebd3b2ae9d7a8b8aa4c /drivers/i2c/chips/Kconfig | |
parent | 4b2643d7d9bdcd776749e17f73c168ddf02e93cb (diff) |
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 <grant.likely@secretlab.ca>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 8113ce201e47..09fbc598d149 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -30,6 +30,16 @@ config SENSORS_DS1374 | |||
30 | This driver is deprecated and will be dropped soon. Use | 30 | This driver is deprecated and will be dropped soon. Use |
31 | rtc-ds1374 instead. | 31 | rtc-ds1374 instead. |
32 | 32 | ||
33 | config DS1682 | ||
34 | tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" | ||
35 | depends on EXPERIMENTAL | ||
36 | help | ||
37 | If you say yes here you get support for Dallas Semiconductor | ||
38 | DS1682 Total Elapsed Time Recorder. | ||
39 | |||
40 | This driver can also be built as a module. If so, the module | ||
41 | will be called ds1682. | ||
42 | |||
33 | config SENSORS_EEPROM | 43 | config SENSORS_EEPROM |
34 | tristate "EEPROM reader" | 44 | tristate "EEPROM reader" |
35 | depends on EXPERIMENTAL | 45 | depends on EXPERIMENTAL |