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