blob: 36d8bbe1a9cc83fec924bcd769e10d0b1c67a52e [file] [log] [blame]
Jonathan Cameron78632b62009-08-18 18:06:21 +01001#
2# Light sensors
3#
4comment "Light sensors"
5
Amit Kucheriaee1f1fa2009-11-09 15:14:28 +02006config SENSORS_TSL2563
Jonathan Camerondbd5d232009-11-22 16:03:25 +00007 tristate "TAOS TSL256[0-3] ambient light sensor"
Amit Kucheriaee1f1fa2009-11-09 15:14:28 +02008 depends on I2C
9 help
Jonathan Camerondbd5d232009-11-22 16:03:25 +000010 If you say yes here you get support for the Taos TSL2560,
11 TSL2561, TSL2562 and TSL2563 ambient light sensors.
Amit Kucheriaee1f1fa2009-11-09 15:14:28 +020012
13 This driver can also be built as a module. If so, the module
14 will be called tsl2563.
Rhyland Klein94042872010-10-07 15:48:09 -070015
16config SENSORS_ISL29018
17 tristate "ISL 29018 light and proximity sensor"
18 depends on I2C
19 default n
20 help
21 If you say yes here you get support for ambient light sensing and
22 proximity infrared sensing from Intersil ISL29018.
23 This driver will provide the measurements of ambient light intensity
24 in lux, proximity infrared sensing and normal infrared sensing.
25 Data from sensor is accessible via sysfs.
26