Kconfig 5.6 KB

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