staging: iio: light: Adding driver for ISL29018 ALS
[deliverable/linux.git] / drivers / staging / iio / light / Kconfig
CommitLineData
78632b60
JC
1#
2# Light sensors
3#
4comment "Light sensors"
5
ee1f1fa4 6config SENSORS_TSL2563
dbd5d239 7 tristate "TAOS TSL256[0-3] ambient light sensor"
ee1f1fa4
AK
8 depends on I2C
9 help
dbd5d239
JC
10 If you say yes here you get support for the Taos TSL2560,
11 TSL2561, TSL2562 and TSL2563 ambient light sensors.
ee1f1fa4
AK
12
13 This driver can also be built as a module. If so, the module
14 will be called tsl2563.
94042874
RK
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
This page took 0.12739 seconds and 5 git commands to generate.