Kconfig 1014 B

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # Light sensors
  3. #
  4. menu "Light sensors"
  5. config SENSORS_LM3533
  6. tristate "LM3533 ambient light sensor"
  7. depends on MFD_LM3533
  8. help
  9. If you say yes here you get support for the ambient light sensor
  10. interface on National Semiconductor / TI LM3533 Lighting Power
  11. chips.
  12. The sensor interface can be used to control the LEDs and backlights
  13. of the chip through defining five light zones and three sets of
  14. corresponding output-current values.
  15. The driver provides raw and mean adc readings along with the current
  16. light zone through sysfs. A threshold event can be generated on zone
  17. changes. The ALS-control output values can be set per zone for the
  18. three current output channels.
  19. config VCNL4000
  20. tristate "VCNL4000 combined ALS and proximity sensor"
  21. depends on I2C
  22. help
  23. Say Y here if you want to build a driver for the Vishay VCNL4000
  24. combined ambient light and proximity sensor.
  25. To compile this driver as a module, choose M here: the
  26. module will be called vcnl4000.
  27. endmenu