Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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 GP2AP020A00F
  25. tristate "Sharp GP2AP020A00F Proximity/ALS sensor"
  26. depends on I2C
  27. select IIO_BUFFER
  28. select IIO_TRIGGERED_BUFFER
  29. help
  30. Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip
  31. hooked to an I2C bus.
  32. To compile this driver as a module, choose M here: the
  33. module will be called gp2ap020a00f.
  34. config HID_SENSOR_ALS
  35. depends on HID_SENSOR_HUB
  36. select IIO_BUFFER
  37. select IIO_TRIGGERED_BUFFER
  38. select HID_SENSOR_IIO_COMMON
  39. select HID_SENSOR_IIO_TRIGGER
  40. tristate "HID ALS"
  41. help
  42. Say yes here to build support for the HID SENSOR
  43. Ambient light sensor.
  44. config SENSORS_LM3533
  45. tristate "LM3533 ambient light sensor"
  46. depends on MFD_LM3533
  47. help
  48. If you say yes here you get support for the ambient light sensor
  49. interface on National Semiconductor / TI LM3533 Lighting Power
  50. chips.
  51. The sensor interface can be used to control the LEDs and backlights
  52. of the chip through defining five light zones and three sets of
  53. corresponding output-current values.
  54. The driver provides raw and mean adc readings along with the current
  55. light zone through sysfs. A threshold event can be generated on zone
  56. changes. The ALS-control output values can be set per zone for the
  57. three current output channels.
  58. config TCS3472
  59. tristate "TAOS TCS3472 color light-to-digital converter"
  60. depends on I2C
  61. help
  62. If you say yes here you get support for the TAOS TCS3472
  63. family of color light-to-digital converters with IR filter.
  64. This driver can also be built as a module. If so, the module
  65. will be called tcs3472.
  66. config SENSORS_TSL2563
  67. tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
  68. depends on I2C
  69. help
  70. If you say yes here you get support for the Taos TSL2560,
  71. TSL2561, TSL2562 and TSL2563 ambient light sensors.
  72. This driver can also be built as a module. If so, the module
  73. will be called tsl2563.
  74. config TSL4531
  75. tristate "TAOS TSL4531 ambient light sensors"
  76. depends on I2C
  77. help
  78. Say Y here if you want to build a driver for the TAOS TSL4531 family
  79. of ambient light sensors with direct lux output.
  80. To compile this driver as a module, choose M here: the
  81. module will be called tsl4531.
  82. config VCNL4000
  83. tristate "VCNL4000 combined ALS and proximity sensor"
  84. depends on I2C
  85. help
  86. Say Y here if you want to build a driver for the Vishay VCNL4000
  87. combined ambient light and proximity sensor.
  88. To compile this driver as a module, choose M here: the
  89. module will be called vcnl4000.
  90. endmenu