blob: f9618f4d4e476a3530f6023fe400c1e7e038f835 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Jean Delvaread2f9312005-07-02 18:15:49 +02002# Miscellaneous I2C chip drivers configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
Wolfram Sang02cf6172008-10-22 20:21:33 +02004# *** DEPRECATED! Do not add new entries! See Makefile ***
5#
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
Jean Delvaread2f9312005-07-02 18:15:49 +02007menu "Miscellaneous I2C Chip support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Grant Likely5162b752007-07-12 14:12:29 +02009config DS1682
10 tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
11 depends on EXPERIMENTAL
12 help
13 If you say yes here you get support for Dallas Semiconductor
14 DS1682 Total Elapsed Time Recorder.
15
16 This driver can also be built as a module. If so, the module
17 will be called ds1682.
18
Rodolfo Giomettia92c3442007-07-12 14:12:30 +020019config SENSORS_TSL2550
20 tristate "Taos TSL2550 ambient light sensor"
21 depends on EXPERIMENTAL
22 help
23 If you say yes here you get support for the Taos TSL2550
24 ambient light sensor.
25
26 This driver can also be built as a module. If so, the module
27 will be called tsl2550.
28
Linus Torvalds1da177e2005-04-16 15:20:36 -070029endmenu