Kconfig 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. default n
  35. help
  36. If you say yes here you get support for Philips PCF8574 and
  37. PCF8574A chips.
  38. This driver can also be built as a module. If so, the module
  39. will be called pcf8574.
  40. These devices are hard to detect and rarely found on mainstream
  41. hardware. If unsure, say N.
  42. config SENSORS_PCA9539
  43. tristate "Philips PCA9539 16-bit I/O port"
  44. depends on I2C && EXPERIMENTAL
  45. help
  46. If you say yes here you get support for the Philips PCA9539
  47. 16-bit I/O port.
  48. This driver can also be built as a module. If so, the module
  49. will be called pca9539.
  50. config SENSORS_PCF8591
  51. tristate "Philips PCF8591"
  52. depends on I2C && EXPERIMENTAL
  53. default n
  54. help
  55. If you say yes here you get support for Philips PCF8591 chips.
  56. This driver can also be built as a module. If so, the module
  57. will be called pcf8591.
  58. These devices are hard to detect and rarely found on mainstream
  59. hardware. If unsure, say N.
  60. config ISP1301_OMAP
  61. tristate "Philips ISP1301 with OMAP OTG"
  62. depends on I2C && ARCH_OMAP_OTG
  63. help
  64. If you say yes here you get support for the Philips ISP1301
  65. USB-On-The-Go transceiver working with the OMAP OTG controller.
  66. The ISP1301 is used in products including H2 and H3 development
  67. boards for Texas Instruments OMAP processors.
  68. This driver can also be built as a module. If so, the module
  69. will be called isp1301_omap.
  70. # NOTE: This isn't really OMAP-specific, except for the current
  71. # interface location in <include/asm-arm/arch-omap/tps65010.h>
  72. # and having mostly OMAP-specific board support
  73. config TPS65010
  74. tristate "TPS6501x Power Management chips"
  75. depends on I2C && ARCH_OMAP
  76. default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
  77. help
  78. If you say yes here you get support for the TPS6501x series of
  79. Power Management chips. These include voltage regulators,
  80. lithium ion/polymer battery charging, and other features that
  81. are often used in portable devices like cell phones and cameras.
  82. This driver can also be built as a module. If so, the module
  83. will be called tps65010.
  84. config SENSORS_M41T00
  85. tristate "ST M41T00 RTC chip"
  86. depends on I2C && PPC32
  87. help
  88. If you say yes here you get support for the ST M41T00 RTC chip.
  89. This driver can also be built as a module. If so, the module
  90. will be called m41t00.
  91. config SENSORS_MAX6875
  92. tristate "Maxim MAX6875 Power supply supervisor"
  93. depends on I2C && EXPERIMENTAL
  94. help
  95. If you say yes here you get support for the Maxim MAX6875
  96. EEPROM-programmable, quad power-supply sequencer/supervisor.
  97. This provides an interface to program the EEPROM and reset the chip.
  98. This driver also supports the Maxim MAX6874 hex power-supply
  99. sequencer/supervisor if found at a compatible address.
  100. This driver can also be built as a module. If so, the module
  101. will be called max6875.
  102. endmenu