staging: iio: add driver for isl29028
[linux-2.6/btrfs-unstable.git] / drivers / staging / iio / light / Kconfig
blob53b49f7eec1eeb47c1b9816cd74b551d7e83c6e0
2 # Light sensors
4 menu "Light sensors"
6 config 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.
17 config SENSORS_ISL29028
18         tristate "Intersil ISL29028 Concurrent Light and Proximity Sensor"
19         depends on I2C
20         select REGMAP_I2C
21         help
22          Provides driver for the Intersil's ISL29028 device.
23          This driver supports the sysfs interface to get the ALS, IR intensity,
24          Proximity value via iio. The ISL29028 provides the concurrent sensing
25          of ambient light and proximity.
27 config SENSORS_TSL2563
28         tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
29         depends on I2C
30         help
31          If you say yes here you get support for the Taos TSL2560,
32          TSL2561, TSL2562 and TSL2563 ambient light sensors.
34          This driver can also be built as a module.  If so, the module
35          will be called tsl2563.
37 config TSL2583
38         tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
39         depends on I2C
40         help
41          Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
42          Access ALS data via iio, sysfs.
44 endmenu