Kconfig 4.2 KB

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