Johan Hovold | 9c8ea1b | 2012-05-21 14:18:06 +0200 | [diff] [blame] | 1 | # |
| 2 | # Light sensors |
| 3 | # |
| 4 | menu "Light sensors" |
| 5 | |
Peter Meerwald | bbdb822 | 2012-07-10 22:32:00 +0100 | [diff] [blame] | 6 | config ADJD_S311 |
| 7 | tristate "ADJD-S311-CR999 digital color sensor" |
| 8 | select IIO_BUFFER |
| 9 | select IIO_TRIGGERED_BUFFER |
| 10 | depends on I2C |
| 11 | help |
| 12 | If you say yes here you get support for the Avago ADJD-S311-CR999 |
| 13 | digital color light sensor. |
| 14 | |
| 15 | This driver can also be built as a module. If so, the module |
| 16 | will be called adjd_s311. |
| 17 | |
Johan Hovold | 9c8ea1b | 2012-05-21 14:18:06 +0200 | [diff] [blame] | 18 | config SENSORS_LM3533 |
| 19 | tristate "LM3533 ambient light sensor" |
| 20 | depends on MFD_LM3533 |
| 21 | help |
| 22 | If you say yes here you get support for the ambient light sensor |
| 23 | interface on National Semiconductor / TI LM3533 Lighting Power |
| 24 | chips. |
| 25 | |
| 26 | The sensor interface can be used to control the LEDs and backlights |
| 27 | of the chip through defining five light zones and three sets of |
| 28 | corresponding output-current values. |
| 29 | |
| 30 | The driver provides raw and mean adc readings along with the current |
| 31 | light zone through sysfs. A threshold event can be generated on zone |
| 32 | changes. The ALS-control output values can be set per zone for the |
| 33 | three current output channels. |
Peter Meerwald | 62a1efb | 2012-06-19 09:58:54 +0200 | [diff] [blame] | 34 | |
| 35 | config VCNL4000 |
| 36 | tristate "VCNL4000 combined ALS and proximity sensor" |
| 37 | depends on I2C |
| 38 | help |
| 39 | Say Y here if you want to build a driver for the Vishay VCNL4000 |
| 40 | combined ambient light and proximity sensor. |
| 41 | |
| 42 | To compile this driver as a module, choose M here: the |
| 43 | module will be called vcnl4000. |
| 44 | |
srinivas pandruvada | ed5514c | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 45 | config HID_SENSOR_ALS |
| 46 | depends on HID_SENSOR_HUB |
| 47 | select IIO_BUFFER |
| 48 | select IIO_TRIGGERED_BUFFER |
| 49 | select HID_SENSOR_IIO_COMMON |
Alexander Holler | 9541cc3 | 2012-12-11 18:21:00 +0000 | [diff] [blame] | 50 | select HID_SENSOR_IIO_TRIGGER |
srinivas pandruvada | ed5514c | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 51 | tristate "HID ALS" |
| 52 | help |
| 53 | Say yes here to build support for the HID SENSOR |
| 54 | Ambient light sensor. |
| 55 | |
Johan Hovold | 9c8ea1b | 2012-05-21 14:18:06 +0200 | [diff] [blame] | 56 | endmenu |