Kconfig (1f0477f18306c018a954e4f333690a9d0f7efc76) | Kconfig (dfd2ab8dda719b98203f5b3e940961019d373541) |
---|---|
1# 2# Light sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Light sensors" 7 8config ACPI_ALS --- 317 unchanged lines hidden (view full) --- 326 depends on I2C 327 help 328 Say Y here if you want to build a driver for the Vishay VCNL4000 329 combined ambient light and proximity sensor. 330 331 To compile this driver as a module, choose M here: the 332 module will be called vcnl4000. 333 | 1# 2# Light sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Light sensors" 7 8config ACPI_ALS --- 317 unchanged lines hidden (view full) --- 326 depends on I2C 327 help 328 Say Y here if you want to build a driver for the Vishay VCNL4000 329 combined ambient light and proximity sensor. 330 331 To compile this driver as a module, choose M here: the 332 module will be called vcnl4000. 333 |
334config VEML6070 335 tristate "VEML6070 UV A light sensor" 336 depends on I2C 337 help 338 Say Y here if you want to build a driver for the Vishay VEML6070 UV A 339 light sensor. 340 341 To compile this driver as a module, choose M here: the 342 module will be called veml6070. 343 |
|
334endmenu | 344endmenu |