blob: 1ad2d56c8ba8bdf0521c4ef3c5b8263d153a2fbc [file] [log] [blame]
maximilian attems7959a7c2011-06-25 15:46:38 +02001#
Jonathan Cameron78632b62009-08-18 18:06:21 +01002# Light sensors
3#
4comment "Light sensors"
5
Rhyland Klein94042872010-10-07 15:48:09 -07006config SENSORS_ISL29018
7 tristate "ISL 29018 light and proximity sensor"
8 depends on I2C
9 default n
10 help
11 If you say yes here you get support for ambient light sensing and
12 proximity infrared sensing from Intersil ISL29018.
13 This driver will provide the measurements of ambient light intensity
14 in lux, proximity infrared sensing and normal infrared sensing.
15 Data from sensor is accessible via sysfs.
16
Jonathan Camerondb606972011-05-18 14:42:41 +010017config SENSORS_TSL2563
18 tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
Jon Brennerac4f6ee2011-04-15 18:38:43 +010019 depends on I2C
20 help
Jonathan Camerondb606972011-05-18 14:42:41 +010021 If you say yes here you get support for the Taos TSL2560,
22 TSL2561, TSL2562 and TSL2563 ambient light sensors.
23
24 This driver can also be built as a module. If so, the module
25 will be called tsl2563.
26
27config TSL2583
28 tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
29 depends on I2C
30 help
31 Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
Jon Brennerac4f6ee2011-04-15 18:38:43 +010032 Access ALS data via iio, sysfs.