xref: /openbmc/linux/drivers/hwmon/pmbus/Kconfig (revision 66102281)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
29d2ecfb7SGuenter Roeck#
39d2ecfb7SGuenter Roeck# PMBus chip drivers configuration
49d2ecfb7SGuenter Roeck#
59d2ecfb7SGuenter Roeck
69d2ecfb7SGuenter Roeckmenuconfig PMBUS
79d2ecfb7SGuenter Roeck	tristate "PMBus support"
8f2bab3ebSKees Cook	depends on I2C
99d2ecfb7SGuenter Roeck	help
109d2ecfb7SGuenter Roeck	  Say yes here if you want to enable PMBus support.
119d2ecfb7SGuenter Roeck
129d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
139d2ecfb7SGuenter Roeck	  be called pmbus_core.
149d2ecfb7SGuenter Roeck
159d2ecfb7SGuenter Roeckif PMBUS
169d2ecfb7SGuenter Roeck
179d2ecfb7SGuenter Roeckconfig SENSORS_PMBUS
189d2ecfb7SGuenter Roeck	tristate "Generic PMBus devices"
199d2ecfb7SGuenter Roeck	default y
209d2ecfb7SGuenter Roeck	help
219d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for generic
22443830f6SGuenter Roeck	  PMBus devices, including but not limited to ADP4000, BMR453, BMR454,
231a1ea120SGuenter Roeck	  MAX20796, MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012, TPS40400,
241a1ea120SGuenter Roeck	  TPS544B20, TPS544B25, TPS544C20, TPS544C25, and UDT020.
259d2ecfb7SGuenter Roeck
269d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
279d2ecfb7SGuenter Roeck	  be called pmbus.
289d2ecfb7SGuenter Roeck
299514a228SAlexandru Tachiciconfig SENSORS_ADM1266
309514a228SAlexandru Tachici	tristate "Analog Devices ADM1266 Sequencer"
31407dc802SAlexandru Tachici	select CRC8
32d98dfad3SAlexandru Tachici	depends on GPIOLIB
339514a228SAlexandru Tachici	help
349514a228SAlexandru Tachici	  If you say yes here you get hardware monitoring support for Analog
359514a228SAlexandru Tachici	  Devices ADM1266 Cascadable Super Sequencer.
369514a228SAlexandru Tachici
379514a228SAlexandru Tachici	  This driver can also be built as a module. If so, the module will
389514a228SAlexandru Tachici	  be called adm1266.
399514a228SAlexandru Tachici
409d2ecfb7SGuenter Roeckconfig SENSORS_ADM1275
415cf231a3SGuenter Roeck	tristate "Analog Devices ADM1275 and compatibles"
429d2ecfb7SGuenter Roeck	help
439d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Analog
444ff0ce22SGuenter Roeck	  Devices ADM1075, ADM1272, ADM1275, ADM1276, ADM1278, ADM1293,
454ff0ce22SGuenter Roeck	  and ADM1294 Hot-Swap Controller and Digital Power Monitors.
469d2ecfb7SGuenter Roeck
479d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
489d2ecfb7SGuenter Roeck	  be called adm1275.
499d2ecfb7SGuenter Roeck
50626bb2f3STao Renconfig SENSORS_BEL_PFE
51626bb2f3STao Ren	tristate "Bel PFE Compatible Power Supplies"
52626bb2f3STao Ren	help
53626bb2f3STao Ren	  If you say yes here you get hardware monitoring support for BEL
54626bb2f3STao Ren	  PFE1100 and PFE3000 Power Supplies.
55626bb2f3STao Ren
56626bb2f3STao Ren	  This driver can also be built as a module. If so, the module will
57626bb2f3STao Ren	  be called bel-pfe.
58626bb2f3STao Ren
59f69316d6SEdward A. Jamesconfig SENSORS_IBM_CFFPS
60f69316d6SEdward A. James	tristate "IBM Common Form Factor Power Supply"
61b0076406SArnd Bergmann	depends on LEDS_CLASS
62f69316d6SEdward A. James	help
63f69316d6SEdward A. James	  If you say yes here you get hardware monitoring support for the IBM
64f69316d6SEdward A. James	  Common Form Factor power supply.
65f69316d6SEdward A. James
66f69316d6SEdward A. James	  This driver can also be built as a module. If so, the module will
67f69316d6SEdward A. James	  be called ibm-cffps.
68f69316d6SEdward A. James
69edd2a4d6SJohn Wangconfig SENSORS_INSPUR_IPSPS
70edd2a4d6SJohn Wang	tristate "INSPUR Power System Power Supply"
71edd2a4d6SJohn Wang	help
72edd2a4d6SJohn Wang	  If you say yes here you get hardware monitoring support for the INSPUR
73edd2a4d6SJohn Wang	  Power System power supply.
74edd2a4d6SJohn Wang
75edd2a4d6SJohn Wang	  This driver can also be built as a module. If so, the module will
76edd2a4d6SJohn Wang	  be called inspur-ipsps.
77edd2a4d6SJohn Wang
788991ebd9SSamuel Mendoza-Jonasconfig SENSORS_IR35221
798991ebd9SSamuel Mendoza-Jonas	tristate "Infineon IR35221"
808991ebd9SSamuel Mendoza-Jonas	help
818991ebd9SSamuel Mendoza-Jonas	  If you say yes here you get hardware monitoring support for the
828991ebd9SSamuel Mendoza-Jonas	  Infineon IR35221 controller.
838991ebd9SSamuel Mendoza-Jonas
848991ebd9SSamuel Mendoza-Jonas	  This driver can also be built as a module. If so, the module will
850d242479STao Ren	  be called ir35221.
868991ebd9SSamuel Mendoza-Jonas
8700669d19SMaxim Sloykoconfig SENSORS_IR38064
8800669d19SMaxim Sloyko	tristate "Infineon IR38064"
8900669d19SMaxim Sloyko	help
9000669d19SMaxim Sloyko	  If you say yes here you get hardware monitoring support for Infineon
9100669d19SMaxim Sloyko	  IR38064.
9200669d19SMaxim Sloyko
9300669d19SMaxim Sloyko	  This driver can also be built as a module. If so, the module will
9400669d19SMaxim Sloyko	  be called ir38064.
9500669d19SMaxim Sloyko
969158411bSRobert Hancockconfig SENSORS_IRPS5401
979158411bSRobert Hancock	tristate "Infineon IRPS5401"
989158411bSRobert Hancock	help
999158411bSRobert Hancock	  If you say yes here you get hardware monitoring support for the
1009158411bSRobert Hancock	  Infineon IRPS5401 controller.
1019158411bSRobert Hancock
1029158411bSRobert Hancock	  This driver can also be built as a module. If so, the module will
1039158411bSRobert Hancock	  be called irps5401.
1049158411bSRobert Hancock
105038a9c3dSMaxim Sloykoconfig SENSORS_ISL68137
106f621d61fSGrant Peltier	tristate "Renesas Digital Multiphase Voltage Regulators"
107038a9c3dSMaxim Sloyko	help
108f621d61fSGrant Peltier	  If you say yes here you get hardware monitoring support for Renesas
109f621d61fSGrant Peltier	  digital multiphase voltage regulators.
110038a9c3dSMaxim Sloyko
111038a9c3dSMaxim Sloyko	  This driver can also be built as a module. If so, the module will
112038a9c3dSMaxim Sloyko	  be called isl68137.
113038a9c3dSMaxim Sloyko
11403e9bd8dSGuenter Roeckconfig SENSORS_LM25066
11503e9bd8dSGuenter Roeck	tristate "National Semiconductor LM25066 and compatibles"
11603e9bd8dSGuenter Roeck	help
11703e9bd8dSGuenter Roeck	  If you say yes here you get hardware monitoring support for National
11858615a94SGuenter Roeck	  Semiconductor LM25056, LM25066, LM5064, and LM5066.
11903e9bd8dSGuenter Roeck
12003e9bd8dSGuenter Roeck	  This driver can also be built as a module. If so, the module will
12103e9bd8dSGuenter Roeck	  be called lm25066.
12203e9bd8dSGuenter Roeck
123c3ff9a67SGuenter Roeckconfig SENSORS_LTC2978
12477aa3585SAlan Tull	tristate "Linear Technologies LTC2978 and compatibles"
125c3ff9a67SGuenter Roeck	help
126c3ff9a67SGuenter Roeck	  If you say yes here you get hardware monitoring support for Linear
127ee44fafbSMike Jones	  Technology LTC2972, LTC2974, LTC2975, LTC2977, LTC2978, LTC2979,
128ee44fafbSMike Jones	  LTC2980, and LTM2987.
129c3ff9a67SGuenter Roeck
130c3ff9a67SGuenter Roeck	  This driver can also be built as a module. If so, the module will
131c3ff9a67SGuenter Roeck	  be called ltc2978.
132c3ff9a67SGuenter Roeck
13377aa3585SAlan Tullconfig SENSORS_LTC2978_REGULATOR
1346341e62bSChristoph Jaeger	bool "Regulator support for LTC2978 and compatibles"
13577aa3585SAlan Tull	depends on SENSORS_LTC2978 && REGULATOR
13677aa3585SAlan Tull	help
137ee44fafbSMike Jones	  If you say yes here you get regulator support for Linear Technology
138ee44fafbSMike Jones	  LTC3880, LTC3883, LTC3884, LTC3886, LTC3887, LTC3889, LTC7880,
139ee44fafbSMike Jones	  LTM4644, LTM4675, LTM4676, LTM4677, LTM4678, LTM4680, LTM4686,
140ee44fafbSMike Jones	  and LTM4700.
14177aa3585SAlan Tull
1428d28cd1bSGuenter Roeckconfig SENSORS_LTC3815
1438d28cd1bSGuenter Roeck	tristate "Linear Technologies LTC3815"
1448d28cd1bSGuenter Roeck	help
1458d28cd1bSGuenter Roeck	  If you say yes here you get hardware monitoring support for Linear
1468d28cd1bSGuenter Roeck	  Technology LTC3815.
1478d28cd1bSGuenter Roeck
1488d28cd1bSGuenter Roeck	  This driver can also be built as a module. If so, the module will
1498d28cd1bSGuenter Roeck	  be called ltc3815.
1508d28cd1bSGuenter Roeck
1519d2ecfb7SGuenter Roeckconfig SENSORS_MAX16064
1529d2ecfb7SGuenter Roeck	tristate "Maxim MAX16064"
1539d2ecfb7SGuenter Roeck	help
1549d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1559d2ecfb7SGuenter Roeck	  MAX16064.
1569d2ecfb7SGuenter Roeck
1579d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
1589d2ecfb7SGuenter Roeck	  be called max16064.
1599d2ecfb7SGuenter Roeck
1602138f885SGuenter Roeckconfig SENSORS_MAX16601
161*66102281SGuenter Roeck	tristate "Maxim MAX16508, MAX16601"
1622138f885SGuenter Roeck	help
1632138f885SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
164*66102281SGuenter Roeck	  MAX16508 and MAX16601.
1652138f885SGuenter Roeck
1662138f885SGuenter Roeck	  This driver can also be built as a module. If so, the module will
1672138f885SGuenter Roeck	  be called max16601.
1682138f885SGuenter Roeck
169cce20958SGuenter Roeckconfig SENSORS_MAX20730
1705c9353f5SUgur Usug	tristate "Maxim MAX20710, MAX20730, MAX20734, MAX20743"
171cce20958SGuenter Roeck	help
172cce20958SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1735c9353f5SUgur Usug	  MAX20710, MAX20730, MAX20734, and MAX20743.
174cce20958SGuenter Roeck
175cce20958SGuenter Roeck	  This driver can also be built as a module. If so, the module will
176cce20958SGuenter Roeck	  be called max20730.
177cce20958SGuenter Roeck
1781f61cab8SGuenter Roeckconfig SENSORS_MAX20751
1791f61cab8SGuenter Roeck	tristate "Maxim MAX20751"
1801f61cab8SGuenter Roeck	help
1811f61cab8SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1821f61cab8SGuenter Roeck	  MAX20751.
1831f61cab8SGuenter Roeck
1841f61cab8SGuenter Roeck	  This driver can also be built as a module. If so, the module will
1851f61cab8SGuenter Roeck	  be called max20751.
1861f61cab8SGuenter Roeck
1874d420a6aSAndrew Jefferyconfig SENSORS_MAX31785
1884d420a6aSAndrew Jeffery	tristate "Maxim MAX31785 and compatibles"
1894d420a6aSAndrew Jeffery	help
1904d420a6aSAndrew Jeffery	  If you say yes here you get hardware monitoring support for Maxim
1914d420a6aSAndrew Jeffery	  MAX31785.
1924d420a6aSAndrew Jeffery
1934d420a6aSAndrew Jeffery	  This driver can also be built as a module. If so, the module will
1944d420a6aSAndrew Jeffery	  be called max31785.
1954d420a6aSAndrew Jeffery
1969d2ecfb7SGuenter Roeckconfig SENSORS_MAX34440
197590defe5SGuenter Roeck	tristate "Maxim MAX34440 and compatibles"
1989d2ecfb7SGuenter Roeck	help
1999d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
2007a001dbaSKun Yi	  MAX34440, MAX34441, MAX34446, MAX34451, MAX34460, and MAX34461.
2019d2ecfb7SGuenter Roeck
2029d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2039d2ecfb7SGuenter Roeck	  be called max34440.
2049d2ecfb7SGuenter Roeck
2059d2ecfb7SGuenter Roeckconfig SENSORS_MAX8688
2069d2ecfb7SGuenter Roeck	tristate "Maxim MAX8688"
2079d2ecfb7SGuenter Roeck	help
2089d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
2099d2ecfb7SGuenter Roeck	  MAX8688.
2109d2ecfb7SGuenter Roeck
2119d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2129d2ecfb7SGuenter Roeck	  be called max8688.
2139d2ecfb7SGuenter Roeck
2142c6fcbb2SVadim Pasternakconfig SENSORS_MP2975
2152c6fcbb2SVadim Pasternak	tristate "MPS MP2975"
2162c6fcbb2SVadim Pasternak	help
2172c6fcbb2SVadim Pasternak	  If you say yes here you get hardware monitoring support for MPS
2182c6fcbb2SVadim Pasternak	  MP2975 Dual Loop Digital Multi-Phase Controller.
2192c6fcbb2SVadim Pasternak
2202c6fcbb2SVadim Pasternak	  This driver can also be built as a module. If so, the module will
2212c6fcbb2SVadim Pasternak	  be called mp2975.
2222c6fcbb2SVadim Pasternak
2237537862aSCharlesconfig SENSORS_PM6764TR
2247537862aSCharles	tristate "ST PM6764TR"
2257537862aSCharles	help
2267537862aSCharles	  If you say yes here you get hardware monitoring support for ST
2277537862aSCharles	  PM6764TR.
2287537862aSCharles
2297537862aSCharles	  This driver can also be built as a module. If so, the module will
2307537862aSCharles	  be called pm6764tr.
2317537862aSCharles
232344757baSVijay Khemkaconfig SENSORS_PXE1610
233344757baSVijay Khemka	tristate "Infineon PXE1610"
234344757baSVijay Khemka	help
235344757baSVijay Khemka	  If you say yes here you get hardware monitoring support for Infineon
236344757baSVijay Khemka	  PXE1610.
237344757baSVijay Khemka
238344757baSVijay Khemka	  This driver can also be built as a module. If so, the module will
239344757baSVijay Khemka	  be called pxe1610.
240344757baSVijay Khemka
241d014538aSxiao.maconfig SENSORS_Q54SJ108A2
242d014538aSxiao.ma	tristate "Delta Power Supplies Q54SJ108A2"
243d014538aSxiao.ma	help
244d014538aSxiao.ma	  If you say yes here you get hardware monitoring support for Delta
245d014538aSxiao.ma	  Q54SJ108A2 series Power Supplies.
246d014538aSxiao.ma
247d014538aSxiao.ma	  This driver can also be built as a module. If so, the module will
248d014538aSxiao.ma	  be called q54sj108a2.
249d014538aSxiao.ma
250a8bfecebSZhu, Richard \(NSN - CN/Beijing\)config SENSORS_TPS40422
251a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	tristate "TI TPS40422"
252a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	help
253a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  If you say yes here you get hardware monitoring support for TI
254a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  TPS40422.
255a8bfecebSZhu, Richard \(NSN - CN/Beijing\)
256a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  This driver can also be built as a module. If so, the module will
257a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  be called tps40422.
258a8bfecebSZhu, Richard \(NSN - CN/Beijing\)
25961052652SVadim Pasternakconfig SENSORS_TPS53679
2606f944004SGuenter Roeck	tristate "TI TPS53647, TPS53667, TPS53679, TPS53681, TPS53688"
26161052652SVadim Pasternak	help
26261052652SVadim Pasternak	  If you say yes here you get hardware monitoring support for TI
2636f944004SGuenter Roeck	  TPS53647, TPS53667, TPS53679, TPS53681, and TPS53688.
26461052652SVadim Pasternak
26561052652SVadim Pasternak	  This driver can also be built as a module. If so, the module will
26661052652SVadim Pasternak	  be called tps53679.
26761052652SVadim Pasternak
2689d2ecfb7SGuenter Roeckconfig SENSORS_UCD9000
269a470f11cSJim Wright	tristate "TI UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910"
2709d2ecfb7SGuenter Roeck	help
2719d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for TI
272a470f11cSJim Wright	  UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910, Sequencer
273a470f11cSJim Wright	  and System Health Controllers.
2749d2ecfb7SGuenter Roeck
2759d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2769d2ecfb7SGuenter Roeck	  be called ucd9000.
2779d2ecfb7SGuenter Roeck
2789d2ecfb7SGuenter Roeckconfig SENSORS_UCD9200
2799d2ecfb7SGuenter Roeck	tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
2809d2ecfb7SGuenter Roeck	help
2819d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for TI
2829d2ecfb7SGuenter Roeck	  UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
2839d2ecfb7SGuenter Roeck	  Digital PWM System Controllers.
2849d2ecfb7SGuenter Roeck
2859d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2869d2ecfb7SGuenter Roeck	  be called ucd9200.
2879d2ecfb7SGuenter Roeck
288aaafb7c8SVadim Pasternakconfig SENSORS_XDPE122
289aaafb7c8SVadim Pasternak	tristate "Infineon XDPE122 family"
290aaafb7c8SVadim Pasternak	help
291aaafb7c8SVadim Pasternak	  If you say yes here you get hardware monitoring support for Infineon
292aaafb7c8SVadim Pasternak	  XDPE12254, XDPE12284, device.
293aaafb7c8SVadim Pasternak
294aaafb7c8SVadim Pasternak	  This driver can also be built as a module. If so, the module will
295aaafb7c8SVadim Pasternak	  be called xdpe12284.
296aaafb7c8SVadim Pasternak
297200855e5SGuenter Roeckconfig SENSORS_ZL6100
298200855e5SGuenter Roeck	tristate "Intersil ZL6100 and compatibles"
299200855e5SGuenter Roeck	help
300200855e5SGuenter Roeck	  If you say yes here you get hardware monitoring support for Intersil
3013360a106SGuenter Roeck	  ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105,
3023360a106SGuenter Roeck	  ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for
3033360a106SGuenter Roeck	  Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464.
304200855e5SGuenter Roeck
305200855e5SGuenter Roeck	  This driver can also be built as a module. If so, the module will
306200855e5SGuenter Roeck	  be called zl6100.
307200855e5SGuenter Roeck
3089d2ecfb7SGuenter Roeckendif # PMBUS
309