blob: a022f27c6690d56ba9c70caaa3953919b15c492e [file] [log] [blame]
Johan Hovold9c8ea1b2012-05-21 14:18:06 +02001#
2# Light sensors
3#
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01004# When adding new entries keep the list in alphabetical order
5
Johan Hovold9c8ea1b2012-05-21 14:18:06 +02006menu "Light sensors"
7
Peter Meerwaldbbdb8222012-07-10 22:32:00 +01008config ADJD_S311
9 tristate "ADJD-S311-CR999 digital color sensor"
10 select IIO_BUFFER
11 select IIO_TRIGGERED_BUFFER
12 depends on I2C
13 help
14 If you say yes here you get support for the Avago ADJD-S311-CR999
15 digital color light sensor.
16
17 This driver can also be built as a module. If so, the module
18 will be called adjd_s311.
19
Oleksandr Kravchenko03eff7b2013-07-22 14:11:00 +010020config APDS9300
21 tristate "APDS9300 ambient light sensor"
22 depends on I2C
23 help
24 Say Y here if you want to build a driver for the Avago APDS9300
25 ambient light sensor.
26
27 To compile this driver as a module, choose M here: the
28 module will be called apds9300.
29
Beomho Seoe590d452013-10-17 03:22:00 +010030config CM36651
31 depends on I2C
32 tristate "CM36651 driver"
33 help
34 Say Y here if you use cm36651.
35 This option enables proximity & RGB sensor using
36 Capella cm36651 device driver.
37
38 To compile this driver as a module, choose M here:
39 the module will be called cm36651.
40
Jacek Anaszewskibf29fbe2013-09-09 16:23:00 +010041config GP2AP020A00F
42 tristate "Sharp GP2AP020A00F Proximity/ALS sensor"
43 depends on I2C
44 select IIO_BUFFER
45 select IIO_TRIGGERED_BUFFER
Russell King - ARM Linux419a4aa2013-12-02 11:25:00 +000046 select IRQ_WORK
Jacek Anaszewskibf29fbe2013-09-09 16:23:00 +010047 help
48 Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip
49 hooked to an I2C bus.
50
51 To compile this driver as a module, choose M here: the
52 module will be called gp2ap020a00f.
53
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +010054config HID_SENSOR_ALS
55 depends on HID_SENSOR_HUB
56 select IIO_BUFFER
57 select IIO_TRIGGERED_BUFFER
58 select HID_SENSOR_IIO_COMMON
59 select HID_SENSOR_IIO_TRIGGER
60 tristate "HID ALS"
61 help
62 Say yes here to build support for the HID SENSOR
63 Ambient light sensor.
64
Johan Hovold9c8ea1b2012-05-21 14:18:06 +020065config SENSORS_LM3533
66 tristate "LM3533 ambient light sensor"
67 depends on MFD_LM3533
68 help
69 If you say yes here you get support for the ambient light sensor
70 interface on National Semiconductor / TI LM3533 Lighting Power
71 chips.
72
73 The sensor interface can be used to control the LEDs and backlights
74 of the chip through defining five light zones and three sets of
75 corresponding output-current values.
76
77 The driver provides raw and mean adc readings along with the current
78 light zone through sysfs. A threshold event can be generated on zone
79 changes. The ALS-control output values can be set per zone for the
80 three current output channels.
Peter Meerwald62a1efb2012-06-19 09:58:54 +020081
Peter Meerwaldeb869ad2013-09-14 20:38:00 +010082config TCS3472
83 tristate "TAOS TCS3472 color light-to-digital converter"
84 depends on I2C
Peter Meerwald089b54b2013-10-29 00:59:00 +000085 select IIO_BUFFER
86 select IIO_TRIGGERED_BUFFER
Peter Meerwaldeb869ad2013-09-14 20:38:00 +010087 help
88 If you say yes here you get support for the TAOS TCS3472
89 family of color light-to-digital converters with IR filter.
90
91 This driver can also be built as a module. If so, the module
92 will be called tcs3472.
93
Jonathan Cameron9c2251d2013-01-12 10:35:00 +000094config SENSORS_TSL2563
95 tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
96 depends on I2C
97 help
98 If you say yes here you get support for the Taos TSL2560,
99 TSL2561, TSL2562 and TSL2563 ambient light sensors.
100
101 This driver can also be built as a module. If so, the module
102 will be called tsl2563.
103
Peter Meerwaldaab9ba72013-09-08 16:20:00 +0100104config TSL4531
105 tristate "TAOS TSL4531 ambient light sensors"
106 depends on I2C
107 help
108 Say Y here if you want to build a driver for the TAOS TSL4531 family
109 of ambient light sensors with direct lux output.
110
111 To compile this driver as a module, choose M here: the
112 module will be called tsl4531.
113
Peter Meerwald62a1efb2012-06-19 09:58:54 +0200114config VCNL4000
115 tristate "VCNL4000 combined ALS and proximity sensor"
116 depends on I2C
117 help
118 Say Y here if you want to build a driver for the Vishay VCNL4000
119 combined ambient light and proximity sensor.
120
121 To compile this driver as a module, choose M here: the
122 module will be called vcnl4000.
123
Johan Hovold9c8ea1b2012-05-21 14:18:06 +0200124endmenu