Kconfig (d4263348f796f29546f90802177865dd4379dd0a) | Kconfig (39a3a0138f6113805dc9e0813214cd4b03bd8ac0) |
---|---|
1# 2# Light sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Light sensors" 7 8config ADJD_S311 --- 59 unchanged lines hidden (view full) --- 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 | 1# 2# Light sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Light sensors" 7 8config ADJD_S311 --- 59 unchanged lines hidden (view full) --- 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 |
76config HID_SENSOR_PROX 77 depends on HID_SENSOR_HUB 78 select IIO_BUFFER 79 select IIO_TRIGGERED_BUFFER 80 select HID_SENSOR_IIO_COMMON 81 select HID_SENSOR_IIO_TRIGGER 82 tristate "HID PROX" 83 help 84 Say yes here to build support for the HID SENSOR 85 Proximity sensor. 86 87 To compile this driver as a module, choose M here: the 88 module will be called hid-sensor-prox. 89 |
|
76config 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. 92 | 90config SENSORS_LM3533 91 tristate "LM3533 ambient light sensor" 92 depends on MFD_LM3533 93 help 94 If you say yes here you get support for the ambient light sensor 95 interface on National Semiconductor / TI LM3533 Lighting Power 96 chips. 97 98 The sensor interface can be used to control the LEDs and backlights 99 of the chip through defining five light zones and three sets of 100 corresponding output-current values. 101 102 The driver provides raw and mean adc readings along with the current 103 light zone through sysfs. A threshold event can be generated on zone 104 changes. The ALS-control output values can be set per zone for the 105 three current output channels. 106 |
107config LTR501 108 tristate "LTR-501ALS-01 light sensor" 109 depends on I2C 110 select IIO_BUFFER 111 select IIO_TRIGGERED_BUFFER 112 help 113 If you say yes here you get support for the Lite-On LTR-501ALS-01 114 ambient light and proximity sensor. 115 116 This driver can also be built as a module. If so, the module 117 will be called ltr501. 118 |
|
93config TCS3472 94 tristate "TAOS TCS3472 color light-to-digital converter" 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 TAOS TCS3472 100 family of color light-to-digital converters with IR filter. --- 35 unchanged lines hidden --- | 119config TCS3472 120 tristate "TAOS TCS3472 color light-to-digital converter" 121 depends on I2C 122 select IIO_BUFFER 123 select IIO_TRIGGERED_BUFFER 124 help 125 If you say yes here you get support for the TAOS TCS3472 126 family of color light-to-digital converters with IR filter. --- 35 unchanged lines hidden --- |