Kconfig 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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.
  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 SENSORS_PCA9539
  54. tristate "Philips PCA9539 16-bit I/O port"
  55. depends on EXPERIMENTAL
  56. help
  57. If you say yes here you get support for the Philips PCA9539
  58. 16-bit I/O port.
  59. This driver can also be built as a module. If so, the module
  60. will be called pca9539.
  61. config SENSORS_PCF8591
  62. tristate "Philips PCF8591"
  63. depends on EXPERIMENTAL
  64. default n
  65. help
  66. If you say yes here you get support for Philips PCF8591 chips.
  67. This driver can also be built as a module. If so, the module
  68. will be called pcf8591.
  69. These devices are hard to detect and rarely found on mainstream
  70. hardware. If unsure, say N.
  71. config ISP1301_OMAP
  72. tristate "Philips ISP1301 with OMAP OTG"
  73. depends on ARCH_OMAP_OTG
  74. help
  75. If you say yes here you get support for the Philips ISP1301
  76. USB-On-The-Go transceiver working with the OMAP OTG controller.
  77. The ISP1301 is used in products including H2 and H3 development
  78. boards for Texas Instruments OMAP processors.
  79. This driver can also be built as a module. If so, the module
  80. will be called isp1301_omap.
  81. # NOTE: This isn't really OMAP-specific, except for the current
  82. # interface location in <include/asm-arm/arch-omap/tps65010.h>
  83. # and having mostly OMAP-specific board support
  84. config TPS65010
  85. tristate "TPS6501x Power Management chips"
  86. depends on ARCH_OMAP
  87. default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
  88. help
  89. If you say yes here you get support for the TPS6501x series of
  90. Power Management chips. These include voltage regulators,
  91. lithium ion/polymer battery charging, and other features that
  92. are often used in portable devices like cell phones and cameras.
  93. This driver can also be built as a module. If so, the module
  94. will be called tps65010.
  95. config SENSORS_M41T00
  96. tristate "ST M41T00 RTC chip (DEPRECATED)"
  97. depends on PPC32
  98. help
  99. If you say yes here you get support for the ST M41T00 RTC chip.
  100. This driver can also be built as a module. If so, the module
  101. will be called m41t00.
  102. This driver is deprecated and will be dropped soon. Use
  103. rtc-ds1307 or rtc-m41t80 instead.
  104. config SENSORS_MAX6875
  105. tristate "Maxim MAX6875 Power supply supervisor"
  106. depends on EXPERIMENTAL
  107. help
  108. If you say yes here you get support for the Maxim MAX6875
  109. EEPROM-programmable, quad power-supply sequencer/supervisor.
  110. This provides an interface to program the EEPROM and reset the chip.
  111. This driver also supports the Maxim MAX6874 hex power-supply
  112. sequencer/supervisor if found at a compatible address.
  113. This driver can also be built as a module. If so, the module
  114. will be called max6875.
  115. config SENSORS_TSL2550
  116. tristate "Taos TSL2550 ambient light sensor"
  117. depends on EXPERIMENTAL
  118. help
  119. If you say yes here you get support for the Taos TSL2550
  120. ambient light sensor.
  121. This driver can also be built as a module. If so, the module
  122. will be called tsl2550.
  123. config MENELAUS
  124. bool "TWL92330/Menelaus PM chip"
  125. depends on I2C=y && ARCH_OMAP24XX
  126. help
  127. If you say yes here you get support for the Texas Instruments
  128. TWL92330/Menelaus Power Management chip. This include voltage
  129. regulators, Dual slot memory card tranceivers, real-time clock
  130. and other features that are often used in portable devices like
  131. cell phones and PDAs.
  132. endmenu