1# 2# Light sensors 3# 4menu "Light sensors" 5 6config SENSORS_ISL29018 7 tristate "ISL 29018 light and proximity sensor" 8 depends on I2C 9 select REGMAP_I2C 10 default n 11 help 12 If you say yes here you get support for ambient light sensing and 13 proximity infrared sensing from Intersil ISL29018. 14 This driver will provide the measurements of ambient light intensity 15 in lux, proximity infrared sensing and normal infrared sensing. 16 Data from sensor is accessible via sysfs. 17 18config SENSORS_ISL29028 19 tristate "Intersil ISL29028 Concurrent Light and Proximity Sensor" 20 depends on I2C 21 select REGMAP_I2C 22 help 23 Provides driver for the Intersil's ISL29028 device. 24 This driver supports the sysfs interface to get the ALS, IR intensity, 25 Proximity value via iio. The ISL29028 provides the concurrent sensing 26 of ambient light and proximity. 27 28config TSL2583 29 tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters" 30 depends on I2C 31 help 32 Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices. 33 Access ALS data via iio, sysfs. 34 35config TSL2x7x 36 tristate "TAOS TSL/TMD2x71 and TSL/TMD2x72 Family of light and proximity sensors" 37 depends on I2C 38 help 39 Support for: tsl2571, tsl2671, tmd2671, tsl2771, tmd2771, tsl2572, tsl2672, 40 tmd2672, tsl2772, tmd2772 devices. 41 Provides iio_events and direct access via sysfs. 42 43endmenu 44