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 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 17config SENSORS_TSL2563 18 tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors" 19 depends on I2C 20 help 21 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. 32 Access ALS data via iio, sysfs. 33 34endmenu 35