1# 2# Light sensors 3# 4comment "Light sensors" 5 6config SENSORS_TSL2563 7 tristate "TAOS TSL256[0-3] ambient light sensor" 8 depends on I2C 9 help 10 If you say yes here you get support for the Taos TSL2560, 11 TSL2561, TSL2562 and TSL2563 ambient light sensors. 12 13 This driver can also be built as a module. If so, the module 14 will be called tsl2563. 15 16config SENSORS_ISL29018 17 tristate "ISL 29018 light and proximity sensor" 18 depends on I2C 19 default n 20 help 21 If you say yes here you get support for ambient light sensing and 22 proximity infrared sensing from Intersil ISL29018. 23 This driver will provide the measurements of ambient light intensity 24 in lux, proximity infrared sensing and normal infrared sensing. 25 Data from sensor is accessible via sysfs. 26 27