xref: /openbmc/linux/drivers/hwmon/pmbus/Kconfig (revision 6f944004)
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
299d2ecfb7SGuenter Roeckconfig SENSORS_ADM1275
305cf231a3SGuenter Roeck	tristate "Analog Devices ADM1275 and compatibles"
319d2ecfb7SGuenter Roeck	help
329d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Analog
334ff0ce22SGuenter Roeck	  Devices ADM1075, ADM1272, ADM1275, ADM1276, ADM1278, ADM1293,
344ff0ce22SGuenter Roeck	  and ADM1294 Hot-Swap Controller and Digital Power Monitors.
359d2ecfb7SGuenter Roeck
369d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
379d2ecfb7SGuenter Roeck	  be called adm1275.
389d2ecfb7SGuenter Roeck
39626bb2f3STao Renconfig SENSORS_BEL_PFE
40626bb2f3STao Ren	tristate "Bel PFE Compatible Power Supplies"
41626bb2f3STao Ren	help
42626bb2f3STao Ren	  If you say yes here you get hardware monitoring support for BEL
43626bb2f3STao Ren	  PFE1100 and PFE3000 Power Supplies.
44626bb2f3STao Ren
45626bb2f3STao Ren	  This driver can also be built as a module. If so, the module will
46626bb2f3STao Ren	  be called bel-pfe.
47626bb2f3STao Ren
48f69316d6SEdward A. Jamesconfig SENSORS_IBM_CFFPS
49f69316d6SEdward A. James	tristate "IBM Common Form Factor Power Supply"
50b0076406SArnd Bergmann	depends on LEDS_CLASS
51f69316d6SEdward A. James	help
52f69316d6SEdward A. James	  If you say yes here you get hardware monitoring support for the IBM
53f69316d6SEdward A. James	  Common Form Factor power supply.
54f69316d6SEdward A. James
55f69316d6SEdward A. James	  This driver can also be built as a module. If so, the module will
56f69316d6SEdward A. James	  be called ibm-cffps.
57f69316d6SEdward A. James
58edd2a4d6SJohn Wangconfig SENSORS_INSPUR_IPSPS
59edd2a4d6SJohn Wang	tristate "INSPUR Power System Power Supply"
60edd2a4d6SJohn Wang	help
61edd2a4d6SJohn Wang	  If you say yes here you get hardware monitoring support for the INSPUR
62edd2a4d6SJohn Wang	  Power System power supply.
63edd2a4d6SJohn Wang
64edd2a4d6SJohn Wang	  This driver can also be built as a module. If so, the module will
65edd2a4d6SJohn Wang	  be called inspur-ipsps.
66edd2a4d6SJohn Wang
678991ebd9SSamuel Mendoza-Jonasconfig SENSORS_IR35221
688991ebd9SSamuel Mendoza-Jonas	tristate "Infineon IR35221"
698991ebd9SSamuel Mendoza-Jonas	help
708991ebd9SSamuel Mendoza-Jonas	  If you say yes here you get hardware monitoring support for the
718991ebd9SSamuel Mendoza-Jonas	  Infineon IR35221 controller.
728991ebd9SSamuel Mendoza-Jonas
738991ebd9SSamuel Mendoza-Jonas	  This driver can also be built as a module. If so, the module will
748991ebd9SSamuel Mendoza-Jonas	  be called ir35521.
758991ebd9SSamuel Mendoza-Jonas
7600669d19SMaxim Sloykoconfig SENSORS_IR38064
7700669d19SMaxim Sloyko	tristate "Infineon IR38064"
7800669d19SMaxim Sloyko	help
7900669d19SMaxim Sloyko	  If you say yes here you get hardware monitoring support for Infineon
8000669d19SMaxim Sloyko	  IR38064.
8100669d19SMaxim Sloyko
8200669d19SMaxim Sloyko	  This driver can also be built as a module. If so, the module will
8300669d19SMaxim Sloyko	  be called ir38064.
8400669d19SMaxim Sloyko
859158411bSRobert Hancockconfig SENSORS_IRPS5401
869158411bSRobert Hancock	tristate "Infineon IRPS5401"
879158411bSRobert Hancock	help
889158411bSRobert Hancock	  If you say yes here you get hardware monitoring support for the
899158411bSRobert Hancock	  Infineon IRPS5401 controller.
909158411bSRobert Hancock
919158411bSRobert Hancock	  This driver can also be built as a module. If so, the module will
929158411bSRobert Hancock	  be called irps5401.
939158411bSRobert Hancock
94038a9c3dSMaxim Sloykoconfig SENSORS_ISL68137
95038a9c3dSMaxim Sloyko	tristate "Intersil ISL68137"
96038a9c3dSMaxim Sloyko	help
97038a9c3dSMaxim Sloyko	  If you say yes here you get hardware monitoring support for Intersil
98038a9c3dSMaxim Sloyko	  ISL68137.
99038a9c3dSMaxim Sloyko
100038a9c3dSMaxim Sloyko	  This driver can also be built as a module. If so, the module will
101038a9c3dSMaxim Sloyko	  be called isl68137.
102038a9c3dSMaxim Sloyko
10303e9bd8dSGuenter Roeckconfig SENSORS_LM25066
10403e9bd8dSGuenter Roeck	tristate "National Semiconductor LM25066 and compatibles"
10503e9bd8dSGuenter Roeck	help
10603e9bd8dSGuenter Roeck	  If you say yes here you get hardware monitoring support for National
10758615a94SGuenter Roeck	  Semiconductor LM25056, LM25066, LM5064, and LM5066.
10803e9bd8dSGuenter Roeck
10903e9bd8dSGuenter Roeck	  This driver can also be built as a module. If so, the module will
11003e9bd8dSGuenter Roeck	  be called lm25066.
11103e9bd8dSGuenter Roeck
112c3ff9a67SGuenter Roeckconfig SENSORS_LTC2978
11377aa3585SAlan Tull	tristate "Linear Technologies LTC2978 and compatibles"
114c3ff9a67SGuenter Roeck	help
115c3ff9a67SGuenter Roeck	  If you say yes here you get hardware monitoring support for Linear
116ee44fafbSMike Jones	  Technology LTC2972, LTC2974, LTC2975, LTC2977, LTC2978, LTC2979,
117ee44fafbSMike Jones	  LTC2980, and LTM2987.
118c3ff9a67SGuenter Roeck
119c3ff9a67SGuenter Roeck	  This driver can also be built as a module. If so, the module will
120c3ff9a67SGuenter Roeck	  be called ltc2978.
121c3ff9a67SGuenter Roeck
12277aa3585SAlan Tullconfig SENSORS_LTC2978_REGULATOR
1236341e62bSChristoph Jaeger	bool "Regulator support for LTC2978 and compatibles"
12477aa3585SAlan Tull	depends on SENSORS_LTC2978 && REGULATOR
12577aa3585SAlan Tull	help
126ee44fafbSMike Jones	  If you say yes here you get regulator support for Linear Technology
127ee44fafbSMike Jones	  LTC3880, LTC3883, LTC3884, LTC3886, LTC3887, LTC3889, LTC7880,
128ee44fafbSMike Jones	  LTM4644, LTM4675, LTM4676, LTM4677, LTM4678, LTM4680, LTM4686,
129ee44fafbSMike Jones	  and LTM4700.
13077aa3585SAlan Tull
1318d28cd1bSGuenter Roeckconfig SENSORS_LTC3815
1328d28cd1bSGuenter Roeck	tristate "Linear Technologies LTC3815"
1338d28cd1bSGuenter Roeck	help
1348d28cd1bSGuenter Roeck	  If you say yes here you get hardware monitoring support for Linear
1358d28cd1bSGuenter Roeck	  Technology LTC3815.
1368d28cd1bSGuenter Roeck
1378d28cd1bSGuenter Roeck	  This driver can also be built as a module. If so, the module will
1388d28cd1bSGuenter Roeck	  be called ltc3815.
1398d28cd1bSGuenter Roeck
1409d2ecfb7SGuenter Roeckconfig SENSORS_MAX16064
1419d2ecfb7SGuenter Roeck	tristate "Maxim MAX16064"
1429d2ecfb7SGuenter Roeck	help
1439d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1449d2ecfb7SGuenter Roeck	  MAX16064.
1459d2ecfb7SGuenter Roeck
1469d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
1479d2ecfb7SGuenter Roeck	  be called max16064.
1489d2ecfb7SGuenter Roeck
149cce20958SGuenter Roeckconfig SENSORS_MAX20730
150cce20958SGuenter Roeck	tristate "Maxim MAX20730, MAX20734, MAX20743"
151cce20958SGuenter Roeck	help
152cce20958SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
153cce20958SGuenter Roeck	  MAX20730, MAX20734, and MAX20743.
154cce20958SGuenter Roeck
155cce20958SGuenter Roeck	  This driver can also be built as a module. If so, the module will
156cce20958SGuenter Roeck	  be called max20730.
157cce20958SGuenter Roeck
1581f61cab8SGuenter Roeckconfig SENSORS_MAX20751
1591f61cab8SGuenter Roeck	tristate "Maxim MAX20751"
1601f61cab8SGuenter Roeck	help
1611f61cab8SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1621f61cab8SGuenter Roeck	  MAX20751.
1631f61cab8SGuenter Roeck
1641f61cab8SGuenter Roeck	  This driver can also be built as a module. If so, the module will
1651f61cab8SGuenter Roeck	  be called max20751.
1661f61cab8SGuenter Roeck
1674d420a6aSAndrew Jefferyconfig SENSORS_MAX31785
1684d420a6aSAndrew Jeffery	tristate "Maxim MAX31785 and compatibles"
1694d420a6aSAndrew Jeffery	help
1704d420a6aSAndrew Jeffery	  If you say yes here you get hardware monitoring support for Maxim
1714d420a6aSAndrew Jeffery	  MAX31785.
1724d420a6aSAndrew Jeffery
1734d420a6aSAndrew Jeffery	  This driver can also be built as a module. If so, the module will
1744d420a6aSAndrew Jeffery	  be called max31785.
1754d420a6aSAndrew Jeffery
1769d2ecfb7SGuenter Roeckconfig SENSORS_MAX34440
177590defe5SGuenter Roeck	tristate "Maxim MAX34440 and compatibles"
1789d2ecfb7SGuenter Roeck	help
1799d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1807a001dbaSKun Yi	  MAX34440, MAX34441, MAX34446, MAX34451, MAX34460, and MAX34461.
1819d2ecfb7SGuenter Roeck
1829d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
1839d2ecfb7SGuenter Roeck	  be called max34440.
1849d2ecfb7SGuenter Roeck
1859d2ecfb7SGuenter Roeckconfig SENSORS_MAX8688
1869d2ecfb7SGuenter Roeck	tristate "Maxim MAX8688"
1879d2ecfb7SGuenter Roeck	help
1889d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
1899d2ecfb7SGuenter Roeck	  MAX8688.
1909d2ecfb7SGuenter Roeck
1919d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
1929d2ecfb7SGuenter Roeck	  be called max8688.
1939d2ecfb7SGuenter Roeck
194344757baSVijay Khemkaconfig SENSORS_PXE1610
195344757baSVijay Khemka	tristate "Infineon PXE1610"
196344757baSVijay Khemka	help
197344757baSVijay Khemka	  If you say yes here you get hardware monitoring support for Infineon
198344757baSVijay Khemka	  PXE1610.
199344757baSVijay Khemka
200344757baSVijay Khemka	  This driver can also be built as a module. If so, the module will
201344757baSVijay Khemka	  be called pxe1610.
202344757baSVijay Khemka
203a8bfecebSZhu, Richard \(NSN - CN/Beijing\)config SENSORS_TPS40422
204a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	tristate "TI TPS40422"
205a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	help
206a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  If you say yes here you get hardware monitoring support for TI
207a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  TPS40422.
208a8bfecebSZhu, Richard \(NSN - CN/Beijing\)
209a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  This driver can also be built as a module. If so, the module will
210a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  be called tps40422.
211a8bfecebSZhu, Richard \(NSN - CN/Beijing\)
21261052652SVadim Pasternakconfig SENSORS_TPS53679
213*6f944004SGuenter Roeck	tristate "TI TPS53647, TPS53667, TPS53679, TPS53681, TPS53688"
21461052652SVadim Pasternak	help
21561052652SVadim Pasternak	  If you say yes here you get hardware monitoring support for TI
216*6f944004SGuenter Roeck	  TPS53647, TPS53667, TPS53679, TPS53681, and TPS53688.
21761052652SVadim Pasternak
21861052652SVadim Pasternak	  This driver can also be built as a module. If so, the module will
21961052652SVadim Pasternak	  be called tps53679.
22061052652SVadim Pasternak
2219d2ecfb7SGuenter Roeckconfig SENSORS_UCD9000
222a470f11cSJim Wright	tristate "TI UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910"
2239d2ecfb7SGuenter Roeck	help
2249d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for TI
225a470f11cSJim Wright	  UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910, Sequencer
226a470f11cSJim Wright	  and System Health Controllers.
2279d2ecfb7SGuenter Roeck
2289d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2299d2ecfb7SGuenter Roeck	  be called ucd9000.
2309d2ecfb7SGuenter Roeck
2319d2ecfb7SGuenter Roeckconfig SENSORS_UCD9200
2329d2ecfb7SGuenter Roeck	tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
2339d2ecfb7SGuenter Roeck	help
2349d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for TI
2359d2ecfb7SGuenter Roeck	  UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
2369d2ecfb7SGuenter Roeck	  Digital PWM System Controllers.
2379d2ecfb7SGuenter Roeck
2389d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2399d2ecfb7SGuenter Roeck	  be called ucd9200.
2409d2ecfb7SGuenter Roeck
241aaafb7c8SVadim Pasternakconfig SENSORS_XDPE122
242aaafb7c8SVadim Pasternak	tristate "Infineon XDPE122 family"
243aaafb7c8SVadim Pasternak	help
244aaafb7c8SVadim Pasternak	  If you say yes here you get hardware monitoring support for Infineon
245aaafb7c8SVadim Pasternak	  XDPE12254, XDPE12284, device.
246aaafb7c8SVadim Pasternak
247aaafb7c8SVadim Pasternak	  This driver can also be built as a module. If so, the module will
248aaafb7c8SVadim Pasternak	  be called xdpe12284.
249aaafb7c8SVadim Pasternak
250200855e5SGuenter Roeckconfig SENSORS_ZL6100
251200855e5SGuenter Roeck	tristate "Intersil ZL6100 and compatibles"
252200855e5SGuenter Roeck	help
253200855e5SGuenter Roeck	  If you say yes here you get hardware monitoring support for Intersil
2543360a106SGuenter Roeck	  ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105,
2553360a106SGuenter Roeck	  ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for
2563360a106SGuenter Roeck	  Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464.
257200855e5SGuenter Roeck
258200855e5SGuenter Roeck	  This driver can also be built as a module. If so, the module will
259200855e5SGuenter Roeck	  be called zl6100.
260200855e5SGuenter Roeck
2619d2ecfb7SGuenter Roeckendif # PMBUS
262