Kconfig 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. #
  2. # Miscellaneous I2C chip drivers configuration
  3. #
  4. config I2C_SENSOR
  5. tristate
  6. default n
  7. menu "Miscellaneous I2C Chip support"
  8. depends on I2C
  9. config SENSORS_DS1337
  10. tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock"
  11. depends on I2C && EXPERIMENTAL
  12. select I2C_SENSOR
  13. help
  14. If you say yes here you get support for Dallas Semiconductor
  15. DS1337 and DS1339 real-time clock chips.
  16. This driver can also be built as a module. If so, the module
  17. will be called ds1337.
  18. config SENSORS_DS1374
  19. tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock"
  20. depends on I2C && EXPERIMENTAL
  21. select I2C_SENSOR
  22. help
  23. If you say yes here you get support for Dallas Semiconductor
  24. DS1374 real-time clock chips.
  25. This driver can also be built as a module. If so, the module
  26. will be called ds1374.
  27. config SENSORS_EEPROM
  28. tristate "EEPROM reader"
  29. depends on I2C && EXPERIMENTAL
  30. select I2C_SENSOR
  31. help
  32. If you say yes here you get read-only access to the EEPROM data
  33. available on modern memory DIMMs and Sony Vaio laptops. Such
  34. EEPROMs could theoretically be available on other devices as well.
  35. This driver can also be built as a module. If so, the module
  36. will be called eeprom.
  37. config SENSORS_PCF8574
  38. tristate "Philips PCF8574 and PCF8574A"
  39. depends on I2C && EXPERIMENTAL
  40. select I2C_SENSOR
  41. help
  42. If you say yes here you get support for Philips PCF8574 and
  43. PCF8574A chips.
  44. This driver can also be built as a module. If so, the module
  45. will be called pcf8574.
  46. config SENSORS_PCA9539
  47. tristate "Philips PCA9539 16-bit I/O port"
  48. depends on I2C && EXPERIMENTAL
  49. help
  50. If you say yes here you get support for the Philips PCA9539
  51. 16-bit I/O port.
  52. This driver can also be built as a module. If so, the module
  53. will be called pca9539.
  54. config SENSORS_PCF8591
  55. tristate "Philips PCF8591"
  56. depends on I2C && EXPERIMENTAL
  57. select I2C_SENSOR
  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. config SENSORS_RTC8564
  63. tristate "Epson 8564 RTC chip"
  64. depends on I2C && EXPERIMENTAL
  65. select I2C_SENSOR
  66. help
  67. If you say yes here you get support for the Epson 8564 RTC chip.
  68. This driver can also be built as a module. If so, the module
  69. will be called i2c-rtc8564.
  70. config ISP1301_OMAP
  71. tristate "Philips ISP1301 with OMAP OTG"
  72. depends on I2C && ARCH_OMAP_OTG
  73. help
  74. If you say yes here you get support for the Philips ISP1301
  75. USB-On-The-Go transceiver working with the OMAP OTG controller.
  76. The ISP1301 is used in products including H2 and H3 development
  77. boards for Texas Instruments OMAP processors.
  78. This driver can also be built as a module. If so, the module
  79. will be called isp1301_omap.
  80. # NOTE: This isn't really OMAP-specific, except for the current
  81. # interface location in <include/asm-arm/arch-omap/tps65010.h>
  82. # and having mostly OMAP-specific board support
  83. config TPS65010
  84. tristate "TPS6501x Power Management chips"
  85. depends on I2C && ARCH_OMAP
  86. default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
  87. help
  88. If you say yes here you get support for the TPS6501x series of
  89. Power Management chips. These include voltage regulators,
  90. lithium ion/polymer battery charging, and other features that
  91. are often used in portable devices like cell phones and cameras.
  92. This driver can also be built as a module. If so, the module
  93. will be called tps65010.
  94. config SENSORS_M41T00
  95. tristate "ST M41T00 RTC chip"
  96. depends on I2C && PPC32
  97. help
  98. If you say yes here you get support for the ST M41T00 RTC chip.
  99. This driver can also be built as a module. If so, the module
  100. will be called m41t00.
  101. config SENSORS_MAX6875
  102. tristate "Maxim MAX6875 Power supply supervisor"
  103. depends on I2C && EXPERIMENTAL
  104. help
  105. If you say yes here you get support for the Maxim MAX6875
  106. EEPROM-programmable, quad power-supply sequencer/supervisor.
  107. This provides an interface to program the EEPROM and reset the chip.
  108. This driver also supports the Maxim MAX6874 hex power-supply
  109. sequencer/supervisor if found at a compatible address.
  110. This driver can also be built as a module. If so, the module
  111. will be called max6875.
  112. endmenu