Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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_PCF8574
  16. tristate "Philips PCF8574 and PCF8574A (DEPRECATED)"
  17. depends on EXPERIMENTAL && GPIO_PCF857X = "n"
  18. default n
  19. help
  20. If you say yes here you get support for Philips PCF8574 and
  21. PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus.
  22. This driver can also be built as a module. If so, the module
  23. will be called pcf8574.
  24. This driver is deprecated and will be dropped soon. Use
  25. drivers/gpio/pcf857x.c instead.
  26. These devices are hard to detect and rarely found on mainstream
  27. hardware. If unsure, say N.
  28. config SENSORS_PCA9539
  29. tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
  30. depends on EXPERIMENTAL && GPIO_PCA953X = "n"
  31. help
  32. If you say yes here you get support for the Philips PCA9539
  33. 16-bit I/O port.
  34. This driver can also be built as a module. If so, the module
  35. will be called pca9539.
  36. This driver is deprecated and will be dropped soon. Use
  37. drivers/gpio/pca953x.c instead.
  38. config SENSORS_TSL2550
  39. tristate "Taos TSL2550 ambient light sensor"
  40. depends on EXPERIMENTAL
  41. help
  42. If you say yes here you get support for the Taos TSL2550
  43. ambient light sensor.
  44. This driver can also be built as a module. If so, the module
  45. will be called tsl2550.
  46. endmenu