Kconfig 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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 SENSORS_LM3533
  64. tristate "LM3533 ambient light sensor"
  65. depends on MFD_LM3533
  66. help
  67. If you say yes here you get support for the ambient light sensor
  68. interface on National Semiconductor / TI LM3533 Lighting Power
  69. chips.
  70. The sensor interface can be used to control the LEDs and backlights
  71. of the chip through defining five light zones and three sets of
  72. corresponding output-current values.
  73. The driver provides raw and mean adc readings along with the current
  74. light zone through sysfs. A threshold event can be generated on zone
  75. changes. The ALS-control output values can be set per zone for the
  76. three current output channels.
  77. config TCS3472
  78. tristate "TAOS TCS3472 color light-to-digital converter"
  79. depends on I2C
  80. select IIO_BUFFER
  81. select IIO_TRIGGERED_BUFFER
  82. help
  83. If you say yes here you get support for the TAOS TCS3472
  84. family of color light-to-digital converters with IR filter.
  85. This driver can also be built as a module. If so, the module
  86. will be called tcs3472.
  87. config SENSORS_TSL2563
  88. tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
  89. depends on I2C
  90. help
  91. If you say yes here you get support for the Taos TSL2560,
  92. TSL2561, TSL2562 and TSL2563 ambient light sensors.
  93. This driver can also be built as a module. If so, the module
  94. will be called tsl2563.
  95. config TSL4531
  96. tristate "TAOS TSL4531 ambient light sensors"
  97. depends on I2C
  98. help
  99. Say Y here if you want to build a driver for the TAOS TSL4531 family
  100. of ambient light sensors with direct lux output.
  101. To compile this driver as a module, choose M here: the
  102. module will be called tsl4531.
  103. config VCNL4000
  104. tristate "VCNL4000 combined ALS and proximity sensor"
  105. depends on I2C
  106. help
  107. Say Y here if you want to build a driver for the Vishay VCNL4000
  108. combined ambient light and proximity sensor.
  109. To compile this driver as a module, choose M here: the
  110. module will be called vcnl4000.
  111. endmenu