dbf22d396ddf8dbef5f9c5f4eda0b5694875124c
[sfrench/cifs-2.6.git] / drivers / staging / iio / light / Kconfig
1 #
2 # Light sensors
3 #
4 menu "Light sensors"
5
6 config SENSORS_ISL29028
7         tristate "Intersil ISL29028 Concurrent Light and Proximity Sensor"
8         depends on I2C
9         select REGMAP_I2C
10         help
11          Provides driver for the Intersil's ISL29028 device.
12          This driver supports the sysfs interface to get the ALS, IR intensity,
13          Proximity value via iio. The ISL29028 provides the concurrent sensing
14          of ambient light and proximity.
15
16 config TSL2583
17         tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
18         depends on I2C
19         help
20          Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
21          Access ALS data via iio, sysfs.
22
23 config TSL2x7x
24         tristate "TAOS TSL/TMD2x71 and TSL/TMD2x72 Family of light and proximity sensors"
25         depends on I2C
26         help
27          Support for: tsl2571, tsl2671, tmd2671, tsl2771, tmd2771, tsl2572, tsl2672,
28          tmd2672, tsl2772, tmd2772 devices.
29          Provides iio_events and direct access via sysfs.
30
31 endmenu