xref: /openbmc/linux/drivers/hwmon/pmbus/Kconfig (revision d98dfad35c38c037b37c4adc99df01da571031a5)
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
32*d98dfad3SAlexandru 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
1612138f885SGuenter Roeck	tristate "Maxim MAX16601"
1622138f885SGuenter Roeck	help
1632138f885SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1642138f885SGuenter Roeck	  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
214344757baSVijay Khemkaconfig SENSORS_PXE1610
215344757baSVijay Khemka	tristate "Infineon PXE1610"
216344757baSVijay Khemka	help
217344757baSVijay Khemka	  If you say yes here you get hardware monitoring support for Infineon
218344757baSVijay Khemka	  PXE1610.
219344757baSVijay Khemka
220344757baSVijay Khemka	  This driver can also be built as a module. If so, the module will
221344757baSVijay Khemka	  be called pxe1610.
222344757baSVijay Khemka
223a8bfecebSZhu, Richard \(NSN - CN/Beijing\)config SENSORS_TPS40422
224a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	tristate "TI TPS40422"
225a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	help
226a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  If you say yes here you get hardware monitoring support for TI
227a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  TPS40422.
228a8bfecebSZhu, Richard \(NSN - CN/Beijing\)
229a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  This driver can also be built as a module. If so, the module will
230a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  be called tps40422.
231a8bfecebSZhu, Richard \(NSN - CN/Beijing\)
23261052652SVadim Pasternakconfig SENSORS_TPS53679
2336f944004SGuenter Roeck	tristate "TI TPS53647, TPS53667, TPS53679, TPS53681, TPS53688"
23461052652SVadim Pasternak	help
23561052652SVadim Pasternak	  If you say yes here you get hardware monitoring support for TI
2366f944004SGuenter Roeck	  TPS53647, TPS53667, TPS53679, TPS53681, and TPS53688.
23761052652SVadim Pasternak
23861052652SVadim Pasternak	  This driver can also be built as a module. If so, the module will
23961052652SVadim Pasternak	  be called tps53679.
24061052652SVadim Pasternak
2419d2ecfb7SGuenter Roeckconfig SENSORS_UCD9000
242a470f11cSJim Wright	tristate "TI UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910"
2439d2ecfb7SGuenter Roeck	help
2449d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for TI
245a470f11cSJim Wright	  UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910, Sequencer
246a470f11cSJim Wright	  and System Health Controllers.
2479d2ecfb7SGuenter Roeck
2489d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2499d2ecfb7SGuenter Roeck	  be called ucd9000.
2509d2ecfb7SGuenter Roeck
2519d2ecfb7SGuenter Roeckconfig SENSORS_UCD9200
2529d2ecfb7SGuenter Roeck	tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
2539d2ecfb7SGuenter Roeck	help
2549d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for TI
2559d2ecfb7SGuenter Roeck	  UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
2569d2ecfb7SGuenter Roeck	  Digital PWM System Controllers.
2579d2ecfb7SGuenter Roeck
2589d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2599d2ecfb7SGuenter Roeck	  be called ucd9200.
2609d2ecfb7SGuenter Roeck
261aaafb7c8SVadim Pasternakconfig SENSORS_XDPE122
262aaafb7c8SVadim Pasternak	tristate "Infineon XDPE122 family"
263aaafb7c8SVadim Pasternak	help
264aaafb7c8SVadim Pasternak	  If you say yes here you get hardware monitoring support for Infineon
265aaafb7c8SVadim Pasternak	  XDPE12254, XDPE12284, device.
266aaafb7c8SVadim Pasternak
267aaafb7c8SVadim Pasternak	  This driver can also be built as a module. If so, the module will
268aaafb7c8SVadim Pasternak	  be called xdpe12284.
269aaafb7c8SVadim Pasternak
270200855e5SGuenter Roeckconfig SENSORS_ZL6100
271200855e5SGuenter Roeck	tristate "Intersil ZL6100 and compatibles"
272200855e5SGuenter Roeck	help
273200855e5SGuenter Roeck	  If you say yes here you get hardware monitoring support for Intersil
2743360a106SGuenter Roeck	  ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105,
2753360a106SGuenter Roeck	  ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for
2763360a106SGuenter Roeck	  Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464.
277200855e5SGuenter Roeck
278200855e5SGuenter Roeck	  This driver can also be built as a module. If so, the module will
279200855e5SGuenter Roeck	  be called zl6100.
280200855e5SGuenter Roeck
2819d2ecfb7SGuenter Roeckendif # PMBUS
282