xref: /linux/drivers/iio/light/Kconfig (revision 44a146a44f656fc03d368c1b9248d29a128cd053)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2e01e7eafSMaxime Roussin-Bélanger
39c8ea1b2SJohan Hovold#
49c8ea1b2SJohan Hovold# Light sensors
59c8ea1b2SJohan Hovold#
63edc84e6SLars-Peter Clausen# When adding new entries keep the list in alphabetical order
73edc84e6SLars-Peter Clausen
89c8ea1b2SJohan Hovoldmenu "Light sensors"
99c8ea1b2SJohan Hovold
10feca56ffSGabriele Mazzottaconfig ACPI_ALS
11feca56ffSGabriele Mazzotta	tristate "ACPI Ambient Light Sensor"
12feca56ffSGabriele Mazzotta	depends on ACPI
13feca56ffSGabriele Mazzotta	select IIO_BUFFER
14feca56ffSGabriele Mazzotta	select IIO_TRIGGERED_BUFFER
15feca56ffSGabriele Mazzotta	select IIO_KFIFO_BUF
16feca56ffSGabriele Mazzotta	help
17feca56ffSGabriele Mazzotta	  Say Y here if you want to build a driver for the ACPI0008
18feca56ffSGabriele Mazzotta	  Ambient Light Sensor.
19feca56ffSGabriele Mazzotta
20feca56ffSGabriele Mazzotta	  To compile this driver as a module, choose M here: the module will
21feca56ffSGabriele Mazzotta	  be called acpi-als.
22feca56ffSGabriele Mazzotta
23bbdb822cSPeter Meerwaldconfig ADJD_S311
24bbdb822cSPeter Meerwald	tristate "ADJD-S311-CR999 digital color sensor"
25bbdb822cSPeter Meerwald	select IIO_BUFFER
26bbdb822cSPeter Meerwald	select IIO_TRIGGERED_BUFFER
27bbdb822cSPeter Meerwald	depends on I2C
28bbdb822cSPeter Meerwald	help
29bbdb822cSPeter Meerwald	  If you say yes here you get support for the Avago ADJD-S311-CR999
30bbdb822cSPeter Meerwald	  digital color light sensor.
31bbdb822cSPeter Meerwald
32bbdb822cSPeter Meerwald	  This driver can also be built as a module.  If so, the module
33bbdb822cSPeter Meerwald	  will be called adjd_s311.
34bbdb822cSPeter Meerwald
3535654354SManivannan Sadhasivamconfig ADUX1020
3635654354SManivannan Sadhasivam	tristate "ADUX1020 photometric sensor"
3735654354SManivannan Sadhasivam	select REGMAP_I2C
3835654354SManivannan Sadhasivam	depends on I2C
3935654354SManivannan Sadhasivam	help
4035654354SManivannan Sadhasivam	 Say Y here if you want to build a driver for the Analog Devices
4135654354SManivannan Sadhasivam	 ADUX1020 photometric sensor.
4235654354SManivannan Sadhasivam
4335654354SManivannan Sadhasivam	 To compile this driver as a module, choose M here: the
4435654354SManivannan Sadhasivam	 module will be called adux1020.
4535654354SManivannan Sadhasivam
46c36b5195SDavid Heidelbergconfig AL3010
47c36b5195SDavid Heidelberg	tristate "AL3010 ambient light sensor"
48c36b5195SDavid Heidelberg	depends on I2C
49c36b5195SDavid Heidelberg	help
50c36b5195SDavid Heidelberg	  Say Y here if you want to build a driver for the Dyna Image AL3010
51c36b5195SDavid Heidelberg	  ambient light sensor.
52c36b5195SDavid Heidelberg
53c36b5195SDavid Heidelberg	  To compile this driver as a module, choose M here: the
54c36b5195SDavid Heidelberg	  module will be called al3010.
55c36b5195SDavid Heidelberg
56f007d7f1SDaniel Balutaconfig AL3320A
57f007d7f1SDaniel Baluta	tristate "AL3320A ambient light sensor"
58f007d7f1SDaniel Baluta	depends on I2C
59f007d7f1SDaniel Baluta	help
60f007d7f1SDaniel Baluta	  Say Y here if you want to build a driver for the Dyna Image AL3320A
61f007d7f1SDaniel Baluta	  ambient light sensor.
62f007d7f1SDaniel Baluta
63f007d7f1SDaniel Baluta	  To compile this driver as a module, choose M here: the
64f007d7f1SDaniel Baluta	  module will be called al3320a.
65f007d7f1SDaniel Baluta
6603eff7b6SOleksandr Kravchenkoconfig APDS9300
6703eff7b6SOleksandr Kravchenko	tristate "APDS9300 ambient light sensor"
6803eff7b6SOleksandr Kravchenko	depends on I2C
6903eff7b6SOleksandr Kravchenko	help
7003eff7b6SOleksandr Kravchenko	  Say Y here if you want to build a driver for the Avago APDS9300
7103eff7b6SOleksandr Kravchenko	  ambient light sensor.
7203eff7b6SOleksandr Kravchenko
7303eff7b6SOleksandr Kravchenko	  To compile this driver as a module, choose M here: the
7403eff7b6SOleksandr Kravchenko	  module will be called apds9300.
7503eff7b6SOleksandr Kravchenko
76aff268cdSMatt Ranostayconfig APDS9960
77aff268cdSMatt Ranostay	tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor"
78aff268cdSMatt Ranostay	select REGMAP_I2C
79aff268cdSMatt Ranostay	select IIO_BUFFER
80aff268cdSMatt Ranostay	select IIO_KFIFO_BUF
81aff268cdSMatt Ranostay	depends on I2C
82aff268cdSMatt Ranostay	help
83aff268cdSMatt Ranostay	  Say Y here to build I2C interface support for the Avago
84aff268cdSMatt Ranostay	  APDS9960 gesture/RGB/ALS/proximity sensor.
85aff268cdSMatt Ranostay
86aff268cdSMatt Ranostay	  To compile this driver as a module, choose M here: the
87aff268cdSMatt Ranostay	  module will be called apds9960
88aff268cdSMatt Ranostay
89403e5586SChristian Eggersconfig AS73211
90403e5586SChristian Eggers	tristate "AMS AS73211 XYZ color sensor"
91403e5586SChristian Eggers	depends on I2C
92403e5586SChristian Eggers	select IIO_BUFFER
93403e5586SChristian Eggers	select IIO_TRIGGERED_BUFFER
94403e5586SChristian Eggers	help
95403e5586SChristian Eggers	 If you say yes here you get support for the AMS AS73211
96403e5586SChristian Eggers	 JENCOLOR(R) Digital XYZ Sensor.
97403e5586SChristian Eggers
98403e5586SChristian Eggers	 For triggered measurements, you will need an additional trigger driver
99403e5586SChristian Eggers	 like IIO_HRTIMER_TRIGGER or IIO_SYSFS_TRIGGER.
100403e5586SChristian Eggers
101403e5586SChristian Eggers	 This driver can also be built as a module.  If so, the module
102403e5586SChristian Eggers	 will be called as73211.
103403e5586SChristian Eggers
1043a11fbb0STomasz Duszynskiconfig BH1750
1053a11fbb0STomasz Duszynski	tristate "ROHM BH1750 ambient light sensor"
1063a11fbb0STomasz Duszynski	depends on I2C
1073a11fbb0STomasz Duszynski	help
1083a11fbb0STomasz Duszynski	  Say Y here to build support for the ROHM BH1710, BH1715, BH1721,
1093a11fbb0STomasz Duszynski	  BH1750, BH1751 ambient light sensors.
1103a11fbb0STomasz Duszynski
1113a11fbb0STomasz Duszynski	  To compile this driver as a module, choose M here: the module will
1123a11fbb0STomasz Duszynski	  be called bh1750.
1133a11fbb0STomasz Duszynski
1141f0477f1SLinus Walleijconfig BH1780
1151f0477f1SLinus Walleij	tristate "ROHM BH1780 ambient light sensor"
1161f0477f1SLinus Walleij	depends on I2C
1171f0477f1SLinus Walleij	help
1181f0477f1SLinus Walleij	  Say Y here to build support for the ROHM BH1780GLI ambient
1191f0477f1SLinus Walleij	  light sensor.
1201f0477f1SLinus Walleij
1211f0477f1SLinus Walleij	  To compile this driver as a module, choose M here: the module will
1221f0477f1SLinus Walleij	  be called bh1780.
1231f0477f1SLinus Walleij
124971672c0SKevin Tsaiconfig CM32181
125971672c0SKevin Tsai	depends on I2C
126971672c0SKevin Tsai	tristate "CM32181 driver"
127971672c0SKevin Tsai	help
128971672c0SKevin Tsai	  Say Y here if you use cm32181.
129971672c0SKevin Tsai	  This option enables ambient light sensor using
130971672c0SKevin Tsai	  Capella cm32181 device driver.
131971672c0SKevin Tsai
132971672c0SKevin Tsai	  To compile this driver as a module, choose M here:
133971672c0SKevin Tsai	  the module will be called cm32181.
134971672c0SKevin Tsai
135b84894c7SKevin Tsaiconfig CM3232
136b84894c7SKevin Tsai	depends on I2C
137b84894c7SKevin Tsai	tristate "CM3232 ambient light sensor"
138b84894c7SKevin Tsai	help
139b84894c7SKevin Tsai	  Say Y here if you use cm3232.
140b84894c7SKevin Tsai	  This option enables ambient light sensor using
141b84894c7SKevin Tsai	  Capella Microsystems cm3232 device driver.
142b84894c7SKevin Tsai
143b84894c7SKevin Tsai	  To compile this driver as a module, choose M here:
144b84894c7SKevin Tsai	  the module will be called cm3232.
145b84894c7SKevin Tsai
1468b054426SDaniel Balutaconfig CM3323
1478b054426SDaniel Baluta	depends on I2C
1488b054426SDaniel Baluta	tristate "Capella CM3323 color light sensor"
1498b054426SDaniel Baluta	help
15039b441bdSHartmut Knaack	  Say Y here if you want to build a driver for Capella CM3323
1518b054426SDaniel Baluta	  color sensor.
1528b054426SDaniel Baluta
1538b054426SDaniel Baluta	  To compile this driver as a module, choose M here: the module will
1548b054426SDaniel Baluta	  be called cm3323.
1558b054426SDaniel Baluta
1568afa505cSLinus Walleijconfig CM3605
1578afa505cSLinus Walleij	tristate "Capella CM3605 ambient light and proximity sensor"
1588afa505cSLinus Walleij	depends on OF
1598afa505cSLinus Walleij	help
1608afa505cSLinus Walleij	  Say Y here if you want to build a driver for Capella CM3605
1618afa505cSLinus Walleij	  ambient light and short range proximity sensor.
1628afa505cSLinus Walleij
1638afa505cSLinus Walleij	  To compile this driver as a module, choose M here: the module will
1648afa505cSLinus Walleij	  be called cm3605.
1658afa505cSLinus Walleij
166e590d451SBeomho Seoconfig CM36651
167e590d451SBeomho Seo	depends on I2C
168e590d451SBeomho Seo	tristate "CM36651 driver"
169e590d451SBeomho Seo	help
170e590d451SBeomho Seo	  Say Y here if you use cm36651.
171e590d451SBeomho Seo	  This option enables proximity & RGB sensor using
172e590d451SBeomho Seo	  Capella cm36651 device driver.
173e590d451SBeomho Seo
174e590d451SBeomho Seo	  To compile this driver as a module, choose M here:
175e590d451SBeomho Seo	  the module will be called cm36651.
176e590d451SBeomho Seo
17748458b0cSGwendal Grignouconfig IIO_CROS_EC_LIGHT_PROX
17848458b0cSGwendal Grignou	tristate "ChromeOS EC Light and Proximity Sensors"
17948458b0cSGwendal Grignou	depends on IIO_CROS_EC_SENSORS_CORE
18048458b0cSGwendal Grignou	help
18148458b0cSGwendal Grignou	  Say Y here if you use the light and proximity sensors
18248458b0cSGwendal Grignou	  presented by the ChromeOS EC Sensor hub.
18348458b0cSGwendal Grignou
18448458b0cSGwendal Grignou	  To compile this driver as a module, choose M here:
18548458b0cSGwendal Grignou	  the module will be called cros_ec_light_prox.
18648458b0cSGwendal Grignou
18797d642e2SLinus Walleijconfig GP2AP002
18897d642e2SLinus Walleij	tristate "Sharp GP2AP002 Proximity/ALS sensor"
18997d642e2SLinus Walleij	depends on I2C
19097d642e2SLinus Walleij	select REGMAP
19197d642e2SLinus Walleij	help
19297d642e2SLinus Walleij	  Say Y here if you have a Sharp GP2AP002 proximity/ALS combo-chip
19397d642e2SLinus Walleij	  hooked to an I2C bus.
19497d642e2SLinus Walleij
19597d642e2SLinus Walleij	  To compile this driver as a module, choose M here: the
19697d642e2SLinus Walleij	  module will be called gp2ap002.
19797d642e2SLinus Walleij
198bf29fbeaSJacek Anaszewskiconfig GP2AP020A00F
199bf29fbeaSJacek Anaszewski	tristate "Sharp GP2AP020A00F Proximity/ALS sensor"
200bf29fbeaSJacek Anaszewski	depends on I2C
2018c3b3efbSRoberta Dobrescu	select REGMAP_I2C
202bf29fbeaSJacek Anaszewski	select IIO_BUFFER
203bf29fbeaSJacek Anaszewski	select IIO_TRIGGERED_BUFFER
204419a4aaeSRussell King - ARM Linux	select IRQ_WORK
205bf29fbeaSJacek Anaszewski	help
206bf29fbeaSJacek Anaszewski	  Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip
207bf29fbeaSJacek Anaszewski	  hooked to an I2C bus.
208bf29fbeaSJacek Anaszewski
209bf29fbeaSJacek Anaszewski	  To compile this driver as a module, choose M here: the
210bf29fbeaSJacek Anaszewski	  module will be called gp2ap020a00f.
211bf29fbeaSJacek Anaszewski
212b081b738SJeff LaBundyconfig IQS621_ALS
213b081b738SJeff LaBundy	tristate "Azoteq IQS621/622 ambient light sensors"
214b081b738SJeff LaBundy	depends on MFD_IQS62X || COMPILE_TEST
215b081b738SJeff LaBundy	help
216b081b738SJeff LaBundy	  Say Y here if you want to build support for the Azoteq IQS621
217b081b738SJeff LaBundy	  and IQS622 ambient light sensors.
218b081b738SJeff LaBundy
219b081b738SJeff LaBundy	  To compile this driver as a module, choose M here: the module
220b081b738SJeff LaBundy	  will be called iqs621-als.
221b081b738SJeff LaBundy
222a5750414SBrian Masneyconfig SENSORS_ISL29018
223a5750414SBrian Masney	tristate "Intersil 29018 light and proximity sensor"
224a5750414SBrian Masney	depends on I2C
225a5750414SBrian Masney	select REGMAP_I2C
226a5750414SBrian Masney	default n
227a5750414SBrian Masney	help
228a5750414SBrian Masney	  If you say yes here you get support for ambient light sensing and
229a5750414SBrian Masney	  proximity infrared sensing from Intersil ISL29018.
230a5750414SBrian Masney	  This driver will provide the measurements of ambient light intensity
231a5750414SBrian Masney	  in lux, proximity infrared sensing and normal infrared sensing.
232a5750414SBrian Masney	  Data from sensor is accessible via sysfs.
233a5750414SBrian Masney
234105c3de1SBrian Masneyconfig SENSORS_ISL29028
235105c3de1SBrian Masney	tristate "Intersil ISL29028 Concurrent Light and Proximity Sensor"
236105c3de1SBrian Masney	depends on I2C
237105c3de1SBrian Masney	select REGMAP_I2C
238105c3de1SBrian Masney	help
239105c3de1SBrian Masney	  Provides driver for the Intersil's ISL29028 device.
240105c3de1SBrian Masney	  This driver supports the sysfs interface to get the ALS, IR intensity,
241105c3de1SBrian Masney	  Proximity value via iio. The ISL29028 provides the concurrent sensing
242105c3de1SBrian Masney	  of ambient light and proximity.
243105c3de1SBrian Masney
2446c25539cSPeter Meerwaldconfig ISL29125
2456c25539cSPeter Meerwald	tristate "Intersil ISL29125 digital color light sensor"
2466c25539cSPeter Meerwald	depends on I2C
2476c25539cSPeter Meerwald	select IIO_BUFFER
2486c25539cSPeter Meerwald	select IIO_TRIGGERED_BUFFER
2496c25539cSPeter Meerwald	help
2506c25539cSPeter Meerwald	  Say Y here if you want to build a driver for the Intersil ISL29125
2516c25539cSPeter Meerwald	  RGB light sensor for I2C.
2526c25539cSPeter Meerwald
2536c25539cSPeter Meerwald	  To compile this driver as a module, choose M here: the module will be
2546c25539cSPeter Meerwald	  called isl29125.
2556c25539cSPeter Meerwald
2563edc84e6SLars-Peter Clausenconfig HID_SENSOR_ALS
2573edc84e6SLars-Peter Clausen	depends on HID_SENSOR_HUB
2583edc84e6SLars-Peter Clausen	select IIO_BUFFER
2593edc84e6SLars-Peter Clausen	select IIO_TRIGGERED_BUFFER
2603edc84e6SLars-Peter Clausen	select HID_SENSOR_IIO_COMMON
2613edc84e6SLars-Peter Clausen	select HID_SENSOR_IIO_TRIGGER
2623edc84e6SLars-Peter Clausen	tristate "HID ALS"
2633edc84e6SLars-Peter Clausen	help
2643edc84e6SLars-Peter Clausen	  Say yes here to build support for the HID SENSOR
2653edc84e6SLars-Peter Clausen	  Ambient light sensor.
2663edc84e6SLars-Peter Clausen
2674f51c9adSRoberta Dobrescu	  To compile this driver as a module, choose M here: the
2684f51c9adSRoberta Dobrescu	  module will be called hid-sensor-als.
2694f51c9adSRoberta Dobrescu
27039a3a013SArchana Patniconfig HID_SENSOR_PROX
27139a3a013SArchana Patni	depends on HID_SENSOR_HUB
27239a3a013SArchana Patni	select IIO_BUFFER
27339a3a013SArchana Patni	select IIO_TRIGGERED_BUFFER
27439a3a013SArchana Patni	select HID_SENSOR_IIO_COMMON
27539a3a013SArchana Patni	select HID_SENSOR_IIO_TRIGGER
27639a3a013SArchana Patni	tristate "HID PROX"
27739a3a013SArchana Patni	help
27839a3a013SArchana Patni	  Say yes here to build support for the HID SENSOR
27939a3a013SArchana Patni	  Proximity sensor.
28039a3a013SArchana Patni
28139a3a013SArchana Patni	  To compile this driver as a module, choose M here: the
28239a3a013SArchana Patni	  module will be called hid-sensor-prox.
28339a3a013SArchana Patni
284995863ccSKuppuswamy Sathyanarayananconfig JSA1212
285995863ccSKuppuswamy Sathyanarayanan	tristate "JSA1212 ALS and proximity sensor driver"
286995863ccSKuppuswamy Sathyanarayanan	depends on I2C
28749e19d5fSRoberta Dobrescu	select REGMAP_I2C
288995863ccSKuppuswamy Sathyanarayanan	help
289995863ccSKuppuswamy Sathyanarayanan	  Say Y here if you want to build a IIO driver for JSA1212
290995863ccSKuppuswamy Sathyanarayanan	  proximity & ALS sensor device.
291995863ccSKuppuswamy Sathyanarayanan
292995863ccSKuppuswamy Sathyanarayanan	  To compile this driver as a module, choose M here:
293995863ccSKuppuswamy Sathyanarayanan	  the module will be called jsa1212.
294995863ccSKuppuswamy Sathyanarayanan
295efa86e9fSDaniel Balutaconfig RPR0521
296efa86e9fSDaniel Baluta	tristate "ROHM RPR0521 ALS and proximity sensor driver"
297efa86e9fSDaniel Baluta	depends on I2C
298efa86e9fSDaniel Baluta	select REGMAP_I2C
299efa86e9fSDaniel Baluta	help
300efa86e9fSDaniel Baluta	  Say Y here if you want to build support for ROHM's RPR0521
301efa86e9fSDaniel Baluta	  ambient light and proximity sensor device.
302efa86e9fSDaniel Baluta
303efa86e9fSDaniel Baluta	  To compile this driver as a module, choose M here:
304efa86e9fSDaniel Baluta	  the module will be called rpr0521.
305efa86e9fSDaniel Baluta
3069c8ea1b2SJohan Hovoldconfig SENSORS_LM3533
3079c8ea1b2SJohan Hovold	tristate "LM3533 ambient light sensor"
3089c8ea1b2SJohan Hovold	depends on MFD_LM3533
3099c8ea1b2SJohan Hovold	help
3109c8ea1b2SJohan Hovold	  If you say yes here you get support for the ambient light sensor
3119c8ea1b2SJohan Hovold	  interface on National Semiconductor / TI LM3533 Lighting Power
3129c8ea1b2SJohan Hovold	  chips.
3139c8ea1b2SJohan Hovold
3149c8ea1b2SJohan Hovold	  The sensor interface can be used to control the LEDs and backlights
3159c8ea1b2SJohan Hovold	  of the chip through defining five light zones and three sets of
3169c8ea1b2SJohan Hovold	  corresponding output-current values.
3179c8ea1b2SJohan Hovold
3189c8ea1b2SJohan Hovold	  The driver provides raw and mean adc readings along with the current
3199c8ea1b2SJohan Hovold	  light zone through sysfs. A threshold event can be generated on zone
3209c8ea1b2SJohan Hovold	  changes. The ALS-control output values can be set per zone for the
3219c8ea1b2SJohan Hovold	  three current output channels.
32262a1efb9SPeter Meerwald
3232690be90SPeter Meerwaldconfig LTR501
3242690be90SPeter Meerwald	tristate "LTR-501ALS-01 light sensor"
3252690be90SPeter Meerwald	depends on I2C
3265d9fc0f6SHartmut Knaack	select REGMAP_I2C
3272690be90SPeter Meerwald	select IIO_BUFFER
3282690be90SPeter Meerwald	select IIO_TRIGGERED_BUFFER
3292690be90SPeter Meerwald	help
3302690be90SPeter Meerwald	  If you say yes here you get support for the Lite-On LTR-501ALS-01
3318592a7eeSDaniel Baluta	  ambient light and proximity sensor. This driver also supports LTR-559
332035ebb15SDaniel Baluta	  ALS/PS or LTR-301 ALS sensors.
3332690be90SPeter Meerwald
3342690be90SPeter Meerwald	  This driver can also be built as a module.  If so, the module
3352690be90SPeter Meerwald	  will be called ltr501.
3362690be90SPeter Meerwald
3370f079547SJeff LaBundyconfig LV0104CS
3380f079547SJeff LaBundy	tristate "LV0104CS Ambient Light Sensor"
3390f079547SJeff LaBundy	depends on I2C
3400f079547SJeff LaBundy	help
3410f079547SJeff LaBundy	  Say Y here if you want to build support for the On Semiconductor
3420f079547SJeff LaBundy	  LV0104CS ambient light sensor.
3430f079547SJeff LaBundy
3440f079547SJeff LaBundy	  To compile this driver as a module, choose M here:
3450f079547SJeff LaBundy	  the module will be called lv0104cs.
3460f079547SJeff LaBundy
347b9567e66SCrestez Dan Leonardconfig MAX44000
348b9567e66SCrestez Dan Leonard	tristate "MAX44000 Ambient and Infrared Proximity Sensor"
349b9567e66SCrestez Dan Leonard	depends on I2C
350b9567e66SCrestez Dan Leonard	select REGMAP_I2C
351193e2d4fSAlison Schofield	select IIO_BUFFER
352193e2d4fSAlison Schofield	select IIO_TRIGGERED_BUFFER
353b9567e66SCrestez Dan Leonard	help
354b9567e66SCrestez Dan Leonard	  Say Y here if you want to build support for Maxim Integrated's
355b9567e66SCrestez Dan Leonard	  MAX44000 ambient and infrared proximity sensor device.
356b9567e66SCrestez Dan Leonard
357b9567e66SCrestez Dan Leonard	  To compile this driver as a module, choose M here:
358b9567e66SCrestez Dan Leonard	  the module will be called max44000.
359b9567e66SCrestez Dan Leonard
3606aef699aSRobert Eshlemanconfig MAX44009
3616aef699aSRobert Eshleman	tristate "MAX44009 Ambient Light Sensor"
3626aef699aSRobert Eshleman	depends on I2C
363741172d1SMartyn Welch	select REGMAP_I2C
3646aef699aSRobert Eshleman	help
3656aef699aSRobert Eshleman	 Say Y here if you want to build support for Maxim Integrated's
3666aef699aSRobert Eshleman	 MAX44009 ambient light sensor device.
3676aef699aSRobert Eshleman
3686aef699aSRobert Eshleman	 To compile this driver as a module, choose M here:
3696aef699aSRobert Eshleman	 the module will be called max44009.
3706aef699aSRobert Eshleman
371741172d1SMartyn Welchconfig NOA1305
372741172d1SMartyn Welch	tristate "ON Semiconductor NOA1305 ambient light sensor"
373741172d1SMartyn Welch	depends on I2C
374a26e0fbeSzhong jiang	select REGMAP_I2C
375741172d1SMartyn Welch	help
376741172d1SMartyn Welch	 Say Y here if you want to build support for the ON Semiconductor
377741172d1SMartyn Welch	 NOA1305 ambient light sensor.
378741172d1SMartyn Welch
379741172d1SMartyn Welch	 To compile this driver as a module, choose M here:
380741172d1SMartyn Welch	 The module will be called noa1305.
381741172d1SMartyn Welch
38294a9b7b1SAndreas Dannenbergconfig OPT3001
38394a9b7b1SAndreas Dannenberg	tristate "Texas Instruments OPT3001 Light Sensor"
38494a9b7b1SAndreas Dannenberg	depends on I2C
38594a9b7b1SAndreas Dannenberg	help
38694a9b7b1SAndreas Dannenberg	  If you say Y or M here, you get support for Texas Instruments
38794a9b7b1SAndreas Dannenberg	  OPT3001 Ambient Light Sensor.
38894a9b7b1SAndreas Dannenberg
38994a9b7b1SAndreas Dannenberg	  If built as a dynamically linked module, it will be called
39094a9b7b1SAndreas Dannenberg	  opt3001.
39194a9b7b1SAndreas Dannenberg
3928ab6abfcSAdriana Reusconfig PA12203001
3938ab6abfcSAdriana Reus	tristate "TXC PA12203001 light and proximity sensor"
3948ab6abfcSAdriana Reus	depends on I2C
3958ab6abfcSAdriana Reus	select REGMAP_I2C
3968ab6abfcSAdriana Reus	help
3978ab6abfcSAdriana Reus	  If you say yes here you get support for the TXC PA12203001
3988ab6abfcSAdriana Reus	  ambient light and proximity sensor.
3998ab6abfcSAdriana Reus
4008ab6abfcSAdriana Reus	  This driver can also be built as a module.  If so, the module
4018ab6abfcSAdriana Reus	  will be called pa12203001.
4028ab6abfcSAdriana Reus
403e01e7eafSMaxime Roussin-Bélangerconfig SI1133
404e01e7eafSMaxime Roussin-Bélanger	tristate "SI1133 UV Index Sensor and Ambient Light Sensor"
405e01e7eafSMaxime Roussin-Bélanger	depends on I2C
406e01e7eafSMaxime Roussin-Bélanger	select REGMAP_I2C
407e01e7eafSMaxime Roussin-Bélanger	  help
408e01e7eafSMaxime Roussin-Bélanger	  Say Y here if you want to build a driver for the Silicon Labs SI1133
409e01e7eafSMaxime Roussin-Bélanger	  UV Index Sensor and Ambient Light Sensor chip.
410e01e7eafSMaxime Roussin-Bélanger
411e01e7eafSMaxime Roussin-Bélanger	  To compile this driver as a module, choose M here: the module will be
412e01e7eafSMaxime Roussin-Bélanger	  called si1133.
413e01e7eafSMaxime Roussin-Bélanger
414ac45e57fSPeter Meerwald-Stadlerconfig SI1145
415ac45e57fSPeter Meerwald-Stadler	tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor"
416ac45e57fSPeter Meerwald-Stadler	depends on I2C
417ac45e57fSPeter Meerwald-Stadler	select IIO_BUFFER
418ac45e57fSPeter Meerwald-Stadler	select IIO_TRIGGERED_BUFFER
419ac45e57fSPeter Meerwald-Stadler	help
420ac45e57fSPeter Meerwald-Stadler	  Say Y here if you want to build a driver for the Silicon Labs SI1132 or
421ac45e57fSPeter Meerwald-Stadler	  SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor
422ac45e57fSPeter Meerwald-Stadler	  chips.
423ac45e57fSPeter Meerwald-Stadler
424ac45e57fSPeter Meerwald-Stadler	  To compile this driver as a module, choose M here: the module will be
425ac45e57fSPeter Meerwald-Stadler	  called si1145.
426ac45e57fSPeter Meerwald-Stadler
427be9e6229STiberiu Breanaconfig STK3310
428be9e6229STiberiu Breana	tristate "STK3310 ALS and proximity sensor"
429be9e6229STiberiu Breana	depends on I2C
4305d6e834aSHartmut Knaack	select REGMAP_I2C
431be9e6229STiberiu Breana	help
432be9e6229STiberiu Breana	  Say yes here to get support for the Sensortek STK3310 ambient light
433be9e6229STiberiu Breana	  and proximity sensor. The STK3311 model is also supported by this
434be9e6229STiberiu Breana	  driver.
435be9e6229STiberiu Breana
436be9e6229STiberiu Breana	  Choosing M will build the driver as a module. If so, the module
437be9e6229STiberiu Breana	  will be called stk3310.
438be9e6229STiberiu Breana
4393025c868SLorenzo Bianconiconfig ST_UVIS25
4403025c868SLorenzo Bianconi	tristate "STMicroelectronics UVIS25 sensor driver"
4413025c868SLorenzo Bianconi	depends on (I2C || SPI)
4423025c868SLorenzo Bianconi	select IIO_BUFFER
4433025c868SLorenzo Bianconi	select IIO_TRIGGERED_BUFFER
4443025c868SLorenzo Bianconi	select ST_UVIS25_I2C if (I2C)
4453025c868SLorenzo Bianconi	select ST_UVIS25_SPI if (SPI_MASTER)
4463025c868SLorenzo Bianconi	help
4473025c868SLorenzo Bianconi	  Say yes here to build support for STMicroelectronics UVIS25
4483025c868SLorenzo Bianconi	  uv sensor
4493025c868SLorenzo Bianconi
4503025c868SLorenzo Bianconi	  To compile this driver as a module, choose M here: the module
4513025c868SLorenzo Bianconi	  will be called st_uvis25.
4523025c868SLorenzo Bianconi
4533025c868SLorenzo Bianconiconfig ST_UVIS25_I2C
4543025c868SLorenzo Bianconi	tristate
4553025c868SLorenzo Bianconi	depends on ST_UVIS25
4563025c868SLorenzo Bianconi	select REGMAP_I2C
4573025c868SLorenzo Bianconi
4583025c868SLorenzo Bianconiconfig ST_UVIS25_SPI
4593025c868SLorenzo Bianconi	tristate
4603025c868SLorenzo Bianconi	depends on ST_UVIS25
4613025c868SLorenzo Bianconi	select REGMAP_SPI
4623025c868SLorenzo Bianconi
463a244e7b5SPeter Meerwaldconfig TCS3414
464a244e7b5SPeter Meerwald	tristate "TAOS TCS3414 digital color sensor"
465a244e7b5SPeter Meerwald	depends on I2C
466a244e7b5SPeter Meerwald	select IIO_BUFFER
467a244e7b5SPeter Meerwald	select IIO_TRIGGERED_BUFFER
468a244e7b5SPeter Meerwald	help
469a244e7b5SPeter Meerwald	  If you say yes here you get support for the TAOS TCS3414
470a244e7b5SPeter Meerwald	  family of digital color sensors.
471a244e7b5SPeter Meerwald
472a244e7b5SPeter Meerwald	  This driver can also be built as a module.  If so, the module
473a244e7b5SPeter Meerwald	  will be called tcs3414.
474a244e7b5SPeter Meerwald
475eb869adeSPeter Meerwaldconfig TCS3472
476eb869adeSPeter Meerwald	tristate "TAOS TCS3472 color light-to-digital converter"
477eb869adeSPeter Meerwald	depends on I2C
478089b54bdSPeter Meerwald	select IIO_BUFFER
479089b54bdSPeter Meerwald	select IIO_TRIGGERED_BUFFER
480eb869adeSPeter Meerwald	help
481eb869adeSPeter Meerwald	  If you say yes here you get support for the TAOS TCS3472
482eb869adeSPeter Meerwald	  family of color light-to-digital converters with IR filter.
483eb869adeSPeter Meerwald
484eb869adeSPeter Meerwald	  This driver can also be built as a module.  If so, the module
485eb869adeSPeter Meerwald	  will be called tcs3472.
486eb869adeSPeter Meerwald
4879c2251ddSJonathan Cameronconfig SENSORS_TSL2563
4889c2251ddSJonathan Cameron	tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
4899c2251ddSJonathan Cameron	depends on I2C
4909c2251ddSJonathan Cameron	help
4919c2251ddSJonathan Cameron	  If you say yes here you get support for the Taos TSL2560,
4929c2251ddSJonathan Cameron	  TSL2561, TSL2562 and TSL2563 ambient light sensors.
4939c2251ddSJonathan Cameron
4949c2251ddSJonathan Cameron	  This driver can also be built as a module.  If so, the module
4959c2251ddSJonathan Cameron	  will be called tsl2563.
4969c2251ddSJonathan Cameron
497f44d5c8aSBrian Masneyconfig TSL2583
498f44d5c8aSBrian Masney	tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
499f44d5c8aSBrian Masney	depends on I2C
500f44d5c8aSBrian Masney	help
501f44d5c8aSBrian Masney	  Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
502f44d5c8aSBrian Masney	  Access ALS data via iio, sysfs.
503f44d5c8aSBrian Masney
504c06c4d79SBrian Masneyconfig TSL2772
505c06c4d79SBrian Masney	tristate "TAOS TSL/TMD2x71 and TSL/TMD2x72 Family of light and proximity sensors"
506c06c4d79SBrian Masney	depends on I2C
507c06c4d79SBrian Masney	help
508c06c4d79SBrian Masney	  Support for: tsl2571, tsl2671, tmd2671, tsl2771, tmd2771, tsl2572, tsl2672,
509c06c4d79SBrian Masney	  tmd2672, tsl2772, tmd2772 devices.
510c06c4d79SBrian Masney	  Provides iio_events and direct access via sysfs.
511c06c4d79SBrian Masney
512aab9ba7eSPeter Meerwaldconfig TSL4531
513aab9ba7eSPeter Meerwald	tristate "TAOS TSL4531 ambient light sensors"
514aab9ba7eSPeter Meerwald	depends on I2C
515aab9ba7eSPeter Meerwald	help
516aab9ba7eSPeter Meerwald	  Say Y here if you want to build a driver for the TAOS TSL4531 family
517aab9ba7eSPeter Meerwald	  of ambient light sensors with direct lux output.
518aab9ba7eSPeter Meerwald
519aab9ba7eSPeter Meerwald	  To compile this driver as a module, choose M here: the
520aab9ba7eSPeter Meerwald	  module will be called tsl4531.
521aab9ba7eSPeter Meerwald
522c14f8abeSAdriana Reusconfig US5182D
523c14f8abeSAdriana Reus	tristate "UPISEMI light and proximity sensor"
524c14f8abeSAdriana Reus	depends on I2C
525c14f8abeSAdriana Reus	help
526c14f8abeSAdriana Reus	  If you say yes here you get support for the UPISEMI US5182D
527c14f8abeSAdriana Reus	  ambient light and proximity sensor.
528c14f8abeSAdriana Reus
529c14f8abeSAdriana Reus	  This driver can also be built as a module.  If so, the module
530c14f8abeSAdriana Reus	  will be called us5182d.
531c14f8abeSAdriana Reus
53262a1efb9SPeter Meerwaldconfig VCNL4000
533be38866fSTomas Novotny	tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor"
5348fe78d52SMathieu Othacehe	select IIO_BUFFER
5358fe78d52SMathieu Othacehe	select IIO_TRIGGERED_BUFFER
53662a1efb9SPeter Meerwald	depends on I2C
53762a1efb9SPeter Meerwald	help
538d978bfddSPeter Meerwald-Stadler	  Say Y here if you want to build a driver for the Vishay VCNL4000,
539be38866fSTomas Novotny	  VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity
540be38866fSTomas Novotny	  sensor.
54162a1efb9SPeter Meerwald
54262a1efb9SPeter Meerwald	  To compile this driver as a module, choose M here: the
54362a1efb9SPeter Meerwald	  module will be called vcnl4000.
54462a1efb9SPeter Meerwald
54555707294SParthiban Nallathambiconfig VCNL4035
54655707294SParthiban Nallathambi	tristate "VCNL4035 combined ALS and proximity sensor"
547*44a146a4SNecip Fazil Yildiran	select IIO_BUFFER
54855707294SParthiban Nallathambi	select IIO_TRIGGERED_BUFFER
54955707294SParthiban Nallathambi	select REGMAP_I2C
55055707294SParthiban Nallathambi	depends on I2C
55155707294SParthiban Nallathambi	help
55255707294SParthiban Nallathambi	  Say Y here if you want to build a driver for the Vishay VCNL4035,
55355707294SParthiban Nallathambi	  combined ambient light (ALS) and proximity sensor. Currently only ALS
55455707294SParthiban Nallathambi	  function is available.
55555707294SParthiban Nallathambi
55655707294SParthiban Nallathambi	  To compile this driver as a module, choose M here: the
55755707294SParthiban Nallathambi	  module will be called vcnl4035.
55855707294SParthiban Nallathambi
5597b779f57SRishi Guptaconfig VEML6030
5607b779f57SRishi Gupta	tristate "VEML6030 ambient light sensor"
5617b779f57SRishi Gupta	select REGMAP_I2C
5627b779f57SRishi Gupta	depends on I2C
5637b779f57SRishi Gupta	help
5647b779f57SRishi Gupta	  Say Y here if you want to build a driver for the Vishay VEML6030
5657b779f57SRishi Gupta	  ambient light sensor (ALS).
5667b779f57SRishi Gupta
5677b779f57SRishi Gupta	  To compile this driver as a module, choose M here: the
5687b779f57SRishi Gupta	  module will be called veml6030.
5697b779f57SRishi Gupta
570dfd2ab8dSPeter Meerwald-Stadlerconfig VEML6070
571dfd2ab8dSPeter Meerwald-Stadler	tristate "VEML6070 UV A light sensor"
572dfd2ab8dSPeter Meerwald-Stadler	depends on I2C
573dfd2ab8dSPeter Meerwald-Stadler	help
574dfd2ab8dSPeter Meerwald-Stadler	  Say Y here if you want to build a driver for the Vishay VEML6070 UV A
575dfd2ab8dSPeter Meerwald-Stadler	  light sensor.
576dfd2ab8dSPeter Meerwald-Stadler
577dfd2ab8dSPeter Meerwald-Stadler	  To compile this driver as a module, choose M here: the
578dfd2ab8dSPeter Meerwald-Stadler	  module will be called veml6070.
579dfd2ab8dSPeter Meerwald-Stadler
5805e7f47e4SManivannan Sadhasivamconfig VL6180
5815e7f47e4SManivannan Sadhasivam	tristate "VL6180 ALS, range and proximity sensor"
5825e7f47e4SManivannan Sadhasivam	depends on I2C
5835e7f47e4SManivannan Sadhasivam	help
5845e7f47e4SManivannan Sadhasivam	  Say Y here if you want to build a driver for the STMicroelectronics
5855e7f47e4SManivannan Sadhasivam	  VL6180 combined ambient light, range and proximity sensor.
5865e7f47e4SManivannan Sadhasivam
5875e7f47e4SManivannan Sadhasivam	  To compile this driver as a module, choose M here: the
5885e7f47e4SManivannan Sadhasivam	  module will be called vl6180.
5895e7f47e4SManivannan Sadhasivam
5908556f514SPeter Meerwald-Stadlerconfig ZOPT2201
5918556f514SPeter Meerwald-Stadler	tristate "ZOPT2201 ALS and UV B sensor"
5928556f514SPeter Meerwald-Stadler	depends on I2C
5938556f514SPeter Meerwald-Stadler	help
5948556f514SPeter Meerwald-Stadler	  Say Y here if you want to build a driver for the IDT
5958556f514SPeter Meerwald-Stadler	  ZOPT2201 ambient light and UV B sensor.
5968556f514SPeter Meerwald-Stadler
5978556f514SPeter Meerwald-Stadler	  To compile this driver as a module, choose M here: the
5988556f514SPeter Meerwald-Stadler	  module will be called zopt2201.
5998556f514SPeter Meerwald-Stadler
6009c8ea1b2SJohan Hovoldendmenu
601