Kconfig 2.2 KB

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