Kconfig (5ccca155675a5a2d491257a441306dd8547695c2) | Kconfig (be9e6229d67696f94c2f2331a2e207beff9bfc7f) |
---|---|
1# 2# Light sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Light sensors" 7 8config ADJD_S311 --- 161 unchanged lines hidden (view full) --- 170 help 171 If you say yes here you get support for the Lite-On LTR-501ALS-01 172 ambient light and proximity sensor. This driver also supports LTR-559 173 ALS/PS or LTR-301 ALS sensors. 174 175 This driver can also be built as a module. If so, the module 176 will be called ltr501. 177 | 1# 2# Light sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Light sensors" 7 8config ADJD_S311 --- 161 unchanged lines hidden (view full) --- 170 help 171 If you say yes here you get support for the Lite-On LTR-501ALS-01 172 ambient light and proximity sensor. This driver also supports LTR-559 173 ALS/PS or LTR-301 ALS sensors. 174 175 This driver can also be built as a module. If so, the module 176 will be called ltr501. 177 |
178config STK3310 179 tristate "STK3310 ALS and proximity sensor" 180 depends on I2C 181 help 182 Say yes here to get support for the Sensortek STK3310 ambient light 183 and proximity sensor. The STK3311 model is also supported by this 184 driver. 185 186 Choosing M will build the driver as a module. If so, the module 187 will be called stk3310. 188 |
|
178config TCS3414 179 tristate "TAOS TCS3414 digital color sensor" 180 depends on I2C 181 select IIO_BUFFER 182 select IIO_TRIGGERED_BUFFER 183 help 184 If you say yes here you get support for the TAOS TCS3414 185 family of digital color sensors. --- 47 unchanged lines hidden --- | 189config TCS3414 190 tristate "TAOS TCS3414 digital color sensor" 191 depends on I2C 192 select IIO_BUFFER 193 select IIO_TRIGGERED_BUFFER 194 help 195 If you say yes here you get support for the TAOS TCS3414 196 family of digital color sensors. --- 47 unchanged lines hidden --- |