Kconfig 3.4 KB

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