Kconfig 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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 CM32181
  25. depends on I2C
  26. tristate "CM32181 driver"
  27. help
  28. Say Y here if you use cm32181.
  29. This option enables ambient light sensor using
  30. Capella cm32181 device driver.
  31. To compile this driver as a module, choose M here:
  32. the module will be called cm32181.
  33. config CM36651
  34. depends on I2C
  35. tristate "CM36651 driver"
  36. help
  37. Say Y here if you use cm36651.
  38. This option enables proximity & RGB sensor using
  39. Capella cm36651 device driver.
  40. To compile this driver as a module, choose M here:
  41. the module will be called cm36651.
  42. config GP2AP020A00F
  43. tristate "Sharp GP2AP020A00F Proximity/ALS sensor"
  44. depends on I2C
  45. select IIO_BUFFER
  46. select IIO_TRIGGERED_BUFFER
  47. select IRQ_WORK
  48. help
  49. Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip
  50. hooked to an I2C bus.
  51. To compile this driver as a module, choose M here: the
  52. module will be called gp2ap020a00f.
  53. config HID_SENSOR_ALS
  54. depends on HID_SENSOR_HUB
  55. select IIO_BUFFER
  56. select IIO_TRIGGERED_BUFFER
  57. select HID_SENSOR_IIO_COMMON
  58. select HID_SENSOR_IIO_TRIGGER
  59. tristate "HID ALS"
  60. help
  61. Say yes here to build support for the HID SENSOR
  62. Ambient light sensor.
  63. config HID_SENSOR_PROX
  64. depends on HID_SENSOR_HUB
  65. select IIO_BUFFER
  66. select IIO_TRIGGERED_BUFFER
  67. select HID_SENSOR_IIO_COMMON
  68. select HID_SENSOR_IIO_TRIGGER
  69. tristate "HID PROX"
  70. help
  71. Say yes here to build support for the HID SENSOR
  72. Proximity sensor.
  73. To compile this driver as a module, choose M here: the
  74. module will be called hid-sensor-prox.
  75. config SENSORS_LM3533
  76. tristate "LM3533 ambient light sensor"
  77. depends on MFD_LM3533
  78. help
  79. If you say yes here you get support for the ambient light sensor
  80. interface on National Semiconductor / TI LM3533 Lighting Power
  81. chips.
  82. The sensor interface can be used to control the LEDs and backlights
  83. of the chip through defining five light zones and three sets of
  84. corresponding output-current values.
  85. The driver provides raw and mean adc readings along with the current
  86. light zone through sysfs. A threshold event can be generated on zone
  87. changes. The ALS-control output values can be set per zone for the
  88. three current output channels.
  89. config LTR501
  90. tristate "LTR-501ALS-01 light sensor"
  91. depends on I2C
  92. select IIO_BUFFER
  93. select IIO_TRIGGERED_BUFFER
  94. help
  95. If you say yes here you get support for the Lite-On LTR-501ALS-01
  96. ambient light and proximity sensor.
  97. This driver can also be built as a module. If so, the module
  98. will be called ltr501.
  99. config TCS3472
  100. tristate "TAOS TCS3472 color light-to-digital converter"
  101. depends on I2C
  102. select IIO_BUFFER
  103. select IIO_TRIGGERED_BUFFER
  104. help
  105. If you say yes here you get support for the TAOS TCS3472
  106. family of color light-to-digital converters with IR filter.
  107. This driver can also be built as a module. If so, the module
  108. will be called tcs3472.
  109. config SENSORS_TSL2563
  110. tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
  111. depends on I2C
  112. help
  113. If you say yes here you get support for the Taos TSL2560,
  114. TSL2561, TSL2562 and TSL2563 ambient light sensors.
  115. This driver can also be built as a module. If so, the module
  116. will be called tsl2563.
  117. config TSL4531
  118. tristate "TAOS TSL4531 ambient light sensors"
  119. depends on I2C
  120. help
  121. Say Y here if you want to build a driver for the TAOS TSL4531 family
  122. of ambient light sensors with direct lux output.
  123. To compile this driver as a module, choose M here: the
  124. module will be called tsl4531.
  125. config VCNL4000
  126. tristate "VCNL4000 combined ALS and proximity sensor"
  127. depends on I2C
  128. help
  129. Say Y here if you want to build a driver for the Vishay VCNL4000
  130. combined ambient light and proximity sensor.
  131. To compile this driver as a module, choose M here: the
  132. module will be called vcnl4000.
  133. endmenu