Kconfig 745 B

1234567891011121314151617181920212223242526272829
  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 DS1682
  8. tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
  9. depends on EXPERIMENTAL
  10. help
  11. If you say yes here you get support for Dallas Semiconductor
  12. DS1682 Total Elapsed Time Recorder.
  13. This driver can also be built as a module. If so, the module
  14. will be called ds1682.
  15. config SENSORS_TSL2550
  16. tristate "Taos TSL2550 ambient light sensor"
  17. depends on EXPERIMENTAL
  18. help
  19. If you say yes here you get support for the Taos TSL2550
  20. ambient light sensor.
  21. This driver can also be built as a module. If so, the module
  22. will be called tsl2550.
  23. endmenu