Kconfig 3.9 KB

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