xref: /openbmc/linux/drivers/hwmon/pmbus/Kconfig (revision 3efbcee8)
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
22ea541c18SErik Rosen	  PMBus devices, including but not limited to ADP4000, BMR310, BMR453,
23ea541c18SErik Rosen	  BMR454, BMR456, BMR457, BMR458, BMR480, BMR490, BMR491, BMR492,
24ea541c18SErik Rosen	  MAX20796, MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012,
25ea541c18SErik Rosen	  TPS40400, TPS544B20, TPS544B25, TPS544C20, TPS544C25, and UDT020.
269d2ecfb7SGuenter Roeck
279d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
289d2ecfb7SGuenter Roeck	  be called pmbus.
299d2ecfb7SGuenter Roeck
309514a228SAlexandru Tachiciconfig SENSORS_ADM1266
319514a228SAlexandru Tachici	tristate "Analog Devices ADM1266 Sequencer"
32407dc802SAlexandru Tachici	select CRC8
33d98dfad3SAlexandru Tachici	depends on GPIOLIB
349514a228SAlexandru Tachici	help
359514a228SAlexandru Tachici	  If you say yes here you get hardware monitoring support for Analog
369514a228SAlexandru Tachici	  Devices ADM1266 Cascadable Super Sequencer.
379514a228SAlexandru Tachici
389514a228SAlexandru Tachici	  This driver can also be built as a module. If so, the module will
399514a228SAlexandru Tachici	  be called adm1266.
409514a228SAlexandru Tachici
419d2ecfb7SGuenter Roeckconfig SENSORS_ADM1275
425cf231a3SGuenter Roeck	tristate "Analog Devices ADM1275 and compatibles"
439d2ecfb7SGuenter Roeck	help
449d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Analog
454ff0ce22SGuenter Roeck	  Devices ADM1075, ADM1272, ADM1275, ADM1276, ADM1278, ADM1293,
464ff0ce22SGuenter Roeck	  and ADM1294 Hot-Swap Controller and Digital Power Monitors.
479d2ecfb7SGuenter Roeck
489d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
499d2ecfb7SGuenter Roeck	  be called adm1275.
509d2ecfb7SGuenter Roeck
51626bb2f3STao Renconfig SENSORS_BEL_PFE
52626bb2f3STao Ren	tristate "Bel PFE Compatible Power Supplies"
53626bb2f3STao Ren	help
54626bb2f3STao Ren	  If you say yes here you get hardware monitoring support for BEL
55626bb2f3STao Ren	  PFE1100 and PFE3000 Power Supplies.
56626bb2f3STao Ren
57626bb2f3STao Ren	  This driver can also be built as a module. If so, the module will
58626bb2f3STao Ren	  be called bel-pfe.
59626bb2f3STao Ren
6015b2703eSChris Packhamconfig SENSORS_BPA_RS600
6115b2703eSChris Packham	tristate "BluTek BPA-RS600 Power Supplies"
6215b2703eSChris Packham	help
6315b2703eSChris Packham	  If you say yes here you get hardware monitoring support for BluTek
6415b2703eSChris Packham	  BPA-RS600 Power Supplies.
6515b2703eSChris Packham
6615b2703eSChris Packham	  This driver can also be built as a module. If so, the module will
6715b2703eSChris Packham	  be called bpa-rs600.
6815b2703eSChris Packham
691734b413SVáclav Kubernátconfig SENSORS_FSP_3Y
701734b413SVáclav Kubernát	tristate "FSP/3Y-Power power supplies"
711734b413SVáclav Kubernát	help
721734b413SVáclav Kubernát	  If you say yes here you get hardware monitoring support for
731734b413SVáclav Kubernát	  FSP/3Y-Power hot-swap power supplies.
741734b413SVáclav Kubernát	  Supported models: YH-5151E, YM-2151E
751734b413SVáclav Kubernát
761734b413SVáclav Kubernát	  This driver can also be built as a module. If so, the module will
771734b413SVáclav Kubernát	  be called fsp-3y.
781734b413SVáclav Kubernát
79f69316d6SEdward A. Jamesconfig SENSORS_IBM_CFFPS
80f69316d6SEdward A. James	tristate "IBM Common Form Factor Power Supply"
81b0076406SArnd Bergmann	depends on LEDS_CLASS
82f69316d6SEdward A. James	help
83f69316d6SEdward A. James	  If you say yes here you get hardware monitoring support for the IBM
84f69316d6SEdward A. James	  Common Form Factor power supply.
85f69316d6SEdward A. James
86f69316d6SEdward A. James	  This driver can also be built as a module. If so, the module will
87f69316d6SEdward A. James	  be called ibm-cffps.
88f69316d6SEdward A. James
89*3efbcee8SRobert Markoconfig SENSORS_DPS920AB
90*3efbcee8SRobert Marko	tristate "Delta DPS920AB Power Supply"
91*3efbcee8SRobert Marko	help
92*3efbcee8SRobert Marko	  If you say yes here you get hardware monitoring support for Delta
93*3efbcee8SRobert Marko	  DPS920AB Power Supplies.
94*3efbcee8SRobert Marko
95*3efbcee8SRobert Marko	  This driver can also be built as a module. If so, the module will
96*3efbcee8SRobert Marko	  be called dps920ab.
97*3efbcee8SRobert Marko
98edd2a4d6SJohn Wangconfig SENSORS_INSPUR_IPSPS
99edd2a4d6SJohn Wang	tristate "INSPUR Power System Power Supply"
100edd2a4d6SJohn Wang	help
101edd2a4d6SJohn Wang	  If you say yes here you get hardware monitoring support for the INSPUR
102edd2a4d6SJohn Wang	  Power System power supply.
103edd2a4d6SJohn Wang
104edd2a4d6SJohn Wang	  This driver can also be built as a module. If so, the module will
105edd2a4d6SJohn Wang	  be called inspur-ipsps.
106edd2a4d6SJohn Wang
1078991ebd9SSamuel Mendoza-Jonasconfig SENSORS_IR35221
1088991ebd9SSamuel Mendoza-Jonas	tristate "Infineon IR35221"
1098991ebd9SSamuel Mendoza-Jonas	help
1108991ebd9SSamuel Mendoza-Jonas	  If you say yes here you get hardware monitoring support for the
1118991ebd9SSamuel Mendoza-Jonas	  Infineon IR35221 controller.
1128991ebd9SSamuel Mendoza-Jonas
1138991ebd9SSamuel Mendoza-Jonas	  This driver can also be built as a module. If so, the module will
1140d242479STao Ren	  be called ir35221.
1158991ebd9SSamuel Mendoza-Jonas
116e20a7198SChris Packhamconfig SENSORS_IR36021
117e20a7198SChris Packham	tristate "Infineon IR36021"
118e20a7198SChris Packham	help
119e20a7198SChris Packham	  If you say yes here you get hardware monitoring support for Infineon
120e20a7198SChris Packham	  IR36021.
121e20a7198SChris Packham
122e20a7198SChris Packham	  This driver can also be built as a module. If so, the module will
123e20a7198SChris Packham	  be called ir36021.
124e20a7198SChris Packham
12500669d19SMaxim Sloykoconfig SENSORS_IR38064
12600669d19SMaxim Sloyko	tristate "Infineon IR38064"
12700669d19SMaxim Sloyko	help
12800669d19SMaxim Sloyko	  If you say yes here you get hardware monitoring support for Infineon
12900669d19SMaxim Sloyko	  IR38064.
13000669d19SMaxim Sloyko
13100669d19SMaxim Sloyko	  This driver can also be built as a module. If so, the module will
13200669d19SMaxim Sloyko	  be called ir38064.
13300669d19SMaxim Sloyko
1349158411bSRobert Hancockconfig SENSORS_IRPS5401
1359158411bSRobert Hancock	tristate "Infineon IRPS5401"
1369158411bSRobert Hancock	help
1379158411bSRobert Hancock	  If you say yes here you get hardware monitoring support for the
1389158411bSRobert Hancock	  Infineon IRPS5401 controller.
1399158411bSRobert Hancock
1409158411bSRobert Hancock	  This driver can also be built as a module. If so, the module will
1419158411bSRobert Hancock	  be called irps5401.
1429158411bSRobert Hancock
143038a9c3dSMaxim Sloykoconfig SENSORS_ISL68137
144f621d61fSGrant Peltier	tristate "Renesas Digital Multiphase Voltage Regulators"
145038a9c3dSMaxim Sloyko	help
146f621d61fSGrant Peltier	  If you say yes here you get hardware monitoring support for Renesas
147f621d61fSGrant Peltier	  digital multiphase voltage regulators.
148038a9c3dSMaxim Sloyko
149038a9c3dSMaxim Sloyko	  This driver can also be built as a module. If so, the module will
150038a9c3dSMaxim Sloyko	  be called isl68137.
151038a9c3dSMaxim Sloyko
15203e9bd8dSGuenter Roeckconfig SENSORS_LM25066
15303e9bd8dSGuenter Roeck	tristate "National Semiconductor LM25066 and compatibles"
15403e9bd8dSGuenter Roeck	help
15503e9bd8dSGuenter Roeck	  If you say yes here you get hardware monitoring support for National
15658615a94SGuenter Roeck	  Semiconductor LM25056, LM25066, LM5064, and LM5066.
15703e9bd8dSGuenter Roeck
15803e9bd8dSGuenter Roeck	  This driver can also be built as a module. If so, the module will
15903e9bd8dSGuenter Roeck	  be called lm25066.
16003e9bd8dSGuenter Roeck
161c3ff9a67SGuenter Roeckconfig SENSORS_LTC2978
16277aa3585SAlan Tull	tristate "Linear Technologies LTC2978 and compatibles"
163c3ff9a67SGuenter Roeck	help
164c3ff9a67SGuenter Roeck	  If you say yes here you get hardware monitoring support for Linear
165ee44fafbSMike Jones	  Technology LTC2972, LTC2974, LTC2975, LTC2977, LTC2978, LTC2979,
166ee44fafbSMike Jones	  LTC2980, and LTM2987.
167c3ff9a67SGuenter Roeck
168c3ff9a67SGuenter Roeck	  This driver can also be built as a module. If so, the module will
169c3ff9a67SGuenter Roeck	  be called ltc2978.
170c3ff9a67SGuenter Roeck
17177aa3585SAlan Tullconfig SENSORS_LTC2978_REGULATOR
1726341e62bSChristoph Jaeger	bool "Regulator support for LTC2978 and compatibles"
17377aa3585SAlan Tull	depends on SENSORS_LTC2978 && REGULATOR
17477aa3585SAlan Tull	help
175ee44fafbSMike Jones	  If you say yes here you get regulator support for Linear Technology
176ee44fafbSMike Jones	  LTC3880, LTC3883, LTC3884, LTC3886, LTC3887, LTC3889, LTC7880,
177ee44fafbSMike Jones	  LTM4644, LTM4675, LTM4676, LTM4677, LTM4678, LTM4680, LTM4686,
178ee44fafbSMike Jones	  and LTM4700.
17977aa3585SAlan Tull
1808d28cd1bSGuenter Roeckconfig SENSORS_LTC3815
1818d28cd1bSGuenter Roeck	tristate "Linear Technologies LTC3815"
1828d28cd1bSGuenter Roeck	help
1838d28cd1bSGuenter Roeck	  If you say yes here you get hardware monitoring support for Linear
1848d28cd1bSGuenter Roeck	  Technology LTC3815.
1858d28cd1bSGuenter Roeck
1868d28cd1bSGuenter Roeck	  This driver can also be built as a module. If so, the module will
1878d28cd1bSGuenter Roeck	  be called ltc3815.
1888d28cd1bSGuenter Roeck
1891e406332SErik Rosenconfig SENSORS_MAX15301
1901e406332SErik Rosen	tristate "Maxim MAX15301"
1911e406332SErik Rosen	help
1921e406332SErik Rosen	  If you say yes here you get hardware monitoring support for Maxim
1931e406332SErik Rosen	  MAX15301, as well as for Flex BMR461.
1941e406332SErik Rosen
1951e406332SErik Rosen	  This driver can also be built as a module. If so, the module will
1961e406332SErik Rosen	  be called max15301.
1971e406332SErik Rosen
1989d2ecfb7SGuenter Roeckconfig SENSORS_MAX16064
1999d2ecfb7SGuenter Roeck	tristate "Maxim MAX16064"
2009d2ecfb7SGuenter Roeck	help
2019d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
2029d2ecfb7SGuenter Roeck	  MAX16064.
2039d2ecfb7SGuenter Roeck
2049d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2059d2ecfb7SGuenter Roeck	  be called max16064.
2069d2ecfb7SGuenter Roeck
2072138f885SGuenter Roeckconfig SENSORS_MAX16601
20866102281SGuenter Roeck	tristate "Maxim MAX16508, MAX16601"
2092138f885SGuenter Roeck	help
2102138f885SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
21166102281SGuenter Roeck	  MAX16508 and MAX16601.
2122138f885SGuenter Roeck
2132138f885SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2142138f885SGuenter Roeck	  be called max16601.
2152138f885SGuenter Roeck
216cce20958SGuenter Roeckconfig SENSORS_MAX20730
2175c9353f5SUgur Usug	tristate "Maxim MAX20710, MAX20730, MAX20734, MAX20743"
218cce20958SGuenter Roeck	help
219cce20958SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
2205c9353f5SUgur Usug	  MAX20710, MAX20730, MAX20734, and MAX20743.
221cce20958SGuenter Roeck
222cce20958SGuenter Roeck	  This driver can also be built as a module. If so, the module will
223cce20958SGuenter Roeck	  be called max20730.
224cce20958SGuenter Roeck
2251f61cab8SGuenter Roeckconfig SENSORS_MAX20751
2261f61cab8SGuenter Roeck	tristate "Maxim MAX20751"
2271f61cab8SGuenter Roeck	help
2281f61cab8SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
2291f61cab8SGuenter Roeck	  MAX20751.
2301f61cab8SGuenter Roeck
2311f61cab8SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2321f61cab8SGuenter Roeck	  be called max20751.
2331f61cab8SGuenter Roeck
2344d420a6aSAndrew Jefferyconfig SENSORS_MAX31785
2354d420a6aSAndrew Jeffery	tristate "Maxim MAX31785 and compatibles"
2364d420a6aSAndrew Jeffery	help
2374d420a6aSAndrew Jeffery	  If you say yes here you get hardware monitoring support for Maxim
2384d420a6aSAndrew Jeffery	  MAX31785.
2394d420a6aSAndrew Jeffery
2404d420a6aSAndrew Jeffery	  This driver can also be built as a module. If so, the module will
2414d420a6aSAndrew Jeffery	  be called max31785.
2424d420a6aSAndrew Jeffery
2439d2ecfb7SGuenter Roeckconfig SENSORS_MAX34440
244590defe5SGuenter Roeck	tristate "Maxim MAX34440 and compatibles"
2459d2ecfb7SGuenter Roeck	help
2469d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
2477a001dbaSKun Yi	  MAX34440, MAX34441, MAX34446, MAX34451, MAX34460, and MAX34461.
2489d2ecfb7SGuenter Roeck
2499d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2509d2ecfb7SGuenter Roeck	  be called max34440.
2519d2ecfb7SGuenter Roeck
2529d2ecfb7SGuenter Roeckconfig SENSORS_MAX8688
2539d2ecfb7SGuenter Roeck	tristate "Maxim MAX8688"
2549d2ecfb7SGuenter Roeck	help
2559d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for Maxim
2569d2ecfb7SGuenter Roeck	  MAX8688.
2579d2ecfb7SGuenter Roeck
2589d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
2599d2ecfb7SGuenter Roeck	  be called max8688.
2609d2ecfb7SGuenter Roeck
261e4db7719SVadim Pasternakconfig SENSORS_MP2888
262e4db7719SVadim Pasternak	tristate "MPS MP2888"
263e4db7719SVadim Pasternak	help
264e4db7719SVadim Pasternak	  If you say yes here you get hardware monitoring support for MPS
265e4db7719SVadim Pasternak	  MP2888 Digital, Multi-Phase, Pulse-Width Modulation Controller.
266e4db7719SVadim Pasternak
267e4db7719SVadim Pasternak	  This driver can also be built as a module. If so, the module will
268e4db7719SVadim Pasternak	  be called mp2888.
269e4db7719SVadim Pasternak
2702c6fcbb2SVadim Pasternakconfig SENSORS_MP2975
2712c6fcbb2SVadim Pasternak	tristate "MPS MP2975"
2722c6fcbb2SVadim Pasternak	help
2732c6fcbb2SVadim Pasternak	  If you say yes here you get hardware monitoring support for MPS
2742c6fcbb2SVadim Pasternak	  MP2975 Dual Loop Digital Multi-Phase Controller.
2752c6fcbb2SVadim Pasternak
2762c6fcbb2SVadim Pasternak	  This driver can also be built as a module. If so, the module will
2772c6fcbb2SVadim Pasternak	  be called mp2975.
2782c6fcbb2SVadim Pasternak
279317f9d80SErik Rosenconfig SENSORS_PIM4328
280317f9d80SErik Rosen	tristate "Flex PIM4328 and compatibles"
281317f9d80SErik Rosen	help
282317f9d80SErik Rosen	  If you say yes here you get hardware monitoring support for Flex
283317f9d80SErik Rosen	  PIM4328, PIM4820 and PIM4006 Power Interface Modules.
284317f9d80SErik Rosen
285317f9d80SErik Rosen	  This driver can also be built as a module. If so, the module will
286317f9d80SErik Rosen	  be called pim4328.
287317f9d80SErik Rosen
2887537862aSCharlesconfig SENSORS_PM6764TR
2897537862aSCharles	tristate "ST PM6764TR"
2907537862aSCharles	help
2917537862aSCharles	  If you say yes here you get hardware monitoring support for ST
2927537862aSCharles	  PM6764TR.
2937537862aSCharles
2947537862aSCharles	  This driver can also be built as a module. If so, the module will
2957537862aSCharles	  be called pm6764tr.
2967537862aSCharles
297344757baSVijay Khemkaconfig SENSORS_PXE1610
298344757baSVijay Khemka	tristate "Infineon PXE1610"
299344757baSVijay Khemka	help
300344757baSVijay Khemka	  If you say yes here you get hardware monitoring support for Infineon
301344757baSVijay Khemka	  PXE1610.
302344757baSVijay Khemka
303344757baSVijay Khemka	  This driver can also be built as a module. If so, the module will
304344757baSVijay Khemka	  be called pxe1610.
305344757baSVijay Khemka
306d014538aSxiao.maconfig SENSORS_Q54SJ108A2
307d014538aSxiao.ma	tristate "Delta Power Supplies Q54SJ108A2"
308d014538aSxiao.ma	help
309d014538aSxiao.ma	  If you say yes here you get hardware monitoring support for Delta
310d014538aSxiao.ma	  Q54SJ108A2 series Power Supplies.
311d014538aSxiao.ma
312d014538aSxiao.ma	  This driver can also be built as a module. If so, the module will
313d014538aSxiao.ma	  be called q54sj108a2.
314d014538aSxiao.ma
31542bfe7ddSErik Rosenconfig SENSORS_STPDDC60
31642bfe7ddSErik Rosen	tristate "ST STPDDC60"
31742bfe7ddSErik Rosen	help
31842bfe7ddSErik Rosen	  If you say yes here you get hardware monitoring support for ST
31942bfe7ddSErik Rosen	  STPDDC60 Universal Digital Multicell Controller, as well as for
32042bfe7ddSErik Rosen	  Flex BMR481.
32142bfe7ddSErik Rosen
32242bfe7ddSErik Rosen	  This driver can also be built as a module. If so, the module will
32342bfe7ddSErik Rosen	  be called stpddc60.
32442bfe7ddSErik Rosen
325a8bfecebSZhu, Richard \(NSN - CN/Beijing\)config SENSORS_TPS40422
326a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	tristate "TI TPS40422"
327a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	help
328a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  If you say yes here you get hardware monitoring support for TI
329a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  TPS40422.
330a8bfecebSZhu, Richard \(NSN - CN/Beijing\)
331a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  This driver can also be built as a module. If so, the module will
332a8bfecebSZhu, Richard \(NSN - CN/Beijing\)	  be called tps40422.
333a8bfecebSZhu, Richard \(NSN - CN/Beijing\)
33461052652SVadim Pasternakconfig SENSORS_TPS53679
335cb3d37b5SErik Rosen	tristate "TI TPS53647, TPS53667, TPS53676, TPS53679, TPS53681, TPS53688"
33661052652SVadim Pasternak	help
33761052652SVadim Pasternak	  If you say yes here you get hardware monitoring support for TI
338cb3d37b5SErik Rosen	  TPS53647, TPS53667, TPS53676, TPS53679, TPS53681, and TPS53688.
33961052652SVadim Pasternak
34061052652SVadim Pasternak	  This driver can also be built as a module. If so, the module will
34161052652SVadim Pasternak	  be called tps53679.
34261052652SVadim Pasternak
3439d2ecfb7SGuenter Roeckconfig SENSORS_UCD9000
344a470f11cSJim Wright	tristate "TI UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910"
3459d2ecfb7SGuenter Roeck	help
3469d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for TI
347a470f11cSJim Wright	  UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910, Sequencer
348a470f11cSJim Wright	  and System Health Controllers.
3499d2ecfb7SGuenter Roeck
3509d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
3519d2ecfb7SGuenter Roeck	  be called ucd9000.
3529d2ecfb7SGuenter Roeck
3539d2ecfb7SGuenter Roeckconfig SENSORS_UCD9200
3549d2ecfb7SGuenter Roeck	tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
3559d2ecfb7SGuenter Roeck	help
3569d2ecfb7SGuenter Roeck	  If you say yes here you get hardware monitoring support for TI
3579d2ecfb7SGuenter Roeck	  UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
3589d2ecfb7SGuenter Roeck	  Digital PWM System Controllers.
3599d2ecfb7SGuenter Roeck
3609d2ecfb7SGuenter Roeck	  This driver can also be built as a module. If so, the module will
3619d2ecfb7SGuenter Roeck	  be called ucd9200.
3629d2ecfb7SGuenter Roeck
363aaafb7c8SVadim Pasternakconfig SENSORS_XDPE122
364aaafb7c8SVadim Pasternak	tristate "Infineon XDPE122 family"
365aaafb7c8SVadim Pasternak	help
366aaafb7c8SVadim Pasternak	  If you say yes here you get hardware monitoring support for Infineon
367aaafb7c8SVadim Pasternak	  XDPE12254, XDPE12284, device.
368aaafb7c8SVadim Pasternak
369aaafb7c8SVadim Pasternak	  This driver can also be built as a module. If so, the module will
370aaafb7c8SVadim Pasternak	  be called xdpe12284.
371aaafb7c8SVadim Pasternak
372200855e5SGuenter Roeckconfig SENSORS_ZL6100
373200855e5SGuenter Roeck	tristate "Intersil ZL6100 and compatibles"
374200855e5SGuenter Roeck	help
375200855e5SGuenter Roeck	  If you say yes here you get hardware monitoring support for Intersil
3763360a106SGuenter Roeck	  ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105,
3773360a106SGuenter Roeck	  ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for
3783360a106SGuenter Roeck	  Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464.
379200855e5SGuenter Roeck
380200855e5SGuenter Roeck	  This driver can also be built as a module. If so, the module will
381200855e5SGuenter Roeck	  be called zl6100.
382200855e5SGuenter Roeck
3839d2ecfb7SGuenter Roeckendif # PMBUS
384