Kconfig 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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 SENSORS_TSL2563
  30. tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
  31. depends on I2C
  32. help
  33. If you say yes here you get support for the Taos TSL2560,
  34. TSL2561, TSL2562 and TSL2563 ambient light sensors.
  35. This driver can also be built as a module. If so, the module
  36. will be called tsl2563.
  37. config VCNL4000
  38. tristate "VCNL4000 combined ALS and proximity sensor"
  39. depends on I2C
  40. help
  41. Say Y here if you want to build a driver for the Vishay VCNL4000
  42. combined ambient light and proximity sensor.
  43. To compile this driver as a module, choose M here: the
  44. module will be called vcnl4000.
  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
  50. select HID_SENSOR_IIO_TRIGGER
  51. tristate "HID ALS"
  52. help
  53. Say yes here to build support for the HID SENSOR
  54. Ambient light sensor.
  55. endmenu