Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #
  2. # Light sensors
  3. #
  4. menu "Light sensors"
  5. config ADJD_S311
  6. tristate "ADJD-S311-CR999 digital color sensor"
  7. select IIO_BUFFER
  8. select IIO_TRIGGERED_BUFFER
  9. depends on I2C
  10. help
  11. If you say yes here you get support for the Avago ADJD-S311-CR999
  12. digital color light sensor.
  13. This driver can also be built as a module. If so, the module
  14. will be called adjd_s311.
  15. config SENSORS_LM3533
  16. tristate "LM3533 ambient light sensor"
  17. depends on MFD_LM3533
  18. help
  19. If you say yes here you get support for the ambient light sensor
  20. interface on National Semiconductor / TI LM3533 Lighting Power
  21. chips.
  22. The sensor interface can be used to control the LEDs and backlights
  23. of the chip through defining five light zones and three sets of
  24. corresponding output-current values.
  25. The driver provides raw and mean adc readings along with the current
  26. light zone through sysfs. A threshold event can be generated on zone
  27. changes. The ALS-control output values can be set per zone for the
  28. three current output channels.
  29. config VCNL4000
  30. tristate "VCNL4000 combined ALS and proximity sensor"
  31. depends on I2C
  32. help
  33. Say Y here if you want to build a driver for the Vishay VCNL4000
  34. combined ambient light and proximity sensor.
  35. To compile this driver as a module, choose M here: the
  36. module will be called vcnl4000.
  37. config HID_SENSOR_ALS
  38. depends on HID_SENSOR_HUB
  39. select IIO_BUFFER
  40. select IIO_TRIGGERED_BUFFER
  41. select HID_SENSOR_IIO_COMMON
  42. tristate "HID ALS"
  43. help
  44. Say yes here to build support for the HID SENSOR
  45. Ambient light sensor.
  46. endmenu