Kconfig 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. config TPS65010
  73. tristate "TPS6501x Power Management chips"
  74. default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
  75. help
  76. If you say yes here you get support for the TPS6501x series of
  77. Power Management chips. These include voltage regulators,
  78. lithium ion/polymer battery charging, and other features that
  79. are often used in portable devices like cell phones and cameras.
  80. This driver can also be built as a module. If so, the module
  81. will be called tps65010.
  82. config SENSORS_MAX6875
  83. tristate "Maxim MAX6875 Power supply supervisor"
  84. depends on EXPERIMENTAL
  85. help
  86. If you say yes here you get support for the Maxim MAX6875
  87. EEPROM-programmable, quad power-supply sequencer/supervisor.
  88. This provides an interface to program the EEPROM and reset the chip.
  89. This driver also supports the Maxim MAX6874 hex power-supply
  90. sequencer/supervisor if found at a compatible address.
  91. This driver can also be built as a module. If so, the module
  92. will be called max6875.
  93. config SENSORS_TSL2550
  94. tristate "Taos TSL2550 ambient light sensor"
  95. depends on EXPERIMENTAL
  96. help
  97. If you say yes here you get support for the Taos TSL2550
  98. ambient light sensor.
  99. This driver can also be built as a module. If so, the module
  100. will be called tsl2550.
  101. config MENELAUS
  102. bool "TWL92330/Menelaus PM chip"
  103. depends on I2C=y && ARCH_OMAP24XX
  104. help
  105. If you say yes here you get support for the Texas Instruments
  106. TWL92330/Menelaus Power Management chip. This include voltage
  107. regulators, Dual slot memory card tranceivers, real-time clock
  108. and other features that are often used in portable devices like
  109. cell phones and PDAs.
  110. endmenu