xref: /openbmc/linux/drivers/hwmon/pmbus/Kconfig (revision 9514a22866ba1300c7e3f6aab2e558bb30679743)
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
29*9514a228SAlexandru Tachiciconfig SENSORS_ADM1266
30*9514a228SAlexandru Tachici	tristate "Analog Devices ADM1266 Sequencer"
31*9514a228SAlexandru Tachici	help
32*9514a228SAlexandru Tachici	  If you say yes here you get hardware monitoring support for Analog
33*9514a228SAlexandru Tachici	  Devices ADM1266 Cascadable Super Sequencer.
34*9514a228SAlexandru Tachici
35*9514a228SAlexandru Tachici	  This driver can also be built as a module. If so, the module will
36*9514a228SAlexandru Tachici	  be called adm1266.
37*9514a228SAlexandru Tachici
389d2ecfb7SGuenter Roeckconfig SENSORS_ADM1275
395cf231a3SGuenter Roeck	tristate "Analog Devices ADM1275 and compatibles"
409d2ecfb7SGuenter Roeck	help
419d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Analog
424ff0ce22SGuenter Roeck	  Devices ADM1075, ADM1272, ADM1275, ADM1276, ADM1278, ADM1293,
434ff0ce22SGuenter Roeck	  and ADM1294 Hot-Swap Controller and Digital Power Monitors.
449d2ecfb7SGuenter Roeck
459d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
469d2ecfb7SGuenter Roeck	  be called adm1275.
479d2ecfb7SGuenter Roeck
48626bb2f3STao Renconfig SENSORS_BEL_PFE
49626bb2f3STao Ren	tristate "Bel PFE Compatible Power Supplies"
50626bb2f3STao Ren	help
51626bb2f3STao Ren	  If you say yes here you get hardware monitoring support for BEL
52626bb2f3STao Ren	  PFE1100 and PFE3000 Power Supplies.
53626bb2f3STao Ren
54626bb2f3STao Ren	  This driver can also be built as a module. If so, the module will
55626bb2f3STao Ren	  be called bel-pfe.
56626bb2f3STao Ren
57f69316d6SEdward A. Jamesconfig SENSORS_IBM_CFFPS
58f69316d6SEdward A. James	tristate "IBM Common Form Factor Power Supply"
59b0076406SArnd Bergmann	depends on LEDS_CLASS
60f69316d6SEdward A. James	help
61f69316d6SEdward A. James	  If you say yes here you get hardware monitoring support for the IBM
62f69316d6SEdward A. James	  Common Form Factor power supply.
63f69316d6SEdward A. James
64f69316d6SEdward A. James	  This driver can also be built as a module. If so, the module will
65f69316d6SEdward A. James	  be called ibm-cffps.
66f69316d6SEdward A. James
67edd2a4d6SJohn Wangconfig SENSORS_INSPUR_IPSPS
68edd2a4d6SJohn Wang	tristate "INSPUR Power System Power Supply"
69edd2a4d6SJohn Wang	help
70edd2a4d6SJohn Wang	  If you say yes here you get hardware monitoring support for the INSPUR
71edd2a4d6SJohn Wang	  Power System power supply.
72edd2a4d6SJohn Wang
73edd2a4d6SJohn Wang	  This driver can also be built as a module. If so, the module will
74edd2a4d6SJohn Wang	  be called inspur-ipsps.
75edd2a4d6SJohn Wang
768991ebd9SSamuel Mendoza-Jonasconfig SENSORS_IR35221
778991ebd9SSamuel Mendoza-Jonas	tristate "Infineon IR35221"
788991ebd9SSamuel Mendoza-Jonas	help
798991ebd9SSamuel Mendoza-Jonas	  If you say yes here you get hardware monitoring support for the
808991ebd9SSamuel Mendoza-Jonas	  Infineon IR35221 controller.
818991ebd9SSamuel Mendoza-Jonas
828991ebd9SSamuel Mendoza-Jonas	  This driver can also be built as a module. If so, the module will
830d242479STao Ren	  be called ir35221.
848991ebd9SSamuel Mendoza-Jonas
8500669d19SMaxim Sloykoconfig SENSORS_IR38064
8600669d19SMaxim Sloyko	tristate "Infineon IR38064"
8700669d19SMaxim Sloyko	help
8800669d19SMaxim Sloyko	  If you say yes here you get hardware monitoring support for Infineon
8900669d19SMaxim Sloyko	  IR38064.
9000669d19SMaxim Sloyko
9100669d19SMaxim Sloyko	  This driver can also be built as a module. If so, the module will
9200669d19SMaxim Sloyko	  be called ir38064.
9300669d19SMaxim Sloyko
949158411bSRobert Hancockconfig SENSORS_IRPS5401
959158411bSRobert Hancock	tristate "Infineon IRPS5401"
969158411bSRobert Hancock	help
979158411bSRobert Hancock	  If you say yes here you get hardware monitoring support for the
989158411bSRobert Hancock	  Infineon IRPS5401 controller.
999158411bSRobert Hancock
1009158411bSRobert Hancock	  This driver can also be built as a module. If so, the module will
1019158411bSRobert Hancock	  be called irps5401.
1029158411bSRobert Hancock
103038a9c3dSMaxim Sloykoconfig SENSORS_ISL68137
104f621d61fSGrant Peltier	tristate "Renesas Digital Multiphase Voltage Regulators"
105038a9c3dSMaxim Sloyko	help
106f621d61fSGrant Peltier	  If you say yes here you get hardware monitoring support for Renesas
107f621d61fSGrant Peltier	  digital multiphase voltage regulators.
108038a9c3dSMaxim Sloyko
109038a9c3dSMaxim Sloyko	  This driver can also be built as a module. If so, the module will
110038a9c3dSMaxim Sloyko	  be called isl68137.
111038a9c3dSMaxim Sloyko
11203e9bd8dSGuenter Roeckconfig SENSORS_LM25066
11303e9bd8dSGuenter Roeck	tristate "National Semiconductor LM25066 and compatibles"
11403e9bd8dSGuenter Roeck	help
11503e9bd8dSGuenter Roeck	  If you say yes here you get hardware monitoring support for National
11658615a94SGuenter Roeck	  Semiconductor LM25056, LM25066, LM5064, and LM5066.
11703e9bd8dSGuenter Roeck
11803e9bd8dSGuenter Roeck	  This driver can also be built as a module. If so, the module will
11903e9bd8dSGuenter Roeck	  be called lm25066.
12003e9bd8dSGuenter Roeck
121c3ff9a67SGuenter Roeckconfig SENSORS_LTC2978
12277aa3585SAlan Tull	tristate "Linear Technologies LTC2978 and compatibles"
123c3ff9a67SGuenter Roeck	help
124c3ff9a67SGuenter Roeck	  If you say yes here you get hardware monitoring support for Linear
125ee44fafbSMike Jones	  Technology LTC2972, LTC2974, LTC2975, LTC2977, LTC2978, LTC2979,
126ee44fafbSMike Jones	  LTC2980, and LTM2987.
127c3ff9a67SGuenter Roeck
128c3ff9a67SGuenter Roeck	  This driver can also be built as a module. If so, the module will
129c3ff9a67SGuenter Roeck	  be called ltc2978.
130c3ff9a67SGuenter Roeck
13177aa3585SAlan Tullconfig SENSORS_LTC2978_REGULATOR
1326341e62bSChristoph Jaeger	bool "Regulator support for LTC2978 and compatibles"
13377aa3585SAlan Tull	depends on SENSORS_LTC2978 && REGULATOR
13477aa3585SAlan Tull	help
135ee44fafbSMike Jones	  If you say yes here you get regulator support for Linear Technology
136ee44fafbSMike Jones	  LTC3880, LTC3883, LTC3884, LTC3886, LTC3887, LTC3889, LTC7880,
137ee44fafbSMike Jones	  LTM4644, LTM4675, LTM4676, LTM4677, LTM4678, LTM4680, LTM4686,
138ee44fafbSMike Jones	  and LTM4700.
13977aa3585SAlan Tull
1408d28cd1bSGuenter Roeckconfig SENSORS_LTC3815
1418d28cd1bSGuenter Roeck	tristate "Linear Technologies LTC3815"
1428d28cd1bSGuenter Roeck	help
1438d28cd1bSGuenter Roeck	  If you say yes here you get hardware monitoring support for Linear
1448d28cd1bSGuenter Roeck	  Technology LTC3815.
1458d28cd1bSGuenter Roeck
1468d28cd1bSGuenter Roeck	  This driver can also be built as a module. If so, the module will
1478d28cd1bSGuenter Roeck	  be called ltc3815.
1488d28cd1bSGuenter Roeck
1499d2ecfb7SGuenter Roeckconfig SENSORS_MAX16064
1509d2ecfb7SGuenter Roeck	tristate "Maxim MAX16064"
1519d2ecfb7SGuenter Roeck	help
1529d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1539d2ecfb7SGuenter Roeck	  MAX16064.
1549d2ecfb7SGuenter Roeck
1559d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
1569d2ecfb7SGuenter Roeck	  be called max16064.
1579d2ecfb7SGuenter Roeck
1582138f885SGuenter Roeckconfig SENSORS_MAX16601
1592138f885SGuenter Roeck	tristate "Maxim MAX16601"
1602138f885SGuenter Roeck	help
1612138f885SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1622138f885SGuenter Roeck	  MAX16601.
1632138f885SGuenter Roeck
1642138f885SGuenter Roeck	  This driver can also be built as a module. If so, the module will
1652138f885SGuenter Roeck	  be called max16601.
1662138f885SGuenter Roeck
167cce20958SGuenter Roeckconfig SENSORS_MAX20730
1685c9353f5SUgur Usug	tristate "Maxim MAX20710, MAX20730, MAX20734, MAX20743"
169cce20958SGuenter Roeck	help
170cce20958SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1715c9353f5SUgur Usug	  MAX20710, MAX20730, MAX20734, and MAX20743.
172cce20958SGuenter Roeck
173cce20958SGuenter Roeck	  This driver can also be built as a module. If so, the module will
174cce20958SGuenter Roeck	  be called max20730.
175cce20958SGuenter Roeck
1761f61cab8SGuenter Roeckconfig SENSORS_MAX20751
1771f61cab8SGuenter Roeck	tristate "Maxim MAX20751"
1781f61cab8SGuenter Roeck	help
1791f61cab8SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1801f61cab8SGuenter Roeck	  MAX20751.
1811f61cab8SGuenter Roeck
1821f61cab8SGuenter Roeck	  This driver can also be built as a module. If so, the module will
1831f61cab8SGuenter Roeck	  be called max20751.
1841f61cab8SGuenter Roeck
1854d420a6aSAndrew Jefferyconfig SENSORS_MAX31785
1864d420a6aSAndrew Jeffery	tristate "Maxim MAX31785 and compatibles"
1874d420a6aSAndrew Jeffery	help
1884d420a6aSAndrew Jeffery	  If you say yes here you get hardware monitoring support for Maxim
1894d420a6aSAndrew Jeffery	  MAX31785.
1904d420a6aSAndrew Jeffery
1914d420a6aSAndrew Jeffery	  This driver can also be built as a module. If so, the module will
1924d420a6aSAndrew Jeffery	  be called max31785.
1934d420a6aSAndrew Jeffery
1949d2ecfb7SGuenter Roeckconfig SENSORS_MAX34440
195590defe5SGuenter Roeck	tristate "Maxim MAX34440 and compatibles"
1969d2ecfb7SGuenter Roeck	help
1979d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1987a001dbaSKun Yi	  MAX34440, MAX34441, MAX34446, MAX34451, MAX34460, and MAX34461.
1999d2ecfb7SGuenter Roeck
2009d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2019d2ecfb7SGuenter Roeck	  be called max34440.
2029d2ecfb7SGuenter Roeck
2039d2ecfb7SGuenter Roeckconfig SENSORS_MAX8688
2049d2ecfb7SGuenter Roeck	tristate "Maxim MAX8688"
2059d2ecfb7SGuenter Roeck	help
2069d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
2079d2ecfb7SGuenter Roeck	  MAX8688.
2089d2ecfb7SGuenter Roeck
2099d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2109d2ecfb7SGuenter Roeck	  be called max8688.
2119d2ecfb7SGuenter Roeck
212344757baSVijay Khemkaconfig SENSORS_PXE1610
213344757baSVijay Khemka	tristate "Infineon PXE1610"
214344757baSVijay Khemka	help
215344757baSVijay Khemka	  If you say yes here you get hardware monitoring support for Infineon
216344757baSVijay Khemka	  PXE1610.
217344757baSVijay Khemka
218344757baSVijay Khemka	  This driver can also be built as a module. If so, the module will
219344757baSVijay Khemka	  be called pxe1610.
220344757baSVijay Khemka
221a8bfecebSZhu, Richard \(NSN - CN/Beijing\)config SENSORS_TPS40422
222a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	tristate "TI TPS40422"
223a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	help
224a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  If you say yes here you get hardware monitoring support for TI
225a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  TPS40422.
226a8bfecebSZhu, Richard \(NSN - CN/Beijing\)
227a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  This driver can also be built as a module. If so, the module will
228a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  be called tps40422.
229a8bfecebSZhu, Richard \(NSN - CN/Beijing\)
23061052652SVadim Pasternakconfig SENSORS_TPS53679
2316f944004SGuenter Roeck	tristate "TI TPS53647, TPS53667, TPS53679, TPS53681, TPS53688"
23261052652SVadim Pasternak	help
23361052652SVadim Pasternak	  If you say yes here you get hardware monitoring support for TI
2346f944004SGuenter Roeck	  TPS53647, TPS53667, TPS53679, TPS53681, and TPS53688.
23561052652SVadim Pasternak
23661052652SVadim Pasternak	  This driver can also be built as a module. If so, the module will
23761052652SVadim Pasternak	  be called tps53679.
23861052652SVadim Pasternak
2399d2ecfb7SGuenter Roeckconfig SENSORS_UCD9000
240a470f11cSJim Wright	tristate "TI UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910"
2419d2ecfb7SGuenter Roeck	help
2429d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for TI
243a470f11cSJim Wright	  UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910, Sequencer
244a470f11cSJim Wright	  and System Health Controllers.
2459d2ecfb7SGuenter Roeck
2469d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2479d2ecfb7SGuenter Roeck	  be called ucd9000.
2489d2ecfb7SGuenter Roeck
2499d2ecfb7SGuenter Roeckconfig SENSORS_UCD9200
2509d2ecfb7SGuenter Roeck	tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
2519d2ecfb7SGuenter Roeck	help
2529d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for TI
2539d2ecfb7SGuenter Roeck	  UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
2549d2ecfb7SGuenter Roeck	  Digital PWM System Controllers.
2559d2ecfb7SGuenter Roeck
2569d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2579d2ecfb7SGuenter Roeck	  be called ucd9200.
2589d2ecfb7SGuenter Roeck
259aaafb7c8SVadim Pasternakconfig SENSORS_XDPE122
260aaafb7c8SVadim Pasternak	tristate "Infineon XDPE122 family"
261aaafb7c8SVadim Pasternak	help
262aaafb7c8SVadim Pasternak	  If you say yes here you get hardware monitoring support for Infineon
263aaafb7c8SVadim Pasternak	  XDPE12254, XDPE12284, device.
264aaafb7c8SVadim Pasternak
265aaafb7c8SVadim Pasternak	  This driver can also be built as a module. If so, the module will
266aaafb7c8SVadim Pasternak	  be called xdpe12284.
267aaafb7c8SVadim Pasternak
268200855e5SGuenter Roeckconfig SENSORS_ZL6100
269200855e5SGuenter Roeck	tristate "Intersil ZL6100 and compatibles"
270200855e5SGuenter Roeck	help
271200855e5SGuenter Roeck	  If you say yes here you get hardware monitoring support for Intersil
2723360a106SGuenter Roeck	  ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105,
2733360a106SGuenter Roeck	  ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for
2743360a106SGuenter Roeck	  Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464.
275200855e5SGuenter Roeck
276200855e5SGuenter Roeck	  This driver can also be built as a module. If so, the module will
277200855e5SGuenter Roeck	  be called zl6100.
278200855e5SGuenter Roeck
2799d2ecfb7SGuenter Roeckendif # PMBUS
280