xref: /linux/drivers/iio/light/Kconfig (revision 8afa505c123068bd75c4d0ca42d362942a69ef15)
19c8ea1b2SJohan Hovold#
29c8ea1b2SJohan Hovold# Light sensors
39c8ea1b2SJohan Hovold#
43edc84e6SLars-Peter Clausen# When adding new entries keep the list in alphabetical order
53edc84e6SLars-Peter Clausen
69c8ea1b2SJohan Hovoldmenu "Light sensors"
79c8ea1b2SJohan Hovold
8feca56ffSGabriele Mazzottaconfig ACPI_ALS
9feca56ffSGabriele Mazzotta	tristate "ACPI Ambient Light Sensor"
10feca56ffSGabriele Mazzotta	depends on ACPI
11feca56ffSGabriele Mazzotta	select IIO_BUFFER
12feca56ffSGabriele Mazzotta	select IIO_TRIGGERED_BUFFER
13feca56ffSGabriele Mazzotta	select IIO_KFIFO_BUF
14feca56ffSGabriele Mazzotta	help
15feca56ffSGabriele Mazzotta	 Say Y here if you want to build a driver for the ACPI0008
16feca56ffSGabriele Mazzotta	 Ambient Light Sensor.
17feca56ffSGabriele Mazzotta
18feca56ffSGabriele Mazzotta	 To compile this driver as a module, choose M here: the module will
19feca56ffSGabriele Mazzotta	 be called acpi-als.
20feca56ffSGabriele Mazzotta
21bbdb822cSPeter Meerwaldconfig ADJD_S311
22bbdb822cSPeter Meerwald	tristate "ADJD-S311-CR999 digital color sensor"
23bbdb822cSPeter Meerwald	select IIO_BUFFER
24bbdb822cSPeter Meerwald	select IIO_TRIGGERED_BUFFER
25bbdb822cSPeter Meerwald	depends on I2C
26bbdb822cSPeter Meerwald	help
27bbdb822cSPeter Meerwald	 If you say yes here you get support for the Avago ADJD-S311-CR999
28bbdb822cSPeter Meerwald	 digital color light sensor.
29bbdb822cSPeter Meerwald
30bbdb822cSPeter Meerwald	 This driver can also be built as a module.  If so, the module
31bbdb822cSPeter Meerwald	 will be called adjd_s311.
32bbdb822cSPeter Meerwald
33f007d7f1SDaniel Balutaconfig AL3320A
34f007d7f1SDaniel Baluta	tristate "AL3320A ambient light sensor"
35f007d7f1SDaniel Baluta	depends on I2C
36f007d7f1SDaniel Baluta	help
37f007d7f1SDaniel Baluta	 Say Y here if you want to build a driver for the Dyna Image AL3320A
38f007d7f1SDaniel Baluta	 ambient light sensor.
39f007d7f1SDaniel Baluta
40f007d7f1SDaniel Baluta	 To compile this driver as a module, choose M here: the
41f007d7f1SDaniel Baluta	 module will be called al3320a.
42f007d7f1SDaniel Baluta
4303eff7b6SOleksandr Kravchenkoconfig APDS9300
4403eff7b6SOleksandr Kravchenko	tristate "APDS9300 ambient light sensor"
4503eff7b6SOleksandr Kravchenko	depends on I2C
4603eff7b6SOleksandr Kravchenko	help
4703eff7b6SOleksandr Kravchenko	 Say Y here if you want to build a driver for the Avago APDS9300
4803eff7b6SOleksandr Kravchenko	 ambient light sensor.
4903eff7b6SOleksandr Kravchenko
5003eff7b6SOleksandr Kravchenko	 To compile this driver as a module, choose M here: the
5103eff7b6SOleksandr Kravchenko	 module will be called apds9300.
5203eff7b6SOleksandr Kravchenko
53aff268cdSMatt Ranostayconfig APDS9960
54aff268cdSMatt Ranostay	tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor"
55aff268cdSMatt Ranostay	select REGMAP_I2C
56aff268cdSMatt Ranostay	select IIO_BUFFER
57aff268cdSMatt Ranostay	select IIO_KFIFO_BUF
58aff268cdSMatt Ranostay	depends on I2C
59aff268cdSMatt Ranostay	help
60aff268cdSMatt Ranostay	  Say Y here to build I2C interface support for the Avago
61aff268cdSMatt Ranostay	  APDS9960 gesture/RGB/ALS/proximity sensor.
62aff268cdSMatt Ranostay
63aff268cdSMatt Ranostay	  To compile this driver as a module, choose M here: the
64aff268cdSMatt Ranostay	  module will be called apds9960
65aff268cdSMatt Ranostay
663a11fbb0STomasz Duszynskiconfig BH1750
673a11fbb0STomasz Duszynski	tristate "ROHM BH1750 ambient light sensor"
683a11fbb0STomasz Duszynski	depends on I2C
693a11fbb0STomasz Duszynski	help
703a11fbb0STomasz Duszynski	 Say Y here to build support for the ROHM BH1710, BH1715, BH1721,
713a11fbb0STomasz Duszynski	 BH1750, BH1751 ambient light sensors.
723a11fbb0STomasz Duszynski
733a11fbb0STomasz Duszynski	 To compile this driver as a module, choose M here: the module will
743a11fbb0STomasz Duszynski	 be called bh1750.
753a11fbb0STomasz Duszynski
761f0477f1SLinus Walleijconfig BH1780
771f0477f1SLinus Walleij	tristate "ROHM BH1780 ambient light sensor"
781f0477f1SLinus Walleij	depends on I2C
791f0477f1SLinus Walleij	help
801f0477f1SLinus Walleij	 Say Y here to build support for the ROHM BH1780GLI ambient
811f0477f1SLinus Walleij	 light sensor.
821f0477f1SLinus Walleij
831f0477f1SLinus Walleij	 To compile this driver as a module, choose M here: the module will
841f0477f1SLinus Walleij	 be called bh1780.
851f0477f1SLinus Walleij
86971672c0SKevin Tsaiconfig CM32181
87971672c0SKevin Tsai	depends on I2C
88971672c0SKevin Tsai	tristate "CM32181 driver"
89971672c0SKevin Tsai	help
90971672c0SKevin Tsai	 Say Y here if you use cm32181.
91971672c0SKevin Tsai	 This option enables ambient light sensor using
92971672c0SKevin Tsai	 Capella cm32181 device driver.
93971672c0SKevin Tsai
94971672c0SKevin Tsai	 To compile this driver as a module, choose M here:
95971672c0SKevin Tsai	 the module will be called cm32181.
96971672c0SKevin Tsai
97b84894c7SKevin Tsaiconfig CM3232
98b84894c7SKevin Tsai	depends on I2C
99b84894c7SKevin Tsai	tristate "CM3232 ambient light sensor"
100b84894c7SKevin Tsai	help
101b84894c7SKevin Tsai	 Say Y here if you use cm3232.
102b84894c7SKevin Tsai	 This option enables ambient light sensor using
103b84894c7SKevin Tsai	 Capella Microsystems cm3232 device driver.
104b84894c7SKevin Tsai
105b84894c7SKevin Tsai	 To compile this driver as a module, choose M here:
106b84894c7SKevin Tsai	 the module will be called cm3232.
107b84894c7SKevin Tsai
1088b054426SDaniel Balutaconfig CM3323
1098b054426SDaniel Baluta	depends on I2C
1108b054426SDaniel Baluta	tristate "Capella CM3323 color light sensor"
1118b054426SDaniel Baluta	help
11239b441bdSHartmut Knaack	 Say Y here if you want to build a driver for Capella CM3323
1138b054426SDaniel Baluta	 color sensor.
1148b054426SDaniel Baluta
1158b054426SDaniel Baluta	 To compile this driver as a module, choose M here: the module will
1168b054426SDaniel Baluta	 be called cm3323.
1178b054426SDaniel Baluta
118*8afa505cSLinus Walleijconfig CM3605
119*8afa505cSLinus Walleij	tristate "Capella CM3605 ambient light and proximity sensor"
120*8afa505cSLinus Walleij	depends on OF
121*8afa505cSLinus Walleij	help
122*8afa505cSLinus Walleij	 Say Y here if you want to build a driver for Capella CM3605
123*8afa505cSLinus Walleij	 ambient light and short range proximity sensor.
124*8afa505cSLinus Walleij
125*8afa505cSLinus Walleij	 To compile this driver as a module, choose M here: the module will
126*8afa505cSLinus Walleij	 be called cm3605.
127*8afa505cSLinus Walleij
128e590d451SBeomho Seoconfig CM36651
129e590d451SBeomho Seo	depends on I2C
130e590d451SBeomho Seo	tristate "CM36651 driver"
131e590d451SBeomho Seo	help
132e590d451SBeomho Seo	 Say Y here if you use cm36651.
133e590d451SBeomho Seo	 This option enables proximity & RGB sensor using
134e590d451SBeomho Seo	 Capella cm36651 device driver.
135e590d451SBeomho Seo
136e590d451SBeomho Seo	 To compile this driver as a module, choose M here:
137e590d451SBeomho Seo	 the module will be called cm36651.
138e590d451SBeomho Seo
139bf29fbeaSJacek Anaszewskiconfig GP2AP020A00F
140bf29fbeaSJacek Anaszewski	tristate "Sharp GP2AP020A00F Proximity/ALS sensor"
141bf29fbeaSJacek Anaszewski	depends on I2C
1428c3b3efbSRoberta Dobrescu	select REGMAP_I2C
143bf29fbeaSJacek Anaszewski	select IIO_BUFFER
144bf29fbeaSJacek Anaszewski	select IIO_TRIGGERED_BUFFER
145419a4aaeSRussell King - ARM Linux	select IRQ_WORK
146bf29fbeaSJacek Anaszewski	help
147bf29fbeaSJacek Anaszewski	  Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip
148bf29fbeaSJacek Anaszewski	  hooked to an I2C bus.
149bf29fbeaSJacek Anaszewski
150bf29fbeaSJacek Anaszewski	  To compile this driver as a module, choose M here: the
151bf29fbeaSJacek Anaszewski	  module will be called gp2ap020a00f.
152bf29fbeaSJacek Anaszewski
153a5750414SBrian Masneyconfig SENSORS_ISL29018
154a5750414SBrian Masney	tristate "Intersil 29018 light and proximity sensor"
155a5750414SBrian Masney	depends on I2C
156a5750414SBrian Masney	select REGMAP_I2C
157a5750414SBrian Masney	default n
158a5750414SBrian Masney	help
159a5750414SBrian Masney	 If you say yes here you get support for ambient light sensing and
160a5750414SBrian Masney	 proximity infrared sensing from Intersil ISL29018.
161a5750414SBrian Masney	 This driver will provide the measurements of ambient light intensity
162a5750414SBrian Masney	 in lux, proximity infrared sensing and normal infrared sensing.
163a5750414SBrian Masney	 Data from sensor is accessible via sysfs.
164a5750414SBrian Masney
1656c25539cSPeter Meerwaldconfig ISL29125
1666c25539cSPeter Meerwald	tristate "Intersil ISL29125 digital color light sensor"
1676c25539cSPeter Meerwald	depends on I2C
1686c25539cSPeter Meerwald	select IIO_BUFFER
1696c25539cSPeter Meerwald	select IIO_TRIGGERED_BUFFER
1706c25539cSPeter Meerwald	help
1716c25539cSPeter Meerwald	  Say Y here if you want to build a driver for the Intersil ISL29125
1726c25539cSPeter Meerwald	  RGB light sensor for I2C.
1736c25539cSPeter Meerwald
1746c25539cSPeter Meerwald	  To compile this driver as a module, choose M here: the module will be
1756c25539cSPeter Meerwald	  called isl29125.
1766c25539cSPeter Meerwald
1773edc84e6SLars-Peter Clausenconfig HID_SENSOR_ALS
1783edc84e6SLars-Peter Clausen	depends on HID_SENSOR_HUB
1793edc84e6SLars-Peter Clausen	select IIO_BUFFER
1803edc84e6SLars-Peter Clausen	select IIO_TRIGGERED_BUFFER
1813edc84e6SLars-Peter Clausen	select HID_SENSOR_IIO_COMMON
1823edc84e6SLars-Peter Clausen	select HID_SENSOR_IIO_TRIGGER
1833edc84e6SLars-Peter Clausen	tristate "HID ALS"
1843edc84e6SLars-Peter Clausen	help
1853edc84e6SLars-Peter Clausen	  Say yes here to build support for the HID SENSOR
1863edc84e6SLars-Peter Clausen	  Ambient light sensor.
1873edc84e6SLars-Peter Clausen
1884f51c9adSRoberta Dobrescu	  To compile this driver as a module, choose M here: the
1894f51c9adSRoberta Dobrescu	  module will be called hid-sensor-als.
1904f51c9adSRoberta Dobrescu
19139a3a013SArchana Patniconfig HID_SENSOR_PROX
19239a3a013SArchana Patni	depends on HID_SENSOR_HUB
19339a3a013SArchana Patni	select IIO_BUFFER
19439a3a013SArchana Patni	select IIO_TRIGGERED_BUFFER
19539a3a013SArchana Patni	select HID_SENSOR_IIO_COMMON
19639a3a013SArchana Patni	select HID_SENSOR_IIO_TRIGGER
19739a3a013SArchana Patni	tristate "HID PROX"
19839a3a013SArchana Patni	help
19939a3a013SArchana Patni	  Say yes here to build support for the HID SENSOR
20039a3a013SArchana Patni	  Proximity sensor.
20139a3a013SArchana Patni
20239a3a013SArchana Patni	  To compile this driver as a module, choose M here: the
20339a3a013SArchana Patni	  module will be called hid-sensor-prox.
20439a3a013SArchana Patni
205995863ccSKuppuswamy Sathyanarayananconfig JSA1212
206995863ccSKuppuswamy Sathyanarayanan	tristate "JSA1212 ALS and proximity sensor driver"
207995863ccSKuppuswamy Sathyanarayanan	depends on I2C
20849e19d5fSRoberta Dobrescu	select REGMAP_I2C
209995863ccSKuppuswamy Sathyanarayanan	help
210995863ccSKuppuswamy Sathyanarayanan	 Say Y here if you want to build a IIO driver for JSA1212
211995863ccSKuppuswamy Sathyanarayanan	 proximity & ALS sensor device.
212995863ccSKuppuswamy Sathyanarayanan
213995863ccSKuppuswamy Sathyanarayanan	 To compile this driver as a module, choose M here:
214995863ccSKuppuswamy Sathyanarayanan	 the module will be called jsa1212.
215995863ccSKuppuswamy Sathyanarayanan
216efa86e9fSDaniel Balutaconfig RPR0521
217efa86e9fSDaniel Baluta	tristate "ROHM RPR0521 ALS and proximity sensor driver"
218efa86e9fSDaniel Baluta	depends on I2C
219efa86e9fSDaniel Baluta	select REGMAP_I2C
220efa86e9fSDaniel Baluta	help
221efa86e9fSDaniel Baluta	 Say Y here if you want to build support for ROHM's RPR0521
222efa86e9fSDaniel Baluta	 ambient light and proximity sensor device.
223efa86e9fSDaniel Baluta
224efa86e9fSDaniel Baluta	 To compile this driver as a module, choose M here:
225efa86e9fSDaniel Baluta	 the module will be called rpr0521.
226efa86e9fSDaniel Baluta
2279c8ea1b2SJohan Hovoldconfig SENSORS_LM3533
2289c8ea1b2SJohan Hovold	tristate "LM3533 ambient light sensor"
2299c8ea1b2SJohan Hovold	depends on MFD_LM3533
2309c8ea1b2SJohan Hovold	help
2319c8ea1b2SJohan Hovold	  If you say yes here you get support for the ambient light sensor
2329c8ea1b2SJohan Hovold	  interface on National Semiconductor / TI LM3533 Lighting Power
2339c8ea1b2SJohan Hovold	  chips.
2349c8ea1b2SJohan Hovold
2359c8ea1b2SJohan Hovold	  The sensor interface can be used to control the LEDs and backlights
2369c8ea1b2SJohan Hovold	  of the chip through defining five light zones and three sets of
2379c8ea1b2SJohan Hovold	  corresponding output-current values.
2389c8ea1b2SJohan Hovold
2399c8ea1b2SJohan Hovold	  The driver provides raw and mean adc readings along with the current
2409c8ea1b2SJohan Hovold	  light zone through sysfs. A threshold event can be generated on zone
2419c8ea1b2SJohan Hovold	  changes. The ALS-control output values can be set per zone for the
2429c8ea1b2SJohan Hovold	  three current output channels.
24362a1efb9SPeter Meerwald
2442690be90SPeter Meerwaldconfig LTR501
2452690be90SPeter Meerwald	tristate "LTR-501ALS-01 light sensor"
2462690be90SPeter Meerwald	depends on I2C
2475d9fc0f6SHartmut Knaack	select REGMAP_I2C
2482690be90SPeter Meerwald	select IIO_BUFFER
2492690be90SPeter Meerwald	select IIO_TRIGGERED_BUFFER
2502690be90SPeter Meerwald	help
2512690be90SPeter Meerwald	 If you say yes here you get support for the Lite-On LTR-501ALS-01
2528592a7eeSDaniel Baluta	 ambient light and proximity sensor. This driver also supports LTR-559
253035ebb15SDaniel Baluta	 ALS/PS or LTR-301 ALS sensors.
2542690be90SPeter Meerwald
2552690be90SPeter Meerwald	 This driver can also be built as a module.  If so, the module
2562690be90SPeter Meerwald         will be called ltr501.
2572690be90SPeter Meerwald
258b9567e66SCrestez Dan Leonardconfig MAX44000
259b9567e66SCrestez Dan Leonard	tristate "MAX44000 Ambient and Infrared Proximity Sensor"
260b9567e66SCrestez Dan Leonard	depends on I2C
261b9567e66SCrestez Dan Leonard	select REGMAP_I2C
262193e2d4fSAlison Schofield	select IIO_BUFFER
263193e2d4fSAlison Schofield	select IIO_TRIGGERED_BUFFER
264b9567e66SCrestez Dan Leonard	help
265b9567e66SCrestez Dan Leonard	 Say Y here if you want to build support for Maxim Integrated's
266b9567e66SCrestez Dan Leonard	 MAX44000 ambient and infrared proximity sensor device.
267b9567e66SCrestez Dan Leonard
268b9567e66SCrestez Dan Leonard	 To compile this driver as a module, choose M here:
269b9567e66SCrestez Dan Leonard	 the module will be called max44000.
270b9567e66SCrestez Dan Leonard
27194a9b7b1SAndreas Dannenbergconfig OPT3001
27294a9b7b1SAndreas Dannenberg	tristate "Texas Instruments OPT3001 Light Sensor"
27394a9b7b1SAndreas Dannenberg	depends on I2C
27494a9b7b1SAndreas Dannenberg	help
27594a9b7b1SAndreas Dannenberg	  If you say Y or M here, you get support for Texas Instruments
27694a9b7b1SAndreas Dannenberg	  OPT3001 Ambient Light Sensor.
27794a9b7b1SAndreas Dannenberg
27894a9b7b1SAndreas Dannenberg	  If built as a dynamically linked module, it will be called
27994a9b7b1SAndreas Dannenberg	  opt3001.
28094a9b7b1SAndreas Dannenberg
2818ab6abfcSAdriana Reusconfig PA12203001
2828ab6abfcSAdriana Reus        tristate "TXC PA12203001 light and proximity sensor"
2838ab6abfcSAdriana Reus        depends on I2C
2848ab6abfcSAdriana Reus        select REGMAP_I2C
2858ab6abfcSAdriana Reus        help
2868ab6abfcSAdriana Reus         If you say yes here you get support for the TXC PA12203001
2878ab6abfcSAdriana Reus         ambient light and proximity sensor.
2888ab6abfcSAdriana Reus
2898ab6abfcSAdriana Reus         This driver can also be built as a module.  If so, the module
2908ab6abfcSAdriana Reus         will be called pa12203001.
2918ab6abfcSAdriana Reus
292ac45e57fSPeter Meerwald-Stadlerconfig SI1145
293ac45e57fSPeter Meerwald-Stadler	tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor"
294ac45e57fSPeter Meerwald-Stadler	depends on I2C
295ac45e57fSPeter Meerwald-Stadler	select IIO_BUFFER
296ac45e57fSPeter Meerwald-Stadler	select IIO_TRIGGERED_BUFFER
297ac45e57fSPeter Meerwald-Stadler	help
298ac45e57fSPeter Meerwald-Stadler	  Say Y here if you want to build a driver for the Silicon Labs SI1132 or
299ac45e57fSPeter Meerwald-Stadler	  SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor
300ac45e57fSPeter Meerwald-Stadler	  chips.
301ac45e57fSPeter Meerwald-Stadler
302ac45e57fSPeter Meerwald-Stadler	  To compile this driver as a module, choose M here: the module will be
303ac45e57fSPeter Meerwald-Stadler	  called si1145.
304ac45e57fSPeter Meerwald-Stadler
305be9e6229STiberiu Breanaconfig STK3310
306be9e6229STiberiu Breana	tristate "STK3310 ALS and proximity sensor"
307be9e6229STiberiu Breana	depends on I2C
3085d6e834aSHartmut Knaack	select REGMAP_I2C
309be9e6229STiberiu Breana	help
310be9e6229STiberiu Breana	 Say yes here to get support for the Sensortek STK3310 ambient light
311be9e6229STiberiu Breana	 and proximity sensor. The STK3311 model is also supported by this
312be9e6229STiberiu Breana	 driver.
313be9e6229STiberiu Breana
314be9e6229STiberiu Breana	 Choosing M will build the driver as a module. If so, the module
315be9e6229STiberiu Breana	 will be called stk3310.
316be9e6229STiberiu Breana
317a244e7b5SPeter Meerwaldconfig TCS3414
318a244e7b5SPeter Meerwald	tristate "TAOS TCS3414 digital color sensor"
319a244e7b5SPeter Meerwald	depends on I2C
320a244e7b5SPeter Meerwald	select IIO_BUFFER
321a244e7b5SPeter Meerwald	select IIO_TRIGGERED_BUFFER
322a244e7b5SPeter Meerwald	help
323a244e7b5SPeter Meerwald	 If you say yes here you get support for the TAOS TCS3414
324a244e7b5SPeter Meerwald	 family of digital color sensors.
325a244e7b5SPeter Meerwald
326a244e7b5SPeter Meerwald	 This driver can also be built as a module.  If so, the module
327a244e7b5SPeter Meerwald	 will be called tcs3414.
328a244e7b5SPeter Meerwald
329eb869adeSPeter Meerwaldconfig TCS3472
330eb869adeSPeter Meerwald	tristate "TAOS TCS3472 color light-to-digital converter"
331eb869adeSPeter Meerwald	depends on I2C
332089b54bdSPeter Meerwald	select IIO_BUFFER
333089b54bdSPeter Meerwald	select IIO_TRIGGERED_BUFFER
334eb869adeSPeter Meerwald	help
335eb869adeSPeter Meerwald	 If you say yes here you get support for the TAOS TCS3472
336eb869adeSPeter Meerwald	 family of color light-to-digital converters with IR filter.
337eb869adeSPeter Meerwald
338eb869adeSPeter Meerwald	 This driver can also be built as a module.  If so, the module
339eb869adeSPeter Meerwald	 will be called tcs3472.
340eb869adeSPeter Meerwald
3419c2251ddSJonathan Cameronconfig SENSORS_TSL2563
3429c2251ddSJonathan Cameron	tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
3439c2251ddSJonathan Cameron	depends on I2C
3449c2251ddSJonathan Cameron	help
3459c2251ddSJonathan Cameron	 If you say yes here you get support for the Taos TSL2560,
3469c2251ddSJonathan Cameron	 TSL2561, TSL2562 and TSL2563 ambient light sensors.
3479c2251ddSJonathan Cameron
3489c2251ddSJonathan Cameron	 This driver can also be built as a module.  If so, the module
3499c2251ddSJonathan Cameron	 will be called tsl2563.
3509c2251ddSJonathan Cameron
351f44d5c8aSBrian Masneyconfig TSL2583
352f44d5c8aSBrian Masney	tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
353f44d5c8aSBrian Masney	depends on I2C
354f44d5c8aSBrian Masney	help
355f44d5c8aSBrian Masney	 Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
356f44d5c8aSBrian Masney	 Access ALS data via iio, sysfs.
357f44d5c8aSBrian Masney
358aab9ba7eSPeter Meerwaldconfig TSL4531
359aab9ba7eSPeter Meerwald	tristate "TAOS TSL4531 ambient light sensors"
360aab9ba7eSPeter Meerwald	depends on I2C
361aab9ba7eSPeter Meerwald	help
362aab9ba7eSPeter Meerwald	 Say Y here if you want to build a driver for the TAOS TSL4531 family
363aab9ba7eSPeter Meerwald	 of ambient light sensors with direct lux output.
364aab9ba7eSPeter Meerwald
365aab9ba7eSPeter Meerwald	 To compile this driver as a module, choose M here: the
366aab9ba7eSPeter Meerwald	 module will be called tsl4531.
367aab9ba7eSPeter Meerwald
368c14f8abeSAdriana Reusconfig US5182D
369c14f8abeSAdriana Reus	tristate "UPISEMI light and proximity sensor"
370c14f8abeSAdriana Reus	depends on I2C
371c14f8abeSAdriana Reus	help
372c14f8abeSAdriana Reus	 If you say yes here you get support for the UPISEMI US5182D
373c14f8abeSAdriana Reus	 ambient light and proximity sensor.
374c14f8abeSAdriana Reus
375c14f8abeSAdriana Reus	 This driver can also be built as a module.  If so, the module
376c14f8abeSAdriana Reus	 will be called us5182d.
377c14f8abeSAdriana Reus
37862a1efb9SPeter Meerwaldconfig VCNL4000
379d978bfddSPeter Meerwald-Stadler	tristate "VCNL4000/4010/4020 combined ALS and proximity sensor"
38062a1efb9SPeter Meerwald	depends on I2C
38162a1efb9SPeter Meerwald	help
382d978bfddSPeter Meerwald-Stadler	 Say Y here if you want to build a driver for the Vishay VCNL4000,
383d978bfddSPeter Meerwald-Stadler	 VCNL4010, VCNL4020 combined ambient light and proximity sensor.
38462a1efb9SPeter Meerwald
38562a1efb9SPeter Meerwald	 To compile this driver as a module, choose M here: the
38662a1efb9SPeter Meerwald	 module will be called vcnl4000.
38762a1efb9SPeter Meerwald
388dfd2ab8dSPeter Meerwald-Stadlerconfig VEML6070
389dfd2ab8dSPeter Meerwald-Stadler	tristate "VEML6070 UV A light sensor"
390dfd2ab8dSPeter Meerwald-Stadler	depends on I2C
391dfd2ab8dSPeter Meerwald-Stadler	help
392dfd2ab8dSPeter Meerwald-Stadler	 Say Y here if you want to build a driver for the Vishay VEML6070 UV A
393dfd2ab8dSPeter Meerwald-Stadler	 light sensor.
394dfd2ab8dSPeter Meerwald-Stadler
395dfd2ab8dSPeter Meerwald-Stadler	 To compile this driver as a module, choose M here: the
396dfd2ab8dSPeter Meerwald-Stadler	 module will be called veml6070.
397dfd2ab8dSPeter Meerwald-Stadler
3989c8ea1b2SJohan Hovoldendmenu
399