Kconfig 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. #
  2. # Miscellaneous I2C chip drivers configuration
  3. #
  4. menu "Miscellaneous I2C Chip support"
  5. config DS1682
  6. tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
  7. depends on EXPERIMENTAL
  8. help
  9. If you say yes here you get support for Dallas Semiconductor
  10. DS1682 Total Elapsed Time Recorder.
  11. This driver can also be built as a module. If so, the module
  12. will be called ds1682.
  13. config SENSORS_EEPROM
  14. tristate "EEPROM reader"
  15. depends on EXPERIMENTAL
  16. help
  17. If you say yes here you get read-only access to the EEPROM data
  18. available on modern memory DIMMs and Sony Vaio laptops. Such
  19. EEPROMs could theoretically be available on other devices as well.
  20. This driver can also be built as a module. If so, the module
  21. will be called eeprom.
  22. config SENSORS_PCF8574
  23. tristate "Philips PCF8574 and PCF8574A"
  24. depends on EXPERIMENTAL
  25. default n
  26. help
  27. If you say yes here you get support for Philips PCF8574 and
  28. PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus.
  29. This driver can also be built as a module. If so, the module
  30. will be called pcf8574.
  31. These devices are hard to detect and rarely found on mainstream
  32. hardware. If unsure, say N.
  33. config PCF8575
  34. tristate "Philips PCF8575"
  35. default n
  36. help
  37. If you say yes here you get support for Philips PCF8575 chip.
  38. This chip is a 16-bit I/O expander for the I2C bus. Several other
  39. chip manufacturers sell equivalent chips, e.g. Texas Instruments.
  40. This driver can also be built as a module. If so, the module
  41. will be called pcf8575.
  42. This device is hard to detect and is rarely found on mainstream
  43. hardware. If unsure, say N.
  44. config SENSORS_PCA9539
  45. tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
  46. depends on EXPERIMENTAL && GPIO_PCA9539 = "n"
  47. help
  48. If you say yes here you get support for the Philips PCA9539
  49. 16-bit I/O port.
  50. This driver can also be built as a module. If so, the module
  51. will be called pca9539.
  52. This driver is deprecated and will be dropped soon. Use
  53. drivers/gpio/pca9539.c instead.
  54. config SENSORS_PCF8591
  55. tristate "Philips PCF8591"
  56. depends on EXPERIMENTAL
  57. default n
  58. help
  59. If you say yes here you get support for Philips PCF8591 chips.
  60. This driver can also be built as a module. If so, the module
  61. will be called pcf8591.
  62. These devices are hard to detect and rarely found on mainstream
  63. hardware. If unsure, say N.
  64. config ISP1301_OMAP
  65. tristate "Philips ISP1301 with OMAP OTG"
  66. depends on ARCH_OMAP_OTG
  67. help
  68. If you say yes here you get support for the Philips ISP1301
  69. USB-On-The-Go transceiver working with the OMAP OTG controller.
  70. The ISP1301 is used in products including H2 and H3 development
  71. boards for Texas Instruments OMAP processors.
  72. This driver can also be built as a module. If so, the module
  73. will be called isp1301_omap.
  74. config TPS65010
  75. tristate "TPS6501x Power Management chips"
  76. depends on HAVE_GPIO_LIB
  77. default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
  78. help
  79. If you say yes here you get support for the TPS6501x series of
  80. Power Management chips. These include voltage regulators,
  81. lithium ion/polymer battery charging, and other features that
  82. are often used in portable devices like cell phones and cameras.
  83. This driver can also be built as a module. If so, the module
  84. will be called tps65010.
  85. config SENSORS_MAX6875
  86. tristate "Maxim MAX6875 Power supply supervisor"
  87. depends on EXPERIMENTAL
  88. help
  89. If you say yes here you get support for the Maxim MAX6875
  90. EEPROM-programmable, quad power-supply sequencer/supervisor.
  91. This provides an interface to program the EEPROM and reset the chip.
  92. This driver also supports the Maxim MAX6874 hex power-supply
  93. sequencer/supervisor if found at a compatible address.
  94. This driver can also be built as a module. If so, the module
  95. will be called max6875.
  96. config SENSORS_TSL2550
  97. tristate "Taos TSL2550 ambient light sensor"
  98. depends on EXPERIMENTAL
  99. help
  100. If you say yes here you get support for the Taos TSL2550
  101. ambient light sensor.
  102. This driver can also be built as a module. If so, the module
  103. will be called tsl2550.
  104. config MENELAUS
  105. bool "TWL92330/Menelaus PM chip"
  106. depends on I2C=y && ARCH_OMAP24XX
  107. help
  108. If you say yes here you get support for the Texas Instruments
  109. TWL92330/Menelaus Power Management chip. This include voltage
  110. regulators, Dual slot memory card tranceivers, real-time clock
  111. and other features that are often used in portable devices like
  112. cell phones and PDAs.
  113. endmenu