Kconfig 439 B

12345678910111213141516171819
  1. #
  2. # Miscellaneous I2C chip drivers configuration
  3. #
  4. # *** DEPRECATED! Do not add new entries! See Makefile ***
  5. #
  6. menu "Miscellaneous I2C Chip support"
  7. config SENSORS_TSL2550
  8. tristate "Taos TSL2550 ambient light sensor"
  9. depends on EXPERIMENTAL
  10. help
  11. If you say yes here you get support for the Taos TSL2550
  12. ambient light sensor.
  13. This driver can also be built as a module. If so, the module
  14. will be called tsl2550.
  15. endmenu