Kconfig 4.0 KB

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