/drivers/staging/iio/light/Kconfig

https://bitbucket.org/wisechild/galaxy-nexus · #! · 32 lines · 28 code · 4 blank · 0 comment · 0 complexity · df7d453ce00ef502dc7f79baa30038f2 MD5 · raw file

  1. \#
  2. # Light sensors
  3. #
  4. comment "Light sensors"
  5. config SENSORS_ISL29018
  6. tristate "ISL 29018 light and proximity sensor"
  7. depends on I2C
  8. default n
  9. help
  10. If you say yes here you get support for ambient light sensing and
  11. proximity infrared sensing from Intersil ISL29018.
  12. This driver will provide the measurements of ambient light intensity
  13. in lux, proximity infrared sensing and normal infrared sensing.
  14. Data from sensor is accessible via sysfs.
  15. config SENSORS_TSL2563
  16. tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
  17. depends on I2C
  18. help
  19. If you say yes here you get support for the Taos TSL2560,
  20. TSL2561, TSL2562 and TSL2563 ambient light sensors.
  21. This driver can also be built as a module. If so, the module
  22. will be called tsl2563.
  23. config TSL2583
  24. tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
  25. depends on I2C
  26. help
  27. Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
  28. Access ALS data via iio, sysfs.