Kconfig 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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, ADM1272, ADM1275, ADM1276, ADM1278, ADM1293,
  29. and ADM1294 Hot-Swap 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_IBM_CFFPS
  33. tristate "IBM Common Form Factor Power Supply"
  34. depends on LEDS_CLASS
  35. help
  36. If you say yes here you get hardware monitoring support for the IBM
  37. Common Form Factor power supply.
  38. This driver can also be built as a module. If so, the module will
  39. be called ibm-cffps.
  40. config SENSORS_IR35221
  41. tristate "Infineon IR35221"
  42. default n
  43. help
  44. If you say yes here you get hardware monitoring support for the
  45. Infineon IR35221 controller.
  46. This driver can also be built as a module. If so, the module will
  47. be called ir35521.
  48. config SENSORS_LM25066
  49. tristate "National Semiconductor LM25066 and compatibles"
  50. default n
  51. help
  52. If you say yes here you get hardware monitoring support for National
  53. Semiconductor LM25056, LM25066, LM5064, and LM5066.
  54. This driver can also be built as a module. If so, the module will
  55. be called lm25066.
  56. config SENSORS_LTC2978
  57. tristate "Linear Technologies LTC2978 and compatibles"
  58. default n
  59. help
  60. If you say yes here you get hardware monitoring support for Linear
  61. Technology LTC2974, LTC2975, LTC2977, LTC2978, LTC2980, LTC3880,
  62. LTC3883, LTC3886, LTC3887, LTCM2987, LTM4675, and LTM4676.
  63. This driver can also be built as a module. If so, the module will
  64. be called ltc2978.
  65. config SENSORS_LTC2978_REGULATOR
  66. bool "Regulator support for LTC2978 and compatibles"
  67. depends on SENSORS_LTC2978 && REGULATOR
  68. help
  69. If you say yes here you get regulator support for Linear
  70. Technology LTC2974, LTC2977, LTC2978, LTC3880, LTC3883, and LTM4676.
  71. config SENSORS_LTC3815
  72. tristate "Linear Technologies LTC3815"
  73. default n
  74. help
  75. If you say yes here you get hardware monitoring support for Linear
  76. Technology LTC3815.
  77. This driver can also be built as a module. If so, the module will
  78. be called ltc3815.
  79. config SENSORS_MAX16064
  80. tristate "Maxim MAX16064"
  81. default n
  82. help
  83. If you say yes here you get hardware monitoring support for Maxim
  84. MAX16064.
  85. This driver can also be built as a module. If so, the module will
  86. be called max16064.
  87. config SENSORS_MAX20751
  88. tristate "Maxim MAX20751"
  89. default n
  90. help
  91. If you say yes here you get hardware monitoring support for Maxim
  92. MAX20751.
  93. This driver can also be built as a module. If so, the module will
  94. be called max20751.
  95. config SENSORS_MAX31785
  96. tristate "Maxim MAX31785 and compatibles"
  97. default n
  98. help
  99. If you say yes here you get hardware monitoring support for Maxim
  100. MAX31785.
  101. This driver can also be built as a module. If so, the module will
  102. be called max31785.
  103. config SENSORS_MAX34440
  104. tristate "Maxim MAX34440 and compatibles"
  105. default n
  106. help
  107. If you say yes here you get hardware monitoring support for Maxim
  108. MAX34440, MAX34441, MAX34446, MAX34451, MAX34460, and MAX34461.
  109. This driver can also be built as a module. If so, the module will
  110. be called max34440.
  111. config SENSORS_MAX8688
  112. tristate "Maxim MAX8688"
  113. default n
  114. help
  115. If you say yes here you get hardware monitoring support for Maxim
  116. MAX8688.
  117. This driver can also be built as a module. If so, the module will
  118. be called max8688.
  119. config SENSORS_TPS40422
  120. tristate "TI TPS40422"
  121. default n
  122. help
  123. If you say yes here you get hardware monitoring support for TI
  124. TPS40422.
  125. This driver can also be built as a module. If so, the module will
  126. be called tps40422.
  127. config SENSORS_TPS53679
  128. tristate "TI TPS53679"
  129. help
  130. If you say yes here you get hardware monitoring support for TI
  131. TPS53679.
  132. This driver can also be built as a module. If so, the module will
  133. be called tps53679.
  134. config SENSORS_UCD9000
  135. tristate "TI UCD90120, UCD90124, UCD90160, UCD9090, UCD90910"
  136. default n
  137. help
  138. If you say yes here you get hardware monitoring support for TI
  139. UCD90120, UCD90124, UCD90160, UCD9090, UCD90910, Sequencer and System
  140. Health Controllers.
  141. This driver can also be built as a module. If so, the module will
  142. be called ucd9000.
  143. config SENSORS_UCD9200
  144. tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
  145. default n
  146. help
  147. If you say yes here you get hardware monitoring support for TI
  148. UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
  149. Digital PWM System Controllers.
  150. This driver can also be built as a module. If so, the module will
  151. be called ucd9200.
  152. config SENSORS_ZL6100
  153. tristate "Intersil ZL6100 and compatibles"
  154. default n
  155. help
  156. If you say yes here you get hardware monitoring support for Intersil
  157. ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105,
  158. ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for
  159. Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464.
  160. This driver can also be built as a module. If so, the module will
  161. be called zl6100.
  162. endif # PMBUS