Kconfig 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. #
  2. # PMBus chip drivers configuration
  3. #
  4. menuconfig PMBUS
  5. tristate "PMBus support"
  6. depends on I2C
  7. default n
  8. help
  9. Say yes here if you want to enable PMBus support.
  10. This driver can also be built as a module. If so, the module will
  11. be called pmbus_core.
  12. if PMBUS
  13. config SENSORS_PMBUS
  14. tristate "Generic PMBus devices"
  15. default y
  16. help
  17. If you say yes here you get hardware monitoring support for generic
  18. PMBus devices, including but not limited to ADP4000, BMR453, BMR454,
  19. MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012, TPS40400, TPS544B20,
  20. TPS544B25, TPS544C20, TPS544C25, and UDT020.
  21. This driver can also be built as a module. If so, the module will
  22. be called pmbus.
  23. config SENSORS_ADM1275
  24. tristate "Analog Devices ADM1275 and compatibles"
  25. default n
  26. help
  27. If you say yes here you get hardware monitoring support for Analog
  28. Devices ADM1075, ADM1275, ADM1276, ADM1293, and ADM1294 Hot-Swap
  29. Controller and Digital Power Monitors.
  30. This driver can also be built as a module. If so, the module will
  31. be called adm1275.
  32. config SENSORS_LM25066
  33. tristate "National Semiconductor LM25066 and compatibles"
  34. default n
  35. help
  36. If you say yes here you get hardware monitoring support for National
  37. Semiconductor LM25056, LM25066, LM5064, and LM5066.
  38. This driver can also be built as a module. If so, the module will
  39. be called lm25066.
  40. config SENSORS_LTC2978
  41. tristate "Linear Technologies LTC2978 and compatibles"
  42. default n
  43. help
  44. If you say yes here you get hardware monitoring support for Linear
  45. Technology LTC2974, LTC2975, LTC2977, LTC2978, LTC2980, LTC3880,
  46. LTC3883, LTC3886, LTC3887, LTCM2987, LTM4675, and LTM4676.
  47. This driver can also be built as a module. If so, the module will
  48. be called ltc2978.
  49. config SENSORS_LTC2978_REGULATOR
  50. bool "Regulator support for LTC2978 and compatibles"
  51. depends on SENSORS_LTC2978 && REGULATOR
  52. help
  53. If you say yes here you get regulator support for Linear
  54. Technology LTC2974, LTC2977, LTC2978, LTC3880, LTC3883, and LTM4676.
  55. config SENSORS_MAX16064
  56. tristate "Maxim MAX16064"
  57. default n
  58. help
  59. If you say yes here you get hardware monitoring support for Maxim
  60. MAX16064.
  61. This driver can also be built as a module. If so, the module will
  62. be called max16064.
  63. config SENSORS_MAX20751
  64. tristate "Maxim MAX20751"
  65. default n
  66. help
  67. If you say yes here you get hardware monitoring support for Maxim
  68. MAX20751.
  69. This driver can also be built as a module. If so, the module will
  70. be called max20751.
  71. config SENSORS_MAX34440
  72. tristate "Maxim MAX34440 and compatibles"
  73. default n
  74. help
  75. If you say yes here you get hardware monitoring support for Maxim
  76. MAX34440, MAX34441, MAX34446, MAX34460, and MAX34461.
  77. This driver can also be built as a module. If so, the module will
  78. be called max34440.
  79. config SENSORS_MAX8688
  80. tristate "Maxim MAX8688"
  81. default n
  82. help
  83. If you say yes here you get hardware monitoring support for Maxim
  84. MAX8688.
  85. This driver can also be built as a module. If so, the module will
  86. be called max8688.
  87. config SENSORS_TPS40422
  88. tristate "TI TPS40422"
  89. default n
  90. help
  91. If you say yes here you get hardware monitoring support for TI
  92. TPS40422.
  93. This driver can also be built as a module. If so, the module will
  94. be called tps40422.
  95. config SENSORS_UCD9000
  96. tristate "TI UCD90120, UCD90124, UCD9090, UCD90910"
  97. default n
  98. help
  99. If you say yes here you get hardware monitoring support for TI
  100. UCD90120, UCD90124, UCD9090, UCD90910 Sequencer and System Health
  101. Controllers.
  102. This driver can also be built as a module. If so, the module will
  103. be called ucd9000.
  104. config SENSORS_UCD9200
  105. tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
  106. default n
  107. help
  108. If you say yes here you get hardware monitoring support for TI
  109. UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
  110. Digital PWM System Controllers.
  111. This driver can also be built as a module. If so, the module will
  112. be called ucd9200.
  113. config SENSORS_ZL6100
  114. tristate "Intersil ZL6100 and compatibles"
  115. default n
  116. help
  117. If you say yes here you get hardware monitoring support for Intersil
  118. ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105,
  119. ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for
  120. Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464.
  121. This driver can also be built as a module. If so, the module will
  122. be called zl6100.
  123. endif # PMBUS