blob: 1763c9bcb98ae19817086c4713a6067552d9e74c [file] [log] [blame]
Johan Hovold9c8ea1b2012-05-21 14:18:06 +02001#
2# Light sensors
3#
4menu "Light sensors"
5
Peter Meerwaldbbdb8222012-07-10 22:32:00 +01006config ADJD_S311
7 tristate "ADJD-S311-CR999 digital color sensor"
8 select IIO_BUFFER
9 select IIO_TRIGGERED_BUFFER
10 depends on I2C
11 help
12 If you say yes here you get support for the Avago ADJD-S311-CR999
13 digital color light sensor.
14
15 This driver can also be built as a module. If so, the module
16 will be called adjd_s311.
17
Johan Hovold9c8ea1b2012-05-21 14:18:06 +020018config SENSORS_LM3533
19 tristate "LM3533 ambient light sensor"
20 depends on MFD_LM3533
21 help
22 If you say yes here you get support for the ambient light sensor
23 interface on National Semiconductor / TI LM3533 Lighting Power
24 chips.
25
26 The sensor interface can be used to control the LEDs and backlights
27 of the chip through defining five light zones and three sets of
28 corresponding output-current values.
29
30 The driver provides raw and mean adc readings along with the current
31 light zone through sysfs. A threshold event can be generated on zone
32 changes. The ALS-control output values can be set per zone for the
33 three current output channels.
Peter Meerwald62a1efb2012-06-19 09:58:54 +020034
35config VCNL4000
36 tristate "VCNL4000 combined ALS and proximity sensor"
37 depends on I2C
38 help
39 Say Y here if you want to build a driver for the Vishay VCNL4000
40 combined ambient light and proximity sensor.
41
42 To compile this driver as a module, choose M here: the
43 module will be called vcnl4000.
44
srinivas pandruvadaed5514c2012-09-05 13:56:00 +010045config HID_SENSOR_ALS
46 depends on HID_SENSOR_HUB
47 select IIO_BUFFER
48 select IIO_TRIGGERED_BUFFER
49 select HID_SENSOR_IIO_COMMON
50 tristate "HID ALS"
51 help
52 Say yes here to build support for the HID SENSOR
53 Ambient light sensor.
54
Johan Hovold9c8ea1b2012-05-21 14:18:06 +020055endmenu