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 | |
Peter Meerwald | bbdb822 | 2012-07-10 22:32:00 +0100 | [diff] [blame] | 8 | config ADJD_S311 |
| 9 | tristate "ADJD-S311-CR999 digital color sensor" |
| 10 | select IIO_BUFFER |
| 11 | select IIO_TRIGGERED_BUFFER |
| 12 | depends on I2C |
| 13 | help |
| 14 | If you say yes here you get support for the Avago ADJD-S311-CR999 |
| 15 | digital color light sensor. |
| 16 | |
| 17 | This driver can also be built as a module. If so, the module |
| 18 | will be called adjd_s311. |
| 19 | |
Oleksandr Kravchenko | 03eff7b | 2013-07-22 14:11:00 +0100 | [diff] [blame] | 20 | config APDS9300 |
| 21 | tristate "APDS9300 ambient light sensor" |
| 22 | depends on I2C |
| 23 | help |
| 24 | Say Y here if you want to build a driver for the Avago APDS9300 |
| 25 | ambient light sensor. |
| 26 | |
| 27 | To compile this driver as a module, choose M here: the |
| 28 | module will be called apds9300. |
| 29 | |
Kevin Tsai | 971672c | 2013-12-24 01:53:00 +0000 | [diff] [blame] | 30 | config CM32181 |
| 31 | depends on I2C |
| 32 | tristate "CM32181 driver" |
| 33 | help |
| 34 | Say Y here if you use cm32181. |
| 35 | This option enables ambient light sensor using |
| 36 | Capella cm32181 device driver. |
| 37 | |
| 38 | To compile this driver as a module, choose M here: |
| 39 | the module will be called cm32181. |
| 40 | |
Beomho Seo | e590d45 | 2013-10-17 03:22:00 +0100 | [diff] [blame] | 41 | config CM36651 |
| 42 | depends on I2C |
| 43 | tristate "CM36651 driver" |
| 44 | help |
| 45 | Say Y here if you use cm36651. |
| 46 | This option enables proximity & RGB sensor using |
| 47 | Capella cm36651 device driver. |
| 48 | |
| 49 | To compile this driver as a module, choose M here: |
| 50 | the module will be called cm36651. |
| 51 | |
Jacek Anaszewski | bf29fbe | 2013-09-09 16:23:00 +0100 | [diff] [blame] | 52 | config GP2AP020A00F |
| 53 | tristate "Sharp GP2AP020A00F Proximity/ALS sensor" |
| 54 | depends on I2C |
| 55 | select IIO_BUFFER |
| 56 | select IIO_TRIGGERED_BUFFER |
Russell King - ARM Linux | 419a4aa | 2013-12-02 11:25:00 +0000 | [diff] [blame] | 57 | select IRQ_WORK |
Jacek Anaszewski | bf29fbe | 2013-09-09 16:23:00 +0100 | [diff] [blame] | 58 | help |
| 59 | Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip |
| 60 | hooked to an I2C bus. |
| 61 | |
| 62 | To compile this driver as a module, choose M here: the |
| 63 | module will be called gp2ap020a00f. |
| 64 | |
Lars-Peter Clausen | 3edc84e | 2013-07-15 08:45:00 +0100 | [diff] [blame] | 65 | config HID_SENSOR_ALS |
| 66 | depends on HID_SENSOR_HUB |
| 67 | select IIO_BUFFER |
| 68 | select IIO_TRIGGERED_BUFFER |
| 69 | select HID_SENSOR_IIO_COMMON |
| 70 | select HID_SENSOR_IIO_TRIGGER |
| 71 | tristate "HID ALS" |
| 72 | help |
| 73 | Say yes here to build support for the HID SENSOR |
| 74 | Ambient light sensor. |
| 75 | |
Johan Hovold | 9c8ea1b | 2012-05-21 14:18:06 +0200 | [diff] [blame] | 76 | config SENSORS_LM3533 |
| 77 | tristate "LM3533 ambient light sensor" |
| 78 | depends on MFD_LM3533 |
| 79 | help |
| 80 | If you say yes here you get support for the ambient light sensor |
| 81 | interface on National Semiconductor / TI LM3533 Lighting Power |
| 82 | chips. |
| 83 | |
| 84 | The sensor interface can be used to control the LEDs and backlights |
| 85 | of the chip through defining five light zones and three sets of |
| 86 | corresponding output-current values. |
| 87 | |
| 88 | The driver provides raw and mean adc readings along with the current |
| 89 | light zone through sysfs. A threshold event can be generated on zone |
| 90 | changes. The ALS-control output values can be set per zone for the |
| 91 | three current output channels. |
Peter Meerwald | 62a1efb | 2012-06-19 09:58:54 +0200 | [diff] [blame] | 92 | |
Peter Meerwald | 2690be9 | 2014-10-01 22:01:00 +0100 | [diff] [blame^] | 93 | config LTR501 |
| 94 | tristate "LTR-501ALS-01 light sensor" |
| 95 | depends on I2C |
| 96 | select IIO_BUFFER |
| 97 | select IIO_TRIGGERED_BUFFER |
| 98 | help |
| 99 | If you say yes here you get support for the Lite-On LTR-501ALS-01 |
| 100 | ambient light and proximity sensor. |
| 101 | |
| 102 | This driver can also be built as a module. If so, the module |
| 103 | will be called ltr501. |
| 104 | |
Peter Meerwald | eb869ad | 2013-09-14 20:38:00 +0100 | [diff] [blame] | 105 | config TCS3472 |
| 106 | tristate "TAOS TCS3472 color light-to-digital converter" |
| 107 | depends on I2C |
Peter Meerwald | 089b54b | 2013-10-29 00:59:00 +0000 | [diff] [blame] | 108 | select IIO_BUFFER |
| 109 | select IIO_TRIGGERED_BUFFER |
Peter Meerwald | eb869ad | 2013-09-14 20:38:00 +0100 | [diff] [blame] | 110 | help |
| 111 | If you say yes here you get support for the TAOS TCS3472 |
| 112 | family of color light-to-digital converters with IR filter. |
| 113 | |
| 114 | This driver can also be built as a module. If so, the module |
| 115 | will be called tcs3472. |
| 116 | |
Jonathan Cameron | 9c2251d | 2013-01-12 10:35:00 +0000 | [diff] [blame] | 117 | config SENSORS_TSL2563 |
| 118 | tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors" |
| 119 | depends on I2C |
| 120 | help |
| 121 | If you say yes here you get support for the Taos TSL2560, |
| 122 | TSL2561, TSL2562 and TSL2563 ambient light sensors. |
| 123 | |
| 124 | This driver can also be built as a module. If so, the module |
| 125 | will be called tsl2563. |
| 126 | |
Peter Meerwald | aab9ba7 | 2013-09-08 16:20:00 +0100 | [diff] [blame] | 127 | config TSL4531 |
| 128 | tristate "TAOS TSL4531 ambient light sensors" |
| 129 | depends on I2C |
| 130 | help |
| 131 | Say Y here if you want to build a driver for the TAOS TSL4531 family |
| 132 | of ambient light sensors with direct lux output. |
| 133 | |
| 134 | To compile this driver as a module, choose M here: the |
| 135 | module will be called tsl4531. |
| 136 | |
Peter Meerwald | 62a1efb | 2012-06-19 09:58:54 +0200 | [diff] [blame] | 137 | config VCNL4000 |
| 138 | tristate "VCNL4000 combined ALS and proximity sensor" |
| 139 | depends on I2C |
| 140 | help |
| 141 | Say Y here if you want to build a driver for the Vishay VCNL4000 |
| 142 | combined ambient light and proximity sensor. |
| 143 | |
| 144 | To compile this driver as a module, choose M here: the |
| 145 | module will be called vcnl4000. |
| 146 | |
Johan Hovold | 9c8ea1b | 2012-05-21 14:18:06 +0200 | [diff] [blame] | 147 | endmenu |