Kconfig 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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 PCF8575
  29. tristate "Philips PCF8575 (DEPRECATED)"
  30. default n
  31. depends on GPIO_PCF857X = "n"
  32. help
  33. If you say yes here you get support for Philips PCF8575 chip.
  34. This chip is a 16-bit I/O expander for the I2C bus. Several other
  35. chip manufacturers sell equivalent chips, e.g. Texas Instruments.
  36. This driver can also be built as a module. If so, the module
  37. will be called pcf8575.
  38. This driver is deprecated and will be dropped soon. Use
  39. drivers/gpio/pcf857x.c instead.
  40. This device is hard to detect and is rarely found on mainstream
  41. hardware. If unsure, say N.
  42. config SENSORS_PCA9539
  43. tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
  44. depends on EXPERIMENTAL && GPIO_PCA953X = "n"
  45. help
  46. If you say yes here you get support for the Philips PCA9539
  47. 16-bit I/O port.
  48. This driver can also be built as a module. If so, the module
  49. will be called pca9539.
  50. This driver is deprecated and will be dropped soon. Use
  51. drivers/gpio/pca953x.c instead.
  52. config SENSORS_MAX6875
  53. tristate "Maxim MAX6875 Power supply supervisor"
  54. depends on EXPERIMENTAL
  55. help
  56. If you say yes here you get support for the Maxim MAX6875
  57. EEPROM-programmable, quad power-supply sequencer/supervisor.
  58. This provides an interface to program the EEPROM and reset the chip.
  59. This driver also supports the Maxim MAX6874 hex power-supply
  60. sequencer/supervisor if found at a compatible address.
  61. This driver can also be built as a module. If so, the module
  62. will be called max6875.
  63. config SENSORS_TSL2550
  64. tristate "Taos TSL2550 ambient light sensor"
  65. depends on EXPERIMENTAL
  66. help
  67. If you say yes here you get support for the Taos TSL2550
  68. ambient light sensor.
  69. This driver can also be built as a module. If so, the module
  70. will be called tsl2550.
  71. endmenu