xref: /linux/drivers/iio/light/Kconfig (revision 86287543715ac2a6d92d561cc105d79306511457)
1# SPDX-License-Identifier: GPL-2.0-only
2
3#
4# Light sensors
5#
6# When adding new entries keep the list in alphabetical order
7
8menu "Light sensors"
9
10config ACPI_ALS
11	tristate "ACPI Ambient Light Sensor"
12	depends on ACPI
13	select IIO_BUFFER
14	select IIO_TRIGGERED_BUFFER
15	select IIO_KFIFO_BUF
16	help
17	  Say Y here if you want to build a driver for the ACPI0008
18	  Ambient Light Sensor.
19
20	  To compile this driver as a module, choose M here: the module will
21	  be called acpi-als.
22
23config ADJD_S311
24	tristate "ADJD-S311-CR999 digital color sensor"
25	select IIO_BUFFER
26	select IIO_TRIGGERED_BUFFER
27	depends on I2C
28	help
29	  If you say yes here you get support for the Avago ADJD-S311-CR999
30	  digital color light sensor.
31
32	  This driver can also be built as a module.  If so, the module
33	  will be called adjd_s311.
34
35config ADUX1020
36	tristate "ADUX1020 photometric sensor"
37	select REGMAP_I2C
38	depends on I2C
39	help
40	 Say Y here if you want to build a driver for the Analog Devices
41	 ADUX1020 photometric sensor.
42
43	 To compile this driver as a module, choose M here: the
44	 module will be called adux1020.
45
46config AL3010
47	tristate "AL3010 ambient light sensor"
48	depends on I2C
49	help
50	  Say Y here if you want to build a driver for the Dyna Image AL3010
51	  ambient light sensor.
52
53	  To compile this driver as a module, choose M here: the
54	  module will be called al3010.
55
56config AL3320A
57	tristate "AL3320A ambient light sensor"
58	depends on I2C
59	help
60	  Say Y here if you want to build a driver for the Dyna Image AL3320A
61	  ambient light sensor.
62
63	  To compile this driver as a module, choose M here: the
64	  module will be called al3320a.
65
66config APDS9300
67	tristate "APDS9300 ambient light sensor"
68	depends on I2C
69	help
70	  Say Y here if you want to build a driver for the Avago APDS9300
71	  ambient light sensor.
72
73	  To compile this driver as a module, choose M here: the
74	  module will be called apds9300.
75
76config APDS9960
77	tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor"
78	select REGMAP_I2C
79	select IIO_BUFFER
80	select IIO_KFIFO_BUF
81	depends on I2C
82	help
83	  Say Y here to build I2C interface support for the Avago
84	  APDS9960 gesture/RGB/ALS/proximity sensor.
85
86	  To compile this driver as a module, choose M here: the
87	  module will be called apds9960
88
89config BH1750
90	tristate "ROHM BH1750 ambient light sensor"
91	depends on I2C
92	help
93	  Say Y here to build support for the ROHM BH1710, BH1715, BH1721,
94	  BH1750, BH1751 ambient light sensors.
95
96	  To compile this driver as a module, choose M here: the module will
97	  be called bh1750.
98
99config BH1780
100	tristate "ROHM BH1780 ambient light sensor"
101	depends on I2C
102	help
103	  Say Y here to build support for the ROHM BH1780GLI ambient
104	  light sensor.
105
106	  To compile this driver as a module, choose M here: the module will
107	  be called bh1780.
108
109config CM32181
110	depends on I2C
111	tristate "CM32181 driver"
112	help
113	  Say Y here if you use cm32181.
114	  This option enables ambient light sensor using
115	  Capella cm32181 device driver.
116
117	  To compile this driver as a module, choose M here:
118	  the module will be called cm32181.
119
120config CM3232
121	depends on I2C
122	tristate "CM3232 ambient light sensor"
123	help
124	  Say Y here if you use cm3232.
125	  This option enables ambient light sensor using
126	  Capella Microsystems cm3232 device driver.
127
128	  To compile this driver as a module, choose M here:
129	  the module will be called cm3232.
130
131config CM3323
132	depends on I2C
133	tristate "Capella CM3323 color light sensor"
134	help
135	  Say Y here if you want to build a driver for Capella CM3323
136	  color sensor.
137
138	  To compile this driver as a module, choose M here: the module will
139	  be called cm3323.
140
141config CM3605
142	tristate "Capella CM3605 ambient light and proximity sensor"
143	depends on OF
144	help
145	  Say Y here if you want to build a driver for Capella CM3605
146	  ambient light and short range proximity sensor.
147
148	  To compile this driver as a module, choose M here: the module will
149	  be called cm3605.
150
151config CM36651
152	depends on I2C
153	tristate "CM36651 driver"
154	help
155	  Say Y here if you use cm36651.
156	  This option enables proximity & RGB sensor using
157	  Capella cm36651 device driver.
158
159	  To compile this driver as a module, choose M here:
160	  the module will be called cm36651.
161
162config IIO_CROS_EC_LIGHT_PROX
163	tristate "ChromeOS EC Light and Proximity Sensors"
164	depends on IIO_CROS_EC_SENSORS_CORE
165	help
166	  Say Y here if you use the light and proximity sensors
167	  presented by the ChromeOS EC Sensor hub.
168
169	  To compile this driver as a module, choose M here:
170	  the module will be called cros_ec_light_prox.
171
172config GP2AP002
173	tristate "Sharp GP2AP002 Proximity/ALS sensor"
174	depends on I2C
175	select REGMAP
176	help
177	  Say Y here if you have a Sharp GP2AP002 proximity/ALS combo-chip
178	  hooked to an I2C bus.
179
180	  To compile this driver as a module, choose M here: the
181	  module will be called gp2ap002.
182
183config GP2AP020A00F
184	tristate "Sharp GP2AP020A00F Proximity/ALS sensor"
185	depends on I2C
186	select REGMAP_I2C
187	select IIO_BUFFER
188	select IIO_TRIGGERED_BUFFER
189	select IRQ_WORK
190	help
191	  Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip
192	  hooked to an I2C bus.
193
194	  To compile this driver as a module, choose M here: the
195	  module will be called gp2ap020a00f.
196
197config SENSORS_ISL29018
198	tristate "Intersil 29018 light and proximity sensor"
199	depends on I2C
200	select REGMAP_I2C
201	default n
202	help
203	  If you say yes here you get support for ambient light sensing and
204	  proximity infrared sensing from Intersil ISL29018.
205	  This driver will provide the measurements of ambient light intensity
206	  in lux, proximity infrared sensing and normal infrared sensing.
207	  Data from sensor is accessible via sysfs.
208
209config SENSORS_ISL29028
210	tristate "Intersil ISL29028 Concurrent Light and Proximity Sensor"
211	depends on I2C
212	select REGMAP_I2C
213	help
214	  Provides driver for the Intersil's ISL29028 device.
215	  This driver supports the sysfs interface to get the ALS, IR intensity,
216	  Proximity value via iio. The ISL29028 provides the concurrent sensing
217	  of ambient light and proximity.
218
219config ISL29125
220	tristate "Intersil ISL29125 digital color light sensor"
221	depends on I2C
222	select IIO_BUFFER
223	select IIO_TRIGGERED_BUFFER
224	help
225	  Say Y here if you want to build a driver for the Intersil ISL29125
226	  RGB light sensor for I2C.
227
228	  To compile this driver as a module, choose M here: the module will be
229	  called isl29125.
230
231config HID_SENSOR_ALS
232	depends on HID_SENSOR_HUB
233	select IIO_BUFFER
234	select IIO_TRIGGERED_BUFFER
235	select HID_SENSOR_IIO_COMMON
236	select HID_SENSOR_IIO_TRIGGER
237	tristate "HID ALS"
238	help
239	  Say yes here to build support for the HID SENSOR
240	  Ambient light sensor.
241
242	  To compile this driver as a module, choose M here: the
243	  module will be called hid-sensor-als.
244
245config HID_SENSOR_PROX
246	depends on HID_SENSOR_HUB
247	select IIO_BUFFER
248	select IIO_TRIGGERED_BUFFER
249	select HID_SENSOR_IIO_COMMON
250	select HID_SENSOR_IIO_TRIGGER
251	tristate "HID PROX"
252	help
253	  Say yes here to build support for the HID SENSOR
254	  Proximity sensor.
255
256	  To compile this driver as a module, choose M here: the
257	  module will be called hid-sensor-prox.
258
259config JSA1212
260	tristate "JSA1212 ALS and proximity sensor driver"
261	depends on I2C
262	select REGMAP_I2C
263	help
264	  Say Y here if you want to build a IIO driver for JSA1212
265	  proximity & ALS sensor device.
266
267	  To compile this driver as a module, choose M here:
268	  the module will be called jsa1212.
269
270config RPR0521
271	tristate "ROHM RPR0521 ALS and proximity sensor driver"
272	depends on I2C
273	select REGMAP_I2C
274	help
275	  Say Y here if you want to build support for ROHM's RPR0521
276	  ambient light and proximity sensor device.
277
278	  To compile this driver as a module, choose M here:
279	  the module will be called rpr0521.
280
281config SENSORS_LM3533
282	tristate "LM3533 ambient light sensor"
283	depends on MFD_LM3533
284	help
285	  If you say yes here you get support for the ambient light sensor
286	  interface on National Semiconductor / TI LM3533 Lighting Power
287	  chips.
288
289	  The sensor interface can be used to control the LEDs and backlights
290	  of the chip through defining five light zones and three sets of
291	  corresponding output-current values.
292
293	  The driver provides raw and mean adc readings along with the current
294	  light zone through sysfs. A threshold event can be generated on zone
295	  changes. The ALS-control output values can be set per zone for the
296	  three current output channels.
297
298config LTR501
299	tristate "LTR-501ALS-01 light sensor"
300	depends on I2C
301	select REGMAP_I2C
302	select IIO_BUFFER
303	select IIO_TRIGGERED_BUFFER
304	help
305	  If you say yes here you get support for the Lite-On LTR-501ALS-01
306	  ambient light and proximity sensor. This driver also supports LTR-559
307	  ALS/PS or LTR-301 ALS sensors.
308
309	  This driver can also be built as a module.  If so, the module
310	  will be called ltr501.
311
312config LV0104CS
313	tristate "LV0104CS Ambient Light Sensor"
314	depends on I2C
315	help
316	  Say Y here if you want to build support for the On Semiconductor
317	  LV0104CS ambient light sensor.
318
319	  To compile this driver as a module, choose M here:
320	  the module will be called lv0104cs.
321
322config MAX44000
323	tristate "MAX44000 Ambient and Infrared Proximity Sensor"
324	depends on I2C
325	select REGMAP_I2C
326	select IIO_BUFFER
327	select IIO_TRIGGERED_BUFFER
328	help
329	  Say Y here if you want to build support for Maxim Integrated's
330	  MAX44000 ambient and infrared proximity sensor device.
331
332	  To compile this driver as a module, choose M here:
333	  the module will be called max44000.
334
335config MAX44009
336	tristate "MAX44009 Ambient Light Sensor"
337	depends on I2C
338	select REGMAP_I2C
339	help
340	 Say Y here if you want to build support for Maxim Integrated's
341	 MAX44009 ambient light sensor device.
342
343	 To compile this driver as a module, choose M here:
344	 the module will be called max44009.
345
346config NOA1305
347	tristate "ON Semiconductor NOA1305 ambient light sensor"
348	depends on I2C
349	select REGMAP_I2C
350	help
351	 Say Y here if you want to build support for the ON Semiconductor
352	 NOA1305 ambient light sensor.
353
354	 To compile this driver as a module, choose M here:
355	 The module will be called noa1305.
356
357config OPT3001
358	tristate "Texas Instruments OPT3001 Light Sensor"
359	depends on I2C
360	help
361	  If you say Y or M here, you get support for Texas Instruments
362	  OPT3001 Ambient Light Sensor.
363
364	  If built as a dynamically linked module, it will be called
365	  opt3001.
366
367config PA12203001
368	tristate "TXC PA12203001 light and proximity sensor"
369	depends on I2C
370	select REGMAP_I2C
371	help
372	  If you say yes here you get support for the TXC PA12203001
373	  ambient light and proximity sensor.
374
375	  This driver can also be built as a module.  If so, the module
376	  will be called pa12203001.
377
378config SI1133
379	tristate "SI1133 UV Index Sensor and Ambient Light Sensor"
380	depends on I2C
381	select REGMAP_I2C
382	  help
383	  Say Y here if you want to build a driver for the Silicon Labs SI1133
384	  UV Index Sensor and Ambient Light Sensor chip.
385
386	  To compile this driver as a module, choose M here: the module will be
387	  called si1133.
388
389config SI1145
390	tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor"
391	depends on I2C
392	select IIO_BUFFER
393	select IIO_TRIGGERED_BUFFER
394	help
395	  Say Y here if you want to build a driver for the Silicon Labs SI1132 or
396	  SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor
397	  chips.
398
399	  To compile this driver as a module, choose M here: the module will be
400	  called si1145.
401
402config STK3310
403	tristate "STK3310 ALS and proximity sensor"
404	depends on I2C
405	select REGMAP_I2C
406	help
407	  Say yes here to get support for the Sensortek STK3310 ambient light
408	  and proximity sensor. The STK3311 model is also supported by this
409	  driver.
410
411	  Choosing M will build the driver as a module. If so, the module
412	  will be called stk3310.
413
414config ST_UVIS25
415	tristate "STMicroelectronics UVIS25 sensor driver"
416	depends on (I2C || SPI)
417	select IIO_BUFFER
418	select IIO_TRIGGERED_BUFFER
419	select ST_UVIS25_I2C if (I2C)
420	select ST_UVIS25_SPI if (SPI_MASTER)
421	help
422	  Say yes here to build support for STMicroelectronics UVIS25
423	  uv sensor
424
425	  To compile this driver as a module, choose M here: the module
426	  will be called st_uvis25.
427
428config ST_UVIS25_I2C
429	tristate
430	depends on ST_UVIS25
431	select REGMAP_I2C
432
433config ST_UVIS25_SPI
434	tristate
435	depends on ST_UVIS25
436	select REGMAP_SPI
437
438config TCS3414
439	tristate "TAOS TCS3414 digital color sensor"
440	depends on I2C
441	select IIO_BUFFER
442	select IIO_TRIGGERED_BUFFER
443	help
444	  If you say yes here you get support for the TAOS TCS3414
445	  family of digital color sensors.
446
447	  This driver can also be built as a module.  If so, the module
448	  will be called tcs3414.
449
450config TCS3472
451	tristate "TAOS TCS3472 color light-to-digital converter"
452	depends on I2C
453	select IIO_BUFFER
454	select IIO_TRIGGERED_BUFFER
455	help
456	  If you say yes here you get support for the TAOS TCS3472
457	  family of color light-to-digital converters with IR filter.
458
459	  This driver can also be built as a module.  If so, the module
460	  will be called tcs3472.
461
462config SENSORS_TSL2563
463	tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
464	depends on I2C
465	help
466	  If you say yes here you get support for the Taos TSL2560,
467	  TSL2561, TSL2562 and TSL2563 ambient light sensors.
468
469	  This driver can also be built as a module.  If so, the module
470	  will be called tsl2563.
471
472config TSL2583
473	tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
474	depends on I2C
475	help
476	  Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
477	  Access ALS data via iio, sysfs.
478
479config TSL2772
480	tristate "TAOS TSL/TMD2x71 and TSL/TMD2x72 Family of light and proximity sensors"
481	depends on I2C
482	help
483	  Support for: tsl2571, tsl2671, tmd2671, tsl2771, tmd2771, tsl2572, tsl2672,
484	  tmd2672, tsl2772, tmd2772 devices.
485	  Provides iio_events and direct access via sysfs.
486
487config TSL4531
488	tristate "TAOS TSL4531 ambient light sensors"
489	depends on I2C
490	help
491	  Say Y here if you want to build a driver for the TAOS TSL4531 family
492	  of ambient light sensors with direct lux output.
493
494	  To compile this driver as a module, choose M here: the
495	  module will be called tsl4531.
496
497config US5182D
498	tristate "UPISEMI light and proximity sensor"
499	depends on I2C
500	help
501	  If you say yes here you get support for the UPISEMI US5182D
502	  ambient light and proximity sensor.
503
504	  This driver can also be built as a module.  If so, the module
505	  will be called us5182d.
506
507config VCNL4000
508	tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor"
509	depends on I2C
510	help
511	  Say Y here if you want to build a driver for the Vishay VCNL4000,
512	  VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity
513	  sensor.
514
515	  To compile this driver as a module, choose M here: the
516	  module will be called vcnl4000.
517
518config VCNL4035
519	tristate "VCNL4035 combined ALS and proximity sensor"
520	select IIO_TRIGGERED_BUFFER
521	select REGMAP_I2C
522	depends on I2C
523	help
524	  Say Y here if you want to build a driver for the Vishay VCNL4035,
525	  combined ambient light (ALS) and proximity sensor. Currently only ALS
526	  function is available.
527
528	  To compile this driver as a module, choose M here: the
529	  module will be called vcnl4035.
530
531config VEML6030
532	tristate "VEML6030 ambient light sensor"
533	select REGMAP_I2C
534	depends on I2C
535	help
536	  Say Y here if you want to build a driver for the Vishay VEML6030
537	  ambient light sensor (ALS).
538
539	  To compile this driver as a module, choose M here: the
540	  module will be called veml6030.
541
542config VEML6070
543	tristate "VEML6070 UV A light sensor"
544	depends on I2C
545	help
546	  Say Y here if you want to build a driver for the Vishay VEML6070 UV A
547	  light sensor.
548
549	  To compile this driver as a module, choose M here: the
550	  module will be called veml6070.
551
552config VL6180
553	tristate "VL6180 ALS, range and proximity sensor"
554	depends on I2C
555	help
556	  Say Y here if you want to build a driver for the STMicroelectronics
557	  VL6180 combined ambient light, range and proximity sensor.
558
559	  To compile this driver as a module, choose M here: the
560	  module will be called vl6180.
561
562config ZOPT2201
563	tristate "ZOPT2201 ALS and UV B sensor"
564	depends on I2C
565	help
566	  Say Y here if you want to build a driver for the IDT
567	  ZOPT2201 ambient light and UV B sensor.
568
569	  To compile this driver as a module, choose M here: the
570	  module will be called zopt2201.
571
572endmenu
573