xref: /openbmc/linux/drivers/iio/light/Kconfig (revision e52afbd6)
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	help
1598afa505cSLinus Walleij	  Say Y here if you want to build a driver for Capella CM3605
1608afa505cSLinus Walleij	  ambient light and short range proximity sensor.
1618afa505cSLinus Walleij
1628afa505cSLinus Walleij	  To compile this driver as a module, choose M here: the module will
1638afa505cSLinus Walleij	  be called cm3605.
1648afa505cSLinus Walleij
165e590d451SBeomho Seoconfig CM36651
166e590d451SBeomho Seo	depends on I2C
167e590d451SBeomho Seo	tristate "CM36651 driver"
168e590d451SBeomho Seo	help
169e590d451SBeomho Seo	  Say Y here if you use cm36651.
170e590d451SBeomho Seo	  This option enables proximity & RGB sensor using
171e590d451SBeomho Seo	  Capella cm36651 device driver.
172e590d451SBeomho Seo
173e590d451SBeomho Seo	  To compile this driver as a module, choose M here:
174e590d451SBeomho Seo	  the module will be called cm36651.
175e590d451SBeomho Seo
17648458b0cSGwendal Grignouconfig IIO_CROS_EC_LIGHT_PROX
17748458b0cSGwendal Grignou	tristate "ChromeOS EC Light and Proximity Sensors"
17848458b0cSGwendal Grignou	depends on IIO_CROS_EC_SENSORS_CORE
17948458b0cSGwendal Grignou	help
18048458b0cSGwendal Grignou	  Say Y here if you use the light and proximity sensors
18148458b0cSGwendal Grignou	  presented by the ChromeOS EC Sensor hub.
18248458b0cSGwendal Grignou
18348458b0cSGwendal Grignou	  To compile this driver as a module, choose M here:
18448458b0cSGwendal Grignou	  the module will be called cros_ec_light_prox.
18548458b0cSGwendal Grignou
18697d642e2SLinus Walleijconfig GP2AP002
18797d642e2SLinus Walleij	tristate "Sharp GP2AP002 Proximity/ALS sensor"
18897d642e2SLinus Walleij	depends on I2C
18997d642e2SLinus Walleij	select REGMAP
19097d642e2SLinus Walleij	help
19197d642e2SLinus Walleij	  Say Y here if you have a Sharp GP2AP002 proximity/ALS combo-chip
19297d642e2SLinus Walleij	  hooked to an I2C bus.
19397d642e2SLinus Walleij
19497d642e2SLinus Walleij	  To compile this driver as a module, choose M here: the
19597d642e2SLinus Walleij	  module will be called gp2ap002.
19697d642e2SLinus Walleij
197bf29fbeaSJacek Anaszewskiconfig GP2AP020A00F
198bf29fbeaSJacek Anaszewski	tristate "Sharp GP2AP020A00F Proximity/ALS sensor"
199bf29fbeaSJacek Anaszewski	depends on I2C
2008c3b3efbSRoberta Dobrescu	select REGMAP_I2C
201bf29fbeaSJacek Anaszewski	select IIO_BUFFER
202bf29fbeaSJacek Anaszewski	select IIO_TRIGGERED_BUFFER
203419a4aaeSRussell King - ARM Linux	select IRQ_WORK
204bf29fbeaSJacek Anaszewski	help
205bf29fbeaSJacek Anaszewski	  Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip
206bf29fbeaSJacek Anaszewski	  hooked to an I2C bus.
207bf29fbeaSJacek Anaszewski
208bf29fbeaSJacek Anaszewski	  To compile this driver as a module, choose M here: the
209bf29fbeaSJacek Anaszewski	  module will be called gp2ap020a00f.
210bf29fbeaSJacek Anaszewski
211b081b738SJeff LaBundyconfig IQS621_ALS
212b081b738SJeff LaBundy	tristate "Azoteq IQS621/622 ambient light sensors"
213b081b738SJeff LaBundy	depends on MFD_IQS62X || COMPILE_TEST
214b081b738SJeff LaBundy	help
215b081b738SJeff LaBundy	  Say Y here if you want to build support for the Azoteq IQS621
216b081b738SJeff LaBundy	  and IQS622 ambient light sensors.
217b081b738SJeff LaBundy
218b081b738SJeff LaBundy	  To compile this driver as a module, choose M here: the module
219b081b738SJeff LaBundy	  will be called iqs621-als.
220b081b738SJeff LaBundy
221a5750414SBrian Masneyconfig SENSORS_ISL29018
222a5750414SBrian Masney	tristate "Intersil 29018 light and proximity sensor"
223a5750414SBrian Masney	depends on I2C
224a5750414SBrian Masney	select REGMAP_I2C
225a5750414SBrian Masney	default n
226a5750414SBrian Masney	help
227a5750414SBrian Masney	  If you say yes here you get support for ambient light sensing and
228a5750414SBrian Masney	  proximity infrared sensing from Intersil ISL29018.
229a5750414SBrian Masney	  This driver will provide the measurements of ambient light intensity
230a5750414SBrian Masney	  in lux, proximity infrared sensing and normal infrared sensing.
231a5750414SBrian Masney	  Data from sensor is accessible via sysfs.
232a5750414SBrian Masney
233105c3de1SBrian Masneyconfig SENSORS_ISL29028
234105c3de1SBrian Masney	tristate "Intersil ISL29028 Concurrent Light and Proximity Sensor"
235105c3de1SBrian Masney	depends on I2C
236105c3de1SBrian Masney	select REGMAP_I2C
237105c3de1SBrian Masney	help
238105c3de1SBrian Masney	  Provides driver for the Intersil's ISL29028 device.
239105c3de1SBrian Masney	  This driver supports the sysfs interface to get the ALS, IR intensity,
240105c3de1SBrian Masney	  Proximity value via iio. The ISL29028 provides the concurrent sensing
241105c3de1SBrian Masney	  of ambient light and proximity.
242105c3de1SBrian Masney
2436c25539cSPeter Meerwaldconfig ISL29125
2446c25539cSPeter Meerwald	tristate "Intersil ISL29125 digital color light sensor"
2456c25539cSPeter Meerwald	depends on I2C
2466c25539cSPeter Meerwald	select IIO_BUFFER
2476c25539cSPeter Meerwald	select IIO_TRIGGERED_BUFFER
2486c25539cSPeter Meerwald	help
2496c25539cSPeter Meerwald	  Say Y here if you want to build a driver for the Intersil ISL29125
2506c25539cSPeter Meerwald	  RGB light sensor for I2C.
2516c25539cSPeter Meerwald
2526c25539cSPeter Meerwald	  To compile this driver as a module, choose M here: the module will be
2536c25539cSPeter Meerwald	  called isl29125.
2546c25539cSPeter Meerwald
2553edc84e6SLars-Peter Clausenconfig HID_SENSOR_ALS
2563edc84e6SLars-Peter Clausen	depends on HID_SENSOR_HUB
2573edc84e6SLars-Peter Clausen	select IIO_BUFFER
2583edc84e6SLars-Peter Clausen	select HID_SENSOR_IIO_COMMON
2593edc84e6SLars-Peter Clausen	select HID_SENSOR_IIO_TRIGGER
2603edc84e6SLars-Peter Clausen	tristate "HID ALS"
2613edc84e6SLars-Peter Clausen	help
2623edc84e6SLars-Peter Clausen	  Say yes here to build support for the HID SENSOR
2633edc84e6SLars-Peter Clausen	  Ambient light sensor.
2643edc84e6SLars-Peter Clausen
2654f51c9adSRoberta Dobrescu	  To compile this driver as a module, choose M here: the
2664f51c9adSRoberta Dobrescu	  module will be called hid-sensor-als.
2674f51c9adSRoberta Dobrescu
26839a3a013SArchana Patniconfig HID_SENSOR_PROX
26939a3a013SArchana Patni	depends on HID_SENSOR_HUB
27039a3a013SArchana Patni	select IIO_BUFFER
27139a3a013SArchana Patni	select HID_SENSOR_IIO_COMMON
27239a3a013SArchana Patni	select HID_SENSOR_IIO_TRIGGER
27339a3a013SArchana Patni	tristate "HID PROX"
27439a3a013SArchana Patni	help
27539a3a013SArchana Patni	  Say yes here to build support for the HID SENSOR
27639a3a013SArchana Patni	  Proximity sensor.
27739a3a013SArchana Patni
27839a3a013SArchana Patni	  To compile this driver as a module, choose M here: the
27939a3a013SArchana Patni	  module will be called hid-sensor-prox.
28039a3a013SArchana Patni
281995863ccSKuppuswamy Sathyanarayananconfig JSA1212
282995863ccSKuppuswamy Sathyanarayanan	tristate "JSA1212 ALS and proximity sensor driver"
283995863ccSKuppuswamy Sathyanarayanan	depends on I2C
28449e19d5fSRoberta Dobrescu	select REGMAP_I2C
285995863ccSKuppuswamy Sathyanarayanan	help
286995863ccSKuppuswamy Sathyanarayanan	  Say Y here if you want to build a IIO driver for JSA1212
287995863ccSKuppuswamy Sathyanarayanan	  proximity & ALS sensor device.
288995863ccSKuppuswamy Sathyanarayanan
289995863ccSKuppuswamy Sathyanarayanan	  To compile this driver as a module, choose M here:
290995863ccSKuppuswamy Sathyanarayanan	  the module will be called jsa1212.
291995863ccSKuppuswamy Sathyanarayanan
292*e52afbd6SMatti Vaittinenconfig ROHM_BU27034
293*e52afbd6SMatti Vaittinen	tristate "ROHM BU27034 ambient light sensor"
294*e52afbd6SMatti Vaittinen	depends on I2C
295*e52afbd6SMatti Vaittinen	select REGMAP_I2C
296*e52afbd6SMatti Vaittinen	select IIO_GTS_HELPER
297*e52afbd6SMatti Vaittinen	select IIO_BUFFER
298*e52afbd6SMatti Vaittinen	select IIO_KFIFO_BUF
299*e52afbd6SMatti Vaittinen	help
300*e52afbd6SMatti Vaittinen	  Enable support for the ROHM BU27034 ambient light sensor. ROHM BU27034
301*e52afbd6SMatti Vaittinen	  is an ambient light sesnor with 3 channels and 3 photo diodes capable
302*e52afbd6SMatti Vaittinen	  of detecting a very wide range of illuminance.
303*e52afbd6SMatti Vaittinen	  Typical application is adjusting LCD and backlight power of TVs and
304*e52afbd6SMatti Vaittinen	  mobile phones.
305*e52afbd6SMatti Vaittinen
306efa86e9fSDaniel Balutaconfig RPR0521
307efa86e9fSDaniel Baluta	tristate "ROHM RPR0521 ALS and proximity sensor driver"
308efa86e9fSDaniel Baluta	depends on I2C
309efa86e9fSDaniel Baluta	select REGMAP_I2C
3106ac12303SPaul Gazzillo	select IIO_BUFFER
3116ac12303SPaul Gazzillo	select IIO_TRIGGERED_BUFFER
312efa86e9fSDaniel Baluta	help
313efa86e9fSDaniel Baluta	  Say Y here if you want to build support for ROHM's RPR0521
314efa86e9fSDaniel Baluta	  ambient light and proximity sensor device.
315efa86e9fSDaniel Baluta
316efa86e9fSDaniel Baluta	  To compile this driver as a module, choose M here:
317efa86e9fSDaniel Baluta	  the module will be called rpr0521.
318efa86e9fSDaniel Baluta
3199c8ea1b2SJohan Hovoldconfig SENSORS_LM3533
3209c8ea1b2SJohan Hovold	tristate "LM3533 ambient light sensor"
3219c8ea1b2SJohan Hovold	depends on MFD_LM3533
3229c8ea1b2SJohan Hovold	help
3239c8ea1b2SJohan Hovold	  If you say yes here you get support for the ambient light sensor
3249c8ea1b2SJohan Hovold	  interface on National Semiconductor / TI LM3533 Lighting Power
3259c8ea1b2SJohan Hovold	  chips.
3269c8ea1b2SJohan Hovold
3279c8ea1b2SJohan Hovold	  The sensor interface can be used to control the LEDs and backlights
3289c8ea1b2SJohan Hovold	  of the chip through defining five light zones and three sets of
3299c8ea1b2SJohan Hovold	  corresponding output-current values.
3309c8ea1b2SJohan Hovold
3319c8ea1b2SJohan Hovold	  The driver provides raw and mean adc readings along with the current
3329c8ea1b2SJohan Hovold	  light zone through sysfs. A threshold event can be generated on zone
3339c8ea1b2SJohan Hovold	  changes. The ALS-control output values can be set per zone for the
3349c8ea1b2SJohan Hovold	  three current output channels.
33562a1efb9SPeter Meerwald
3362690be90SPeter Meerwaldconfig LTR501
3372690be90SPeter Meerwald	tristate "LTR-501ALS-01 light sensor"
3382690be90SPeter Meerwald	depends on I2C
3395d9fc0f6SHartmut Knaack	select REGMAP_I2C
3402690be90SPeter Meerwald	select IIO_BUFFER
3412690be90SPeter Meerwald	select IIO_TRIGGERED_BUFFER
3422690be90SPeter Meerwald	help
3432690be90SPeter Meerwald	  If you say yes here you get support for the Lite-On LTR-501ALS-01
3448592a7eeSDaniel Baluta	  ambient light and proximity sensor. This driver also supports LTR-559
345035ebb15SDaniel Baluta	  ALS/PS or LTR-301 ALS sensors.
3462690be90SPeter Meerwald
3472690be90SPeter Meerwald	  This driver can also be built as a module.  If so, the module
3482690be90SPeter Meerwald	  will be called ltr501.
3492690be90SPeter Meerwald
35083f0bcd4SShreeya Patelconfig LTRF216A
35183f0bcd4SShreeya Patel	tristate "Liteon LTRF216A Light Sensor"
35283f0bcd4SShreeya Patel	depends on I2C
35383f0bcd4SShreeya Patel	select REGMAP_I2C
35483f0bcd4SShreeya Patel	help
35583f0bcd4SShreeya Patel	  If you say Y or M here, you get support for Liteon LTRF216A
35683f0bcd4SShreeya Patel	  Ambient Light Sensor.
35783f0bcd4SShreeya Patel
35883f0bcd4SShreeya Patel	  If built as a dynamically linked module, it will be called
35983f0bcd4SShreeya Patel	  ltrf216a.
36083f0bcd4SShreeya Patel
3610f079547SJeff LaBundyconfig LV0104CS
3620f079547SJeff LaBundy	tristate "LV0104CS Ambient Light Sensor"
3630f079547SJeff LaBundy	depends on I2C
3640f079547SJeff LaBundy	help
3650f079547SJeff LaBundy	  Say Y here if you want to build support for the On Semiconductor
3660f079547SJeff LaBundy	  LV0104CS ambient light sensor.
3670f079547SJeff LaBundy
3680f079547SJeff LaBundy	  To compile this driver as a module, choose M here:
3690f079547SJeff LaBundy	  the module will be called lv0104cs.
3700f079547SJeff LaBundy
371b9567e66SCrestez Dan Leonardconfig MAX44000
372b9567e66SCrestez Dan Leonard	tristate "MAX44000 Ambient and Infrared Proximity Sensor"
373b9567e66SCrestez Dan Leonard	depends on I2C
374b9567e66SCrestez Dan Leonard	select REGMAP_I2C
375193e2d4fSAlison Schofield	select IIO_BUFFER
376193e2d4fSAlison Schofield	select IIO_TRIGGERED_BUFFER
377b9567e66SCrestez Dan Leonard	help
378b9567e66SCrestez Dan Leonard	  Say Y here if you want to build support for Maxim Integrated's
379b9567e66SCrestez Dan Leonard	  MAX44000 ambient and infrared proximity sensor device.
380b9567e66SCrestez Dan Leonard
381b9567e66SCrestez Dan Leonard	  To compile this driver as a module, choose M here:
382b9567e66SCrestez Dan Leonard	  the module will be called max44000.
383b9567e66SCrestez Dan Leonard
3846aef699aSRobert Eshlemanconfig MAX44009
3856aef699aSRobert Eshleman	tristate "MAX44009 Ambient Light Sensor"
3866aef699aSRobert Eshleman	depends on I2C
387741172d1SMartyn Welch	select REGMAP_I2C
3886aef699aSRobert Eshleman	help
3896aef699aSRobert Eshleman	 Say Y here if you want to build support for Maxim Integrated's
3906aef699aSRobert Eshleman	 MAX44009 ambient light sensor device.
3916aef699aSRobert Eshleman
3926aef699aSRobert Eshleman	 To compile this driver as a module, choose M here:
3936aef699aSRobert Eshleman	 the module will be called max44009.
3946aef699aSRobert Eshleman
395741172d1SMartyn Welchconfig NOA1305
396741172d1SMartyn Welch	tristate "ON Semiconductor NOA1305 ambient light sensor"
397741172d1SMartyn Welch	depends on I2C
398a26e0fbeSzhong jiang	select REGMAP_I2C
399741172d1SMartyn Welch	help
400741172d1SMartyn Welch	 Say Y here if you want to build support for the ON Semiconductor
401741172d1SMartyn Welch	 NOA1305 ambient light sensor.
402741172d1SMartyn Welch
403741172d1SMartyn Welch	 To compile this driver as a module, choose M here:
404741172d1SMartyn Welch	 The module will be called noa1305.
405741172d1SMartyn Welch
40694a9b7b1SAndreas Dannenbergconfig OPT3001
40794a9b7b1SAndreas Dannenberg	tristate "Texas Instruments OPT3001 Light Sensor"
40894a9b7b1SAndreas Dannenberg	depends on I2C
40994a9b7b1SAndreas Dannenberg	help
41094a9b7b1SAndreas Dannenberg	  If you say Y or M here, you get support for Texas Instruments
41194a9b7b1SAndreas Dannenberg	  OPT3001 Ambient Light Sensor.
41294a9b7b1SAndreas Dannenberg
41394a9b7b1SAndreas Dannenberg	  If built as a dynamically linked module, it will be called
41494a9b7b1SAndreas Dannenberg	  opt3001.
41594a9b7b1SAndreas Dannenberg
4168ab6abfcSAdriana Reusconfig PA12203001
4178ab6abfcSAdriana Reus	tristate "TXC PA12203001 light and proximity sensor"
4188ab6abfcSAdriana Reus	depends on I2C
4198ab6abfcSAdriana Reus	select REGMAP_I2C
4208ab6abfcSAdriana Reus	help
4218ab6abfcSAdriana Reus	  If you say yes here you get support for the TXC PA12203001
4228ab6abfcSAdriana Reus	  ambient light and proximity sensor.
4238ab6abfcSAdriana Reus
4248ab6abfcSAdriana Reus	  This driver can also be built as a module.  If so, the module
4258ab6abfcSAdriana Reus	  will be called pa12203001.
4268ab6abfcSAdriana Reus
427e01e7eafSMaxime Roussin-Bélangerconfig SI1133
428e01e7eafSMaxime Roussin-Bélanger	tristate "SI1133 UV Index Sensor and Ambient Light Sensor"
429e01e7eafSMaxime Roussin-Bélanger	depends on I2C
430e01e7eafSMaxime Roussin-Bélanger	select REGMAP_I2C
431e01e7eafSMaxime Roussin-Bélanger	  help
432e01e7eafSMaxime Roussin-Bélanger	  Say Y here if you want to build a driver for the Silicon Labs SI1133
433e01e7eafSMaxime Roussin-Bélanger	  UV Index Sensor and Ambient Light Sensor chip.
434e01e7eafSMaxime Roussin-Bélanger
435e01e7eafSMaxime Roussin-Bélanger	  To compile this driver as a module, choose M here: the module will be
436e01e7eafSMaxime Roussin-Bélanger	  called si1133.
437e01e7eafSMaxime Roussin-Bélanger
438ac45e57fSPeter Meerwald-Stadlerconfig SI1145
439ac45e57fSPeter Meerwald-Stadler	tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor"
440ac45e57fSPeter Meerwald-Stadler	depends on I2C
441ac45e57fSPeter Meerwald-Stadler	select IIO_BUFFER
442ac45e57fSPeter Meerwald-Stadler	select IIO_TRIGGERED_BUFFER
443ac45e57fSPeter Meerwald-Stadler	help
444ac45e57fSPeter Meerwald-Stadler	  Say Y here if you want to build a driver for the Silicon Labs SI1132 or
445ac45e57fSPeter Meerwald-Stadler	  SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor
446ac45e57fSPeter Meerwald-Stadler	  chips.
447ac45e57fSPeter Meerwald-Stadler
448ac45e57fSPeter Meerwald-Stadler	  To compile this driver as a module, choose M here: the module will be
449ac45e57fSPeter Meerwald-Stadler	  called si1145.
450ac45e57fSPeter Meerwald-Stadler
451be9e6229STiberiu Breanaconfig STK3310
452be9e6229STiberiu Breana	tristate "STK3310 ALS and proximity sensor"
453be9e6229STiberiu Breana	depends on I2C
4545d6e834aSHartmut Knaack	select REGMAP_I2C
455be9e6229STiberiu Breana	help
456be9e6229STiberiu Breana	  Say yes here to get support for the Sensortek STK3310 ambient light
457be9e6229STiberiu Breana	  and proximity sensor. The STK3311 model is also supported by this
458be9e6229STiberiu Breana	  driver.
459be9e6229STiberiu Breana
460be9e6229STiberiu Breana	  Choosing M will build the driver as a module. If so, the module
461be9e6229STiberiu Breana	  will be called stk3310.
462be9e6229STiberiu Breana
4633025c868SLorenzo Bianconiconfig ST_UVIS25
4643025c868SLorenzo Bianconi	tristate "STMicroelectronics UVIS25 sensor driver"
4653025c868SLorenzo Bianconi	depends on (I2C || SPI)
4663025c868SLorenzo Bianconi	select IIO_BUFFER
4673025c868SLorenzo Bianconi	select IIO_TRIGGERED_BUFFER
4683025c868SLorenzo Bianconi	select ST_UVIS25_I2C if (I2C)
4693025c868SLorenzo Bianconi	select ST_UVIS25_SPI if (SPI_MASTER)
4703025c868SLorenzo Bianconi	help
4713025c868SLorenzo Bianconi	  Say yes here to build support for STMicroelectronics UVIS25
4723025c868SLorenzo Bianconi	  uv sensor
4733025c868SLorenzo Bianconi
4743025c868SLorenzo Bianconi	  To compile this driver as a module, choose M here: the module
4753025c868SLorenzo Bianconi	  will be called st_uvis25.
4763025c868SLorenzo Bianconi
4773025c868SLorenzo Bianconiconfig ST_UVIS25_I2C
4783025c868SLorenzo Bianconi	tristate
4793025c868SLorenzo Bianconi	depends on ST_UVIS25
4803025c868SLorenzo Bianconi	select REGMAP_I2C
4813025c868SLorenzo Bianconi
4823025c868SLorenzo Bianconiconfig ST_UVIS25_SPI
4833025c868SLorenzo Bianconi	tristate
4843025c868SLorenzo Bianconi	depends on ST_UVIS25
4853025c868SLorenzo Bianconi	select REGMAP_SPI
4863025c868SLorenzo Bianconi
487a244e7b5SPeter Meerwaldconfig TCS3414
488a244e7b5SPeter Meerwald	tristate "TAOS TCS3414 digital color sensor"
489a244e7b5SPeter Meerwald	depends on I2C
490a244e7b5SPeter Meerwald	select IIO_BUFFER
491a244e7b5SPeter Meerwald	select IIO_TRIGGERED_BUFFER
492a244e7b5SPeter Meerwald	help
493a244e7b5SPeter Meerwald	  If you say yes here you get support for the TAOS TCS3414
494a244e7b5SPeter Meerwald	  family of digital color sensors.
495a244e7b5SPeter Meerwald
496a244e7b5SPeter Meerwald	  This driver can also be built as a module.  If so, the module
497a244e7b5SPeter Meerwald	  will be called tcs3414.
498a244e7b5SPeter Meerwald
499eb869adeSPeter Meerwaldconfig TCS3472
500eb869adeSPeter Meerwald	tristate "TAOS TCS3472 color light-to-digital converter"
501eb869adeSPeter Meerwald	depends on I2C
502089b54bdSPeter Meerwald	select IIO_BUFFER
503089b54bdSPeter Meerwald	select IIO_TRIGGERED_BUFFER
504eb869adeSPeter Meerwald	help
505eb869adeSPeter Meerwald	  If you say yes here you get support for the TAOS TCS3472
506eb869adeSPeter Meerwald	  family of color light-to-digital converters with IR filter.
507eb869adeSPeter Meerwald
508eb869adeSPeter Meerwald	  This driver can also be built as a module.  If so, the module
509eb869adeSPeter Meerwald	  will be called tcs3472.
510eb869adeSPeter Meerwald
5119c2251ddSJonathan Cameronconfig SENSORS_TSL2563
5129c2251ddSJonathan Cameron	tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
5139c2251ddSJonathan Cameron	depends on I2C
5149c2251ddSJonathan Cameron	help
5159c2251ddSJonathan Cameron	  If you say yes here you get support for the Taos TSL2560,
5169c2251ddSJonathan Cameron	  TSL2561, TSL2562 and TSL2563 ambient light sensors.
5179c2251ddSJonathan Cameron
5189c2251ddSJonathan Cameron	  This driver can also be built as a module.  If so, the module
5199c2251ddSJonathan Cameron	  will be called tsl2563.
5209c2251ddSJonathan Cameron
521f44d5c8aSBrian Masneyconfig TSL2583
522f44d5c8aSBrian Masney	tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
523f44d5c8aSBrian Masney	depends on I2C
524f44d5c8aSBrian Masney	help
525f44d5c8aSBrian Masney	  Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
526f44d5c8aSBrian Masney	  Access ALS data via iio, sysfs.
527f44d5c8aSBrian Masney
5282335f0d7SJoe Sandomconfig TSL2591
5292335f0d7SJoe Sandom        tristate "TAOS TSL2591 ambient light sensor"
5302335f0d7SJoe Sandom        depends on I2C
5312335f0d7SJoe Sandom        help
5322335f0d7SJoe Sandom          Select Y here for support of the AMS/TAOS TSL2591 ambient light sensor,
5332335f0d7SJoe Sandom          featuring channels for combined visible + IR intensity and lux illuminance.
5342335f0d7SJoe Sandom          Access data via iio and sysfs. Supports iio_events.
5352335f0d7SJoe Sandom
5362335f0d7SJoe Sandom          To compile this driver as a module, select M: the
5372335f0d7SJoe Sandom          module will be called tsl2591.
5382335f0d7SJoe Sandom
539c06c4d79SBrian Masneyconfig TSL2772
540c06c4d79SBrian Masney	tristate "TAOS TSL/TMD2x71 and TSL/TMD2x72 Family of light and proximity sensors"
541c06c4d79SBrian Masney	depends on I2C
542c06c4d79SBrian Masney	help
543c06c4d79SBrian Masney	  Support for: tsl2571, tsl2671, tmd2671, tsl2771, tmd2771, tsl2572, tsl2672,
544c06c4d79SBrian Masney	  tmd2672, tsl2772, tmd2772 devices.
545c06c4d79SBrian Masney	  Provides iio_events and direct access via sysfs.
546c06c4d79SBrian Masney
547aab9ba7eSPeter Meerwaldconfig TSL4531
548aab9ba7eSPeter Meerwald	tristate "TAOS TSL4531 ambient light sensors"
549aab9ba7eSPeter Meerwald	depends on I2C
550aab9ba7eSPeter Meerwald	help
551aab9ba7eSPeter Meerwald	  Say Y here if you want to build a driver for the TAOS TSL4531 family
552aab9ba7eSPeter Meerwald	  of ambient light sensors with direct lux output.
553aab9ba7eSPeter Meerwald
554aab9ba7eSPeter Meerwald	  To compile this driver as a module, choose M here: the
555aab9ba7eSPeter Meerwald	  module will be called tsl4531.
556aab9ba7eSPeter Meerwald
557c14f8abeSAdriana Reusconfig US5182D
558c14f8abeSAdriana Reus	tristate "UPISEMI light and proximity sensor"
559c14f8abeSAdriana Reus	depends on I2C
560c14f8abeSAdriana Reus	help
561c14f8abeSAdriana Reus	  If you say yes here you get support for the UPISEMI US5182D
562c14f8abeSAdriana Reus	  ambient light and proximity sensor.
563c14f8abeSAdriana Reus
564c14f8abeSAdriana Reus	  This driver can also be built as a module.  If so, the module
565c14f8abeSAdriana Reus	  will be called us5182d.
566c14f8abeSAdriana Reus
56762a1efb9SPeter Meerwaldconfig VCNL4000
568be38866fSTomas Novotny	tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor"
5698fe78d52SMathieu Othacehe	select IIO_BUFFER
5708fe78d52SMathieu Othacehe	select IIO_TRIGGERED_BUFFER
57162a1efb9SPeter Meerwald	depends on I2C
57262a1efb9SPeter Meerwald	help
573d978bfddSPeter Meerwald-Stadler	  Say Y here if you want to build a driver for the Vishay VCNL4000,
574be38866fSTomas Novotny	  VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity
575be38866fSTomas Novotny	  sensor.
57662a1efb9SPeter Meerwald
57762a1efb9SPeter Meerwald	  To compile this driver as a module, choose M here: the
57862a1efb9SPeter Meerwald	  module will be called vcnl4000.
57962a1efb9SPeter Meerwald
58055707294SParthiban Nallathambiconfig VCNL4035
58155707294SParthiban Nallathambi	tristate "VCNL4035 combined ALS and proximity sensor"
58244a146a4SNecip Fazil Yildiran	select IIO_BUFFER
58355707294SParthiban Nallathambi	select IIO_TRIGGERED_BUFFER
58455707294SParthiban Nallathambi	select REGMAP_I2C
58555707294SParthiban Nallathambi	depends on I2C
58655707294SParthiban Nallathambi	help
58755707294SParthiban Nallathambi	  Say Y here if you want to build a driver for the Vishay VCNL4035,
58855707294SParthiban Nallathambi	  combined ambient light (ALS) and proximity sensor. Currently only ALS
58955707294SParthiban Nallathambi	  function is available.
59055707294SParthiban Nallathambi
59155707294SParthiban Nallathambi	  To compile this driver as a module, choose M here: the
59255707294SParthiban Nallathambi	  module will be called vcnl4035.
59355707294SParthiban Nallathambi
5947b779f57SRishi Guptaconfig VEML6030
5957b779f57SRishi Gupta	tristate "VEML6030 ambient light sensor"
5967b779f57SRishi Gupta	select REGMAP_I2C
5977b779f57SRishi Gupta	depends on I2C
5987b779f57SRishi Gupta	help
5997b779f57SRishi Gupta	  Say Y here if you want to build a driver for the Vishay VEML6030
6007b779f57SRishi Gupta	  ambient light sensor (ALS).
6017b779f57SRishi Gupta
6027b779f57SRishi Gupta	  To compile this driver as a module, choose M here: the
6037b779f57SRishi Gupta	  module will be called veml6030.
6047b779f57SRishi Gupta
605dfd2ab8dSPeter Meerwald-Stadlerconfig VEML6070
606dfd2ab8dSPeter Meerwald-Stadler	tristate "VEML6070 UV A light sensor"
607dfd2ab8dSPeter Meerwald-Stadler	depends on I2C
608dfd2ab8dSPeter Meerwald-Stadler	help
609dfd2ab8dSPeter Meerwald-Stadler	  Say Y here if you want to build a driver for the Vishay VEML6070 UV A
610dfd2ab8dSPeter Meerwald-Stadler	  light sensor.
611dfd2ab8dSPeter Meerwald-Stadler
612dfd2ab8dSPeter Meerwald-Stadler	  To compile this driver as a module, choose M here: the
613dfd2ab8dSPeter Meerwald-Stadler	  module will be called veml6070.
614dfd2ab8dSPeter Meerwald-Stadler
6155e7f47e4SManivannan Sadhasivamconfig VL6180
6165e7f47e4SManivannan Sadhasivam	tristate "VL6180 ALS, range and proximity sensor"
6175e7f47e4SManivannan Sadhasivam	depends on I2C
6185e7f47e4SManivannan Sadhasivam	help
6195e7f47e4SManivannan Sadhasivam	  Say Y here if you want to build a driver for the STMicroelectronics
6205e7f47e4SManivannan Sadhasivam	  VL6180 combined ambient light, range and proximity sensor.
6215e7f47e4SManivannan Sadhasivam
6225e7f47e4SManivannan Sadhasivam	  To compile this driver as a module, choose M here: the
6235e7f47e4SManivannan Sadhasivam	  module will be called vl6180.
6245e7f47e4SManivannan Sadhasivam
6258556f514SPeter Meerwald-Stadlerconfig ZOPT2201
6268556f514SPeter Meerwald-Stadler	tristate "ZOPT2201 ALS and UV B sensor"
6278556f514SPeter Meerwald-Stadler	depends on I2C
6288556f514SPeter Meerwald-Stadler	help
6298556f514SPeter Meerwald-Stadler	  Say Y here if you want to build a driver for the IDT
6308556f514SPeter Meerwald-Stadler	  ZOPT2201 ambient light and UV B sensor.
6318556f514SPeter Meerwald-Stadler
6328556f514SPeter Meerwald-Stadler	  To compile this driver as a module, choose M here: the
6338556f514SPeter Meerwald-Stadler	  module will be called zopt2201.
6348556f514SPeter Meerwald-Stadler
6359c8ea1b2SJohan Hovoldendmenu
636