Johan Hovold | 9c8ea1b | 2012-05-21 14:18:06 +0200 | [diff] [blame] | 1 | # |
| 2 | # Light sensors |
| 3 | # |
Lars-Peter Clausen | 3edc84e | 2013-07-15 08:45:00 +0100 | [diff] [blame] | 4 | # When adding new entries keep the list in alphabetical order |
| 5 | |
Johan Hovold | 9c8ea1b | 2012-05-21 14:18:06 +0200 | [diff] [blame] | 6 | menu "Light sensors" |
| 7 | |
Gabriele Mazzotta | feca56f | 2015-05-02 14:30:57 +0200 | [diff] [blame] | 8 | config ACPI_ALS |
| 9 | tristate "ACPI Ambient Light Sensor" |
| 10 | depends on ACPI |
| 11 | select IIO_BUFFER |
| 12 | select IIO_TRIGGERED_BUFFER |
| 13 | select IIO_KFIFO_BUF |
| 14 | help |
| 15 | Say Y here if you want to build a driver for the ACPI0008 |
| 16 | Ambient Light Sensor. |
| 17 | |
| 18 | To compile this driver as a module, choose M here: the module will |
| 19 | be called acpi-als. |
| 20 | |
Peter Meerwald | bbdb822 | 2012-07-10 22:32:00 +0100 | [diff] [blame] | 21 | config ADJD_S311 |
| 22 | tristate "ADJD-S311-CR999 digital color sensor" |
| 23 | select IIO_BUFFER |
| 24 | select IIO_TRIGGERED_BUFFER |
| 25 | depends on I2C |
| 26 | help |
| 27 | If you say yes here you get support for the Avago ADJD-S311-CR999 |
| 28 | digital color light sensor. |
| 29 | |
| 30 | This driver can also be built as a module. If so, the module |
| 31 | will be called adjd_s311. |
| 32 | |
Daniel Baluta | f007d7f | 2014-10-09 07:57:00 +0100 | [diff] [blame] | 33 | config AL3320A |
| 34 | tristate "AL3320A ambient light sensor" |
| 35 | depends on I2C |
| 36 | help |
| 37 | Say Y here if you want to build a driver for the Dyna Image AL3320A |
| 38 | ambient light sensor. |
| 39 | |
| 40 | To compile this driver as a module, choose M here: the |
| 41 | module will be called al3320a. |
| 42 | |
Oleksandr Kravchenko | 03eff7b | 2013-07-22 14:11:00 +0100 | [diff] [blame] | 43 | config APDS9300 |
| 44 | tristate "APDS9300 ambient light sensor" |
| 45 | depends on I2C |
| 46 | help |
| 47 | Say Y here if you want to build a driver for the Avago APDS9300 |
| 48 | ambient light sensor. |
| 49 | |
| 50 | To compile this driver as a module, choose M here: the |
| 51 | module will be called apds9300. |
| 52 | |
Tomasz Duszynski | 3a11fbb | 2015-05-03 20:37:21 +0200 | [diff] [blame] | 53 | config BH1750 |
| 54 | tristate "ROHM BH1750 ambient light sensor" |
| 55 | depends on I2C |
| 56 | help |
| 57 | Say Y here to build support for the ROHM BH1710, BH1715, BH1721, |
| 58 | BH1750, BH1751 ambient light sensors. |
| 59 | |
| 60 | To compile this driver as a module, choose M here: the module will |
| 61 | be called bh1750. |
| 62 | |
Kevin Tsai | 971672c | 2013-12-24 01:53:00 +0000 | [diff] [blame] | 63 | config CM32181 |
| 64 | depends on I2C |
| 65 | tristate "CM32181 driver" |
| 66 | help |
| 67 | Say Y here if you use cm32181. |
| 68 | This option enables ambient light sensor using |
| 69 | Capella cm32181 device driver. |
| 70 | |
| 71 | To compile this driver as a module, choose M here: |
| 72 | the module will be called cm32181. |
| 73 | |
Kevin Tsai | b84894c | 2015-01-15 17:41:04 -0800 | [diff] [blame] | 74 | config CM3232 |
| 75 | depends on I2C |
| 76 | tristate "CM3232 ambient light sensor" |
| 77 | help |
| 78 | Say Y here if you use cm3232. |
| 79 | This option enables ambient light sensor using |
| 80 | Capella Microsystems cm3232 device driver. |
| 81 | |
| 82 | To compile this driver as a module, choose M here: |
| 83 | the module will be called cm3232. |
| 84 | |
Daniel Baluta | 8b05442 | 2015-03-14 21:11:41 +0200 | [diff] [blame] | 85 | config CM3323 |
| 86 | depends on I2C |
| 87 | tristate "Capella CM3323 color light sensor" |
| 88 | help |
| 89 | Say Y here if you want to build a driver for Capela CM3323 |
| 90 | color sensor. |
| 91 | |
| 92 | To compile this driver as a module, choose M here: the module will |
| 93 | be called cm3323. |
| 94 | |
Beomho Seo | e590d45 | 2013-10-17 03:22:00 +0100 | [diff] [blame] | 95 | config CM36651 |
| 96 | depends on I2C |
| 97 | tristate "CM36651 driver" |
| 98 | help |
| 99 | Say Y here if you use cm36651. |
| 100 | This option enables proximity & RGB sensor using |
| 101 | Capella cm36651 device driver. |
| 102 | |
| 103 | To compile this driver as a module, choose M here: |
| 104 | the module will be called cm36651. |
| 105 | |
Jacek Anaszewski | bf29fbe | 2013-09-09 16:23:00 +0100 | [diff] [blame] | 106 | config GP2AP020A00F |
| 107 | tristate "Sharp GP2AP020A00F Proximity/ALS sensor" |
| 108 | depends on I2C |
Roberta Dobrescu | 8c3b3ef | 2015-02-12 23:00:15 +0200 | [diff] [blame] | 109 | select REGMAP_I2C |
Jacek Anaszewski | bf29fbe | 2013-09-09 16:23:00 +0100 | [diff] [blame] | 110 | select IIO_BUFFER |
| 111 | select IIO_TRIGGERED_BUFFER |
Russell King - ARM Linux | 419a4aa | 2013-12-02 11:25:00 +0000 | [diff] [blame] | 112 | select IRQ_WORK |
Jacek Anaszewski | bf29fbe | 2013-09-09 16:23:00 +0100 | [diff] [blame] | 113 | help |
| 114 | Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip |
| 115 | hooked to an I2C bus. |
| 116 | |
| 117 | To compile this driver as a module, choose M here: the |
| 118 | module will be called gp2ap020a00f. |
| 119 | |
Peter Meerwald | 6c25539 | 2014-05-07 13:38:00 +0100 | [diff] [blame] | 120 | config ISL29125 |
| 121 | tristate "Intersil ISL29125 digital color light sensor" |
| 122 | depends on I2C |
| 123 | select IIO_BUFFER |
| 124 | select IIO_TRIGGERED_BUFFER |
| 125 | help |
| 126 | Say Y here if you want to build a driver for the Intersil ISL29125 |
| 127 | RGB light sensor for I2C. |
| 128 | |
| 129 | To compile this driver as a module, choose M here: the module will be |
| 130 | called isl29125. |
| 131 | |
Lars-Peter Clausen | 3edc84e | 2013-07-15 08:45:00 +0100 | [diff] [blame] | 132 | config HID_SENSOR_ALS |
| 133 | depends on HID_SENSOR_HUB |
| 134 | select IIO_BUFFER |
| 135 | select IIO_TRIGGERED_BUFFER |
| 136 | select HID_SENSOR_IIO_COMMON |
| 137 | select HID_SENSOR_IIO_TRIGGER |
| 138 | tristate "HID ALS" |
| 139 | help |
| 140 | Say yes here to build support for the HID SENSOR |
| 141 | Ambient light sensor. |
| 142 | |
Roberta Dobrescu | 4f51c9a | 2014-12-30 20:48:49 +0200 | [diff] [blame] | 143 | To compile this driver as a module, choose M here: the |
| 144 | module will be called hid-sensor-als. |
| 145 | |
Archana Patni | 39a3a01 | 2014-02-20 06:29:00 +0000 | [diff] [blame] | 146 | config HID_SENSOR_PROX |
| 147 | depends on HID_SENSOR_HUB |
| 148 | select IIO_BUFFER |
| 149 | select IIO_TRIGGERED_BUFFER |
| 150 | select HID_SENSOR_IIO_COMMON |
| 151 | select HID_SENSOR_IIO_TRIGGER |
| 152 | tristate "HID PROX" |
| 153 | help |
| 154 | Say yes here to build support for the HID SENSOR |
| 155 | Proximity sensor. |
| 156 | |
| 157 | To compile this driver as a module, choose M here: the |
| 158 | module will be called hid-sensor-prox. |
| 159 | |
Kuppuswamy Sathyanarayanan | 995863c | 2014-09-16 04:54:00 +0100 | [diff] [blame] | 160 | config JSA1212 |
| 161 | tristate "JSA1212 ALS and proximity sensor driver" |
| 162 | depends on I2C |
Roberta Dobrescu | 49e19d5 | 2015-02-12 23:00:14 +0200 | [diff] [blame] | 163 | select REGMAP_I2C |
Kuppuswamy Sathyanarayanan | 995863c | 2014-09-16 04:54:00 +0100 | [diff] [blame] | 164 | help |
| 165 | Say Y here if you want to build a IIO driver for JSA1212 |
| 166 | proximity & ALS sensor device. |
| 167 | |
| 168 | To compile this driver as a module, choose M here: |
| 169 | the module will be called jsa1212. |
| 170 | |
Johan Hovold | 9c8ea1b | 2012-05-21 14:18:06 +0200 | [diff] [blame] | 171 | config SENSORS_LM3533 |
| 172 | tristate "LM3533 ambient light sensor" |
| 173 | depends on MFD_LM3533 |
| 174 | help |
| 175 | If you say yes here you get support for the ambient light sensor |
| 176 | interface on National Semiconductor / TI LM3533 Lighting Power |
| 177 | chips. |
| 178 | |
| 179 | The sensor interface can be used to control the LEDs and backlights |
| 180 | of the chip through defining five light zones and three sets of |
| 181 | corresponding output-current values. |
| 182 | |
| 183 | The driver provides raw and mean adc readings along with the current |
| 184 | light zone through sysfs. A threshold event can be generated on zone |
| 185 | changes. The ALS-control output values can be set per zone for the |
| 186 | three current output channels. |
Peter Meerwald | 62a1efb | 2012-06-19 09:58:54 +0200 | [diff] [blame] | 187 | |
Peter Meerwald | 2690be9 | 2014-10-01 22:01:00 +0100 | [diff] [blame] | 188 | config LTR501 |
| 189 | tristate "LTR-501ALS-01 light sensor" |
| 190 | depends on I2C |
| 191 | select IIO_BUFFER |
| 192 | select IIO_TRIGGERED_BUFFER |
| 193 | help |
| 194 | If you say yes here you get support for the Lite-On LTR-501ALS-01 |
Daniel Baluta | 8592a7e | 2015-04-21 19:10:59 +0300 | [diff] [blame] | 195 | ambient light and proximity sensor. This driver also supports LTR-559 |
Daniel Baluta | 035ebb1 | 2015-04-21 19:11:00 +0300 | [diff] [blame] | 196 | ALS/PS or LTR-301 ALS sensors. |
Peter Meerwald | 2690be9 | 2014-10-01 22:01:00 +0100 | [diff] [blame] | 197 | |
| 198 | This driver can also be built as a module. If so, the module |
| 199 | will be called ltr501. |
| 200 | |
Tiberiu Breana | be9e622 | 2015-04-27 18:34:00 +0300 | [diff] [blame] | 201 | config STK3310 |
| 202 | tristate "STK3310 ALS and proximity sensor" |
| 203 | depends on I2C |
| 204 | help |
| 205 | Say yes here to get support for the Sensortek STK3310 ambient light |
| 206 | and proximity sensor. The STK3311 model is also supported by this |
| 207 | driver. |
| 208 | |
| 209 | Choosing M will build the driver as a module. If so, the module |
| 210 | will be called stk3310. |
| 211 | |
Peter Meerwald | a244e7b | 2014-05-07 13:38:00 +0100 | [diff] [blame] | 212 | config TCS3414 |
| 213 | tristate "TAOS TCS3414 digital color sensor" |
| 214 | depends on I2C |
| 215 | select IIO_BUFFER |
| 216 | select IIO_TRIGGERED_BUFFER |
| 217 | help |
| 218 | If you say yes here you get support for the TAOS TCS3414 |
| 219 | family of digital color sensors. |
| 220 | |
| 221 | This driver can also be built as a module. If so, the module |
| 222 | will be called tcs3414. |
| 223 | |
Peter Meerwald | eb869ad | 2013-09-14 20:38:00 +0100 | [diff] [blame] | 224 | config TCS3472 |
| 225 | tristate "TAOS TCS3472 color light-to-digital converter" |
| 226 | depends on I2C |
Peter Meerwald | 089b54b | 2013-10-29 00:59:00 +0000 | [diff] [blame] | 227 | select IIO_BUFFER |
| 228 | select IIO_TRIGGERED_BUFFER |
Peter Meerwald | eb869ad | 2013-09-14 20:38:00 +0100 | [diff] [blame] | 229 | help |
| 230 | If you say yes here you get support for the TAOS TCS3472 |
| 231 | family of color light-to-digital converters with IR filter. |
| 232 | |
| 233 | This driver can also be built as a module. If so, the module |
| 234 | will be called tcs3472. |
| 235 | |
Jonathan Cameron | 9c2251d | 2013-01-12 10:35:00 +0000 | [diff] [blame] | 236 | config SENSORS_TSL2563 |
| 237 | tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors" |
| 238 | depends on I2C |
| 239 | help |
| 240 | If you say yes here you get support for the Taos TSL2560, |
| 241 | TSL2561, TSL2562 and TSL2563 ambient light sensors. |
| 242 | |
| 243 | This driver can also be built as a module. If so, the module |
| 244 | will be called tsl2563. |
| 245 | |
Peter Meerwald | aab9ba7 | 2013-09-08 16:20:00 +0100 | [diff] [blame] | 246 | config TSL4531 |
| 247 | tristate "TAOS TSL4531 ambient light sensors" |
| 248 | depends on I2C |
| 249 | help |
| 250 | Say Y here if you want to build a driver for the TAOS TSL4531 family |
| 251 | of ambient light sensors with direct lux output. |
| 252 | |
| 253 | To compile this driver as a module, choose M here: the |
| 254 | module will be called tsl4531. |
| 255 | |
Peter Meerwald | 62a1efb | 2012-06-19 09:58:54 +0200 | [diff] [blame] | 256 | config VCNL4000 |
| 257 | tristate "VCNL4000 combined ALS and proximity sensor" |
| 258 | depends on I2C |
| 259 | help |
| 260 | Say Y here if you want to build a driver for the Vishay VCNL4000 |
| 261 | combined ambient light and proximity sensor. |
| 262 | |
| 263 | To compile this driver as a module, choose M here: the |
| 264 | module will be called vcnl4000. |
| 265 | |
Johan Hovold | 9c8ea1b | 2012-05-21 14:18:06 +0200 | [diff] [blame] | 266 | endmenu |