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 69d387d88eSZev Weissconfig SENSORS_DELTA_AHE50DC_FAN 70d387d88eSZev Weiss tristate "Delta AHE-50DC fan control module" 71d387d88eSZev Weiss help 72d387d88eSZev Weiss If you say yes here you get hardware monitoring support for 73d387d88eSZev Weiss the integrated fan control module of the Delta AHE-50DC 74d387d88eSZev Weiss Open19 power shelf. 75d387d88eSZev Weiss 76d387d88eSZev Weiss This driver can also be built as a module. If so, the module 77d387d88eSZev Weiss will be called delta-ahe50dc-fan. 78d387d88eSZev Weiss 791734b413SVáclav Kubernátconfig SENSORS_FSP_3Y 801734b413SVáclav Kubernát tristate "FSP/3Y-Power power supplies" 811734b413SVáclav Kubernát help 821734b413SVáclav Kubernát If you say yes here you get hardware monitoring support for 831734b413SVáclav Kubernát FSP/3Y-Power hot-swap power supplies. 841734b413SVáclav Kubernát Supported models: YH-5151E, YM-2151E 851734b413SVáclav Kubernát 861734b413SVáclav Kubernát This driver can also be built as a module. If so, the module will 871734b413SVáclav Kubernát be called fsp-3y. 881734b413SVáclav Kubernát 89f69316d6SEdward A. Jamesconfig SENSORS_IBM_CFFPS 90f69316d6SEdward A. James tristate "IBM Common Form Factor Power Supply" 91b0076406SArnd Bergmann depends on LEDS_CLASS 92f69316d6SEdward A. James help 93f69316d6SEdward A. James If you say yes here you get hardware monitoring support for the IBM 94f69316d6SEdward A. James Common Form Factor power supply. 95f69316d6SEdward A. James 96f69316d6SEdward A. James This driver can also be built as a module. If so, the module will 97f69316d6SEdward A. James be called ibm-cffps. 98f69316d6SEdward A. James 993efbcee8SRobert Markoconfig SENSORS_DPS920AB 1003efbcee8SRobert Marko tristate "Delta DPS920AB Power Supply" 1013efbcee8SRobert Marko help 1023efbcee8SRobert Marko If you say yes here you get hardware monitoring support for Delta 1033efbcee8SRobert Marko DPS920AB Power Supplies. 1043efbcee8SRobert Marko 1053efbcee8SRobert Marko This driver can also be built as a module. If so, the module will 1063efbcee8SRobert Marko be called dps920ab. 1073efbcee8SRobert Marko 108edd2a4d6SJohn Wangconfig SENSORS_INSPUR_IPSPS 109edd2a4d6SJohn Wang tristate "INSPUR Power System Power Supply" 110edd2a4d6SJohn Wang help 111edd2a4d6SJohn Wang If you say yes here you get hardware monitoring support for the INSPUR 112edd2a4d6SJohn Wang Power System power supply. 113edd2a4d6SJohn Wang 114edd2a4d6SJohn Wang This driver can also be built as a module. If so, the module will 115edd2a4d6SJohn Wang be called inspur-ipsps. 116edd2a4d6SJohn Wang 1178991ebd9SSamuel Mendoza-Jonasconfig SENSORS_IR35221 1188991ebd9SSamuel Mendoza-Jonas tristate "Infineon IR35221" 1198991ebd9SSamuel Mendoza-Jonas help 1208991ebd9SSamuel Mendoza-Jonas If you say yes here you get hardware monitoring support for the 1218991ebd9SSamuel Mendoza-Jonas Infineon IR35221 controller. 1228991ebd9SSamuel Mendoza-Jonas 1238991ebd9SSamuel Mendoza-Jonas This driver can also be built as a module. If so, the module will 1240d242479STao Ren be called ir35221. 1258991ebd9SSamuel Mendoza-Jonas 126e20a7198SChris Packhamconfig SENSORS_IR36021 127e20a7198SChris Packham tristate "Infineon IR36021" 128e20a7198SChris Packham help 129e20a7198SChris Packham If you say yes here you get hardware monitoring support for Infineon 130e20a7198SChris Packham IR36021. 131e20a7198SChris Packham 132e20a7198SChris Packham This driver can also be built as a module. If so, the module will 133e20a7198SChris Packham be called ir36021. 134e20a7198SChris Packham 13500669d19SMaxim Sloykoconfig SENSORS_IR38064 136ca003af3SPatrick Rudolph tristate "Infineon IR38064 and compatibles" 13700669d19SMaxim Sloyko help 13800669d19SMaxim Sloyko If you say yes here you get hardware monitoring support for Infineon 139ca003af3SPatrick Rudolph IR38060, IR38064, IR38164 and IR38263. 14000669d19SMaxim Sloyko 14100669d19SMaxim Sloyko This driver can also be built as a module. If so, the module will 14200669d19SMaxim Sloyko be called ir38064. 14300669d19SMaxim Sloyko 1440ee7f624SPatrick Rudolphconfig SENSORS_IR38064_REGULATOR 1450ee7f624SPatrick Rudolph bool "Regulator support for IR38064 and compatibles" 1460ee7f624SPatrick Rudolph depends on SENSORS_IR38064 && REGULATOR 1470ee7f624SPatrick Rudolph help 1480ee7f624SPatrick Rudolph Uses the IR38064 or compatible as regulator. 1490ee7f624SPatrick Rudolph 1509158411bSRobert Hancockconfig SENSORS_IRPS5401 1519158411bSRobert Hancock tristate "Infineon IRPS5401" 1529158411bSRobert Hancock help 1539158411bSRobert Hancock If you say yes here you get hardware monitoring support for the 1549158411bSRobert Hancock Infineon IRPS5401 controller. 1559158411bSRobert Hancock 1569158411bSRobert Hancock This driver can also be built as a module. If so, the module will 1579158411bSRobert Hancock be called irps5401. 1589158411bSRobert Hancock 159038a9c3dSMaxim Sloykoconfig SENSORS_ISL68137 160f621d61fSGrant Peltier tristate "Renesas Digital Multiphase Voltage Regulators" 161038a9c3dSMaxim Sloyko help 162f621d61fSGrant Peltier If you say yes here you get hardware monitoring support for Renesas 163f621d61fSGrant Peltier digital multiphase voltage regulators. 164038a9c3dSMaxim Sloyko 165038a9c3dSMaxim Sloyko This driver can also be built as a module. If so, the module will 166038a9c3dSMaxim Sloyko be called isl68137. 167038a9c3dSMaxim Sloyko 16803e9bd8dSGuenter Roeckconfig SENSORS_LM25066 16903e9bd8dSGuenter Roeck tristate "National Semiconductor LM25066 and compatibles" 17003e9bd8dSGuenter Roeck help 17103e9bd8dSGuenter Roeck If you say yes here you get hardware monitoring support for National 17258615a94SGuenter Roeck Semiconductor LM25056, LM25066, LM5064, and LM5066. 17303e9bd8dSGuenter Roeck 17403e9bd8dSGuenter Roeck This driver can also be built as a module. If so, the module will 17503e9bd8dSGuenter Roeck be called lm25066. 17603e9bd8dSGuenter Roeck 177da78ad2bSZev Weissconfig SENSORS_LM25066_REGULATOR 178da78ad2bSZev Weiss bool "Regulator support for LM25066 and compatibles" 179da78ad2bSZev Weiss depends on SENSORS_LM25066 && REGULATOR 180da78ad2bSZev Weiss help 181da78ad2bSZev Weiss If you say yes here you get regulator support for National 182da78ad2bSZev Weiss Semiconductor LM25066, LM5064, and LM5066. 183da78ad2bSZev Weiss 184c3ff9a67SGuenter Roeckconfig SENSORS_LTC2978 18577aa3585SAlan Tull tristate "Linear Technologies LTC2978 and compatibles" 186c3ff9a67SGuenter Roeck help 187c3ff9a67SGuenter Roeck If you say yes here you get hardware monitoring support for Linear 188ee44fafbSMike Jones Technology LTC2972, LTC2974, LTC2975, LTC2977, LTC2978, LTC2979, 189ee44fafbSMike Jones LTC2980, and LTM2987. 190c3ff9a67SGuenter Roeck 191c3ff9a67SGuenter Roeck This driver can also be built as a module. If so, the module will 192c3ff9a67SGuenter Roeck be called ltc2978. 193c3ff9a67SGuenter Roeck 19477aa3585SAlan Tullconfig SENSORS_LTC2978_REGULATOR 1956341e62bSChristoph Jaeger bool "Regulator support for LTC2978 and compatibles" 19677aa3585SAlan Tull depends on SENSORS_LTC2978 && REGULATOR 19777aa3585SAlan Tull help 198ee44fafbSMike Jones If you say yes here you get regulator support for Linear Technology 199ee44fafbSMike Jones LTC3880, LTC3883, LTC3884, LTC3886, LTC3887, LTC3889, LTC7880, 200ee44fafbSMike Jones LTM4644, LTM4675, LTM4676, LTM4677, LTM4678, LTM4680, LTM4686, 201ee44fafbSMike Jones and LTM4700. 20277aa3585SAlan Tull 2038d28cd1bSGuenter Roeckconfig SENSORS_LTC3815 2048d28cd1bSGuenter Roeck tristate "Linear Technologies LTC3815" 2058d28cd1bSGuenter Roeck help 2068d28cd1bSGuenter Roeck If you say yes here you get hardware monitoring support for Linear 2078d28cd1bSGuenter Roeck Technology LTC3815. 2088d28cd1bSGuenter Roeck 2098d28cd1bSGuenter Roeck This driver can also be built as a module. If so, the module will 2108d28cd1bSGuenter Roeck be called ltc3815. 2118d28cd1bSGuenter Roeck 2121e406332SErik Rosenconfig SENSORS_MAX15301 2131e406332SErik Rosen tristate "Maxim MAX15301" 2141e406332SErik Rosen help 2151e406332SErik Rosen If you say yes here you get hardware monitoring support for Maxim 2161e406332SErik Rosen MAX15301, as well as for Flex BMR461. 2171e406332SErik Rosen 2181e406332SErik Rosen This driver can also be built as a module. If so, the module will 2191e406332SErik Rosen be called max15301. 2201e406332SErik Rosen 2219d2ecfb7SGuenter Roeckconfig SENSORS_MAX16064 2229d2ecfb7SGuenter Roeck tristate "Maxim MAX16064" 2239d2ecfb7SGuenter Roeck help 2249d2ecfb7SGuenter Roeck If you say yes here you get hardware monitoring support for Maxim 2259d2ecfb7SGuenter Roeck MAX16064. 2269d2ecfb7SGuenter Roeck 2279d2ecfb7SGuenter Roeck This driver can also be built as a module. If so, the module will 2289d2ecfb7SGuenter Roeck be called max16064. 2299d2ecfb7SGuenter Roeck 2302138f885SGuenter Roeckconfig SENSORS_MAX16601 23166102281SGuenter Roeck tristate "Maxim MAX16508, MAX16601" 2322138f885SGuenter Roeck help 2332138f885SGuenter Roeck If you say yes here you get hardware monitoring support for Maxim 23466102281SGuenter Roeck MAX16508 and MAX16601. 2352138f885SGuenter Roeck 2362138f885SGuenter Roeck This driver can also be built as a module. If so, the module will 2372138f885SGuenter Roeck be called max16601. 2382138f885SGuenter Roeck 239cce20958SGuenter Roeckconfig SENSORS_MAX20730 2405c9353f5SUgur Usug tristate "Maxim MAX20710, MAX20730, MAX20734, MAX20743" 241cce20958SGuenter Roeck help 242cce20958SGuenter Roeck If you say yes here you get hardware monitoring support for Maxim 2435c9353f5SUgur Usug MAX20710, MAX20730, MAX20734, and MAX20743. 244cce20958SGuenter Roeck 245cce20958SGuenter Roeck This driver can also be built as a module. If so, the module will 246cce20958SGuenter Roeck be called max20730. 247cce20958SGuenter Roeck 2481f61cab8SGuenter Roeckconfig SENSORS_MAX20751 2491f61cab8SGuenter Roeck tristate "Maxim MAX20751" 2501f61cab8SGuenter Roeck help 2511f61cab8SGuenter Roeck If you say yes here you get hardware monitoring support for Maxim 2521f61cab8SGuenter Roeck MAX20751. 2531f61cab8SGuenter Roeck 2541f61cab8SGuenter Roeck This driver can also be built as a module. If so, the module will 2551f61cab8SGuenter Roeck be called max20751. 2561f61cab8SGuenter Roeck 2574d420a6aSAndrew Jefferyconfig SENSORS_MAX31785 2584d420a6aSAndrew Jeffery tristate "Maxim MAX31785 and compatibles" 2594d420a6aSAndrew Jeffery help 2604d420a6aSAndrew Jeffery If you say yes here you get hardware monitoring support for Maxim 2614d420a6aSAndrew Jeffery MAX31785. 2624d420a6aSAndrew Jeffery 2634d420a6aSAndrew Jeffery This driver can also be built as a module. If so, the module will 2644d420a6aSAndrew Jeffery be called max31785. 2654d420a6aSAndrew Jeffery 2669d2ecfb7SGuenter Roeckconfig SENSORS_MAX34440 267590defe5SGuenter Roeck tristate "Maxim MAX34440 and compatibles" 2689d2ecfb7SGuenter Roeck help 2699d2ecfb7SGuenter Roeck If you say yes here you get hardware monitoring support for Maxim 2707a001dbaSKun Yi MAX34440, MAX34441, MAX34446, MAX34451, MAX34460, and MAX34461. 2719d2ecfb7SGuenter Roeck 2729d2ecfb7SGuenter Roeck This driver can also be built as a module. If so, the module will 2739d2ecfb7SGuenter Roeck be called max34440. 2749d2ecfb7SGuenter Roeck 2759d2ecfb7SGuenter Roeckconfig SENSORS_MAX8688 2769d2ecfb7SGuenter Roeck tristate "Maxim MAX8688" 2779d2ecfb7SGuenter Roeck help 2789d2ecfb7SGuenter Roeck If you say yes here you get hardware monitoring support for Maxim 2799d2ecfb7SGuenter Roeck MAX8688. 2809d2ecfb7SGuenter Roeck 2819d2ecfb7SGuenter Roeck This driver can also be built as a module. If so, the module will 2829d2ecfb7SGuenter Roeck be called max8688. 2839d2ecfb7SGuenter Roeck 284e4db7719SVadim Pasternakconfig SENSORS_MP2888 285e4db7719SVadim Pasternak tristate "MPS MP2888" 286e4db7719SVadim Pasternak help 287e4db7719SVadim Pasternak If you say yes here you get hardware monitoring support for MPS 288e4db7719SVadim Pasternak MP2888 Digital, Multi-Phase, Pulse-Width Modulation Controller. 289e4db7719SVadim Pasternak 290e4db7719SVadim Pasternak This driver can also be built as a module. If so, the module will 291e4db7719SVadim Pasternak be called mp2888. 292e4db7719SVadim Pasternak 2932c6fcbb2SVadim Pasternakconfig SENSORS_MP2975 2942c6fcbb2SVadim Pasternak tristate "MPS MP2975" 2952c6fcbb2SVadim Pasternak help 2962c6fcbb2SVadim Pasternak If you say yes here you get hardware monitoring support for MPS 2972c6fcbb2SVadim Pasternak MP2975 Dual Loop Digital Multi-Phase Controller. 2982c6fcbb2SVadim Pasternak 2992c6fcbb2SVadim Pasternak This driver can also be built as a module. If so, the module will 3002c6fcbb2SVadim Pasternak be called mp2975. 3012c6fcbb2SVadim Pasternak 302e1c5cd7eSHoward.Chiu@quantatw.comconfig SENSORS_MP5023 303e1c5cd7eSHoward.Chiu@quantatw.com tristate "MPS MP5023" 304e1c5cd7eSHoward.Chiu@quantatw.com help 305e1c5cd7eSHoward.Chiu@quantatw.com If you say yes here you get hardware monitoring support for MPS 306e1c5cd7eSHoward.Chiu@quantatw.com MP5023. 307e1c5cd7eSHoward.Chiu@quantatw.com 308e1c5cd7eSHoward.Chiu@quantatw.com This driver can also be built as a module. If so, the module will 309e1c5cd7eSHoward.Chiu@quantatw.com be called mp5023. 310e1c5cd7eSHoward.Chiu@quantatw.com 311317f9d80SErik Rosenconfig SENSORS_PIM4328 312317f9d80SErik Rosen tristate "Flex PIM4328 and compatibles" 313317f9d80SErik Rosen help 314317f9d80SErik Rosen If you say yes here you get hardware monitoring support for Flex 315317f9d80SErik Rosen PIM4328, PIM4820 and PIM4006 Power Interface Modules. 316317f9d80SErik Rosen 317317f9d80SErik Rosen This driver can also be built as a module. If so, the module will 318317f9d80SErik Rosen be called pim4328. 319317f9d80SErik Rosen 320d0cd9785SMarcello Sylvester Bauerconfig SENSORS_PLI1209BC 321d0cd9785SMarcello Sylvester Bauer tristate "Vicor PLI1209BC" 322d0cd9785SMarcello Sylvester Bauer help 323d0cd9785SMarcello Sylvester Bauer If you say yes here you get hardware monitoring support for Vicor 324d0cd9785SMarcello Sylvester Bauer PLI1209BC Digital Supervisor. 325d0cd9785SMarcello Sylvester Bauer 326d0cd9785SMarcello Sylvester Bauer This driver can also be built as a module. If so, the module will 327d0cd9785SMarcello Sylvester Bauer be called pli1209bc. 328d0cd9785SMarcello Sylvester Bauer 329*ba1d263aSMarcello Sylvester Bauerconfig SENSORS_PLI1209BC_REGULATOR 330*ba1d263aSMarcello Sylvester Bauer bool "Regulator support for PLI1209BC" 331*ba1d263aSMarcello Sylvester Bauer depends on SENSORS_PLI1209BC && REGULATOR 332*ba1d263aSMarcello Sylvester Bauer help 333*ba1d263aSMarcello Sylvester Bauer If you say yes here you get regulator support for Vicor PLI1209BC 334*ba1d263aSMarcello Sylvester Bauer Digital Supervisor. 335*ba1d263aSMarcello Sylvester Bauer 3367537862aSCharlesconfig SENSORS_PM6764TR 3377537862aSCharles tristate "ST PM6764TR" 3387537862aSCharles help 3397537862aSCharles If you say yes here you get hardware monitoring support for ST 3407537862aSCharles PM6764TR. 3417537862aSCharles 3427537862aSCharles This driver can also be built as a module. If so, the module will 3437537862aSCharles be called pm6764tr. 3447537862aSCharles 345344757baSVijay Khemkaconfig SENSORS_PXE1610 346344757baSVijay Khemka tristate "Infineon PXE1610" 347344757baSVijay Khemka help 348344757baSVijay Khemka If you say yes here you get hardware monitoring support for Infineon 349344757baSVijay Khemka PXE1610. 350344757baSVijay Khemka 351344757baSVijay Khemka This driver can also be built as a module. If so, the module will 352344757baSVijay Khemka be called pxe1610. 353344757baSVijay Khemka 354d014538aSxiao.maconfig SENSORS_Q54SJ108A2 355d014538aSxiao.ma tristate "Delta Power Supplies Q54SJ108A2" 356d014538aSxiao.ma help 357d014538aSxiao.ma If you say yes here you get hardware monitoring support for Delta 358d014538aSxiao.ma Q54SJ108A2 series Power Supplies. 359d014538aSxiao.ma 360d014538aSxiao.ma This driver can also be built as a module. If so, the module will 361d014538aSxiao.ma be called q54sj108a2. 362d014538aSxiao.ma 36342bfe7ddSErik Rosenconfig SENSORS_STPDDC60 36442bfe7ddSErik Rosen tristate "ST STPDDC60" 36542bfe7ddSErik Rosen help 36642bfe7ddSErik Rosen If you say yes here you get hardware monitoring support for ST 36742bfe7ddSErik Rosen STPDDC60 Universal Digital Multicell Controller, as well as for 36842bfe7ddSErik Rosen Flex BMR481. 36942bfe7ddSErik Rosen 37042bfe7ddSErik Rosen This driver can also be built as a module. If so, the module will 37142bfe7ddSErik Rosen be called stpddc60. 37242bfe7ddSErik Rosen 373a8bfecebSZhu, Richard \(NSN - CN/Beijing\)config SENSORS_TPS40422 374a8bfecebSZhu, Richard \(NSN - CN/Beijing\) tristate "TI TPS40422" 375a8bfecebSZhu, Richard \(NSN - CN/Beijing\) help 376a8bfecebSZhu, Richard \(NSN - CN/Beijing\) If you say yes here you get hardware monitoring support for TI 377a8bfecebSZhu, Richard \(NSN - CN/Beijing\) TPS40422. 378a8bfecebSZhu, Richard \(NSN - CN/Beijing\) 379a8bfecebSZhu, Richard \(NSN - CN/Beijing\) This driver can also be built as a module. If so, the module will 380a8bfecebSZhu, Richard \(NSN - CN/Beijing\) be called tps40422. 381a8bfecebSZhu, Richard \(NSN - CN/Beijing\) 38261052652SVadim Pasternakconfig SENSORS_TPS53679 383cb3d37b5SErik Rosen tristate "TI TPS53647, TPS53667, TPS53676, TPS53679, TPS53681, TPS53688" 38461052652SVadim Pasternak help 38561052652SVadim Pasternak If you say yes here you get hardware monitoring support for TI 386cb3d37b5SErik Rosen TPS53647, TPS53667, TPS53676, TPS53679, TPS53681, and TPS53688. 38761052652SVadim Pasternak 38861052652SVadim Pasternak This driver can also be built as a module. If so, the module will 38961052652SVadim Pasternak be called tps53679. 39061052652SVadim Pasternak 3919d2ecfb7SGuenter Roeckconfig SENSORS_UCD9000 392a470f11cSJim Wright tristate "TI UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910" 3939d2ecfb7SGuenter Roeck help 3949d2ecfb7SGuenter Roeck If you say yes here you get hardware monitoring support for TI 395a470f11cSJim Wright UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910, Sequencer 396a470f11cSJim Wright and System Health Controllers. 3979d2ecfb7SGuenter Roeck 3989d2ecfb7SGuenter Roeck This driver can also be built as a module. If so, the module will 3999d2ecfb7SGuenter Roeck be called ucd9000. 4009d2ecfb7SGuenter Roeck 4019d2ecfb7SGuenter Roeckconfig SENSORS_UCD9200 4029d2ecfb7SGuenter Roeck tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248" 4039d2ecfb7SGuenter Roeck help 4049d2ecfb7SGuenter Roeck If you say yes here you get hardware monitoring support for TI 4059d2ecfb7SGuenter Roeck UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248 4069d2ecfb7SGuenter Roeck Digital PWM System Controllers. 4079d2ecfb7SGuenter Roeck 4089d2ecfb7SGuenter Roeck This driver can also be built as a module. If so, the module will 4099d2ecfb7SGuenter Roeck be called ucd9200. 4109d2ecfb7SGuenter Roeck 411aaafb7c8SVadim Pasternakconfig SENSORS_XDPE122 412aaafb7c8SVadim Pasternak tristate "Infineon XDPE122 family" 413aaafb7c8SVadim Pasternak help 414aaafb7c8SVadim Pasternak If you say yes here you get hardware monitoring support for Infineon 415aaafb7c8SVadim Pasternak XDPE12254, XDPE12284, device. 416aaafb7c8SVadim Pasternak 417aaafb7c8SVadim Pasternak This driver can also be built as a module. If so, the module will 418aaafb7c8SVadim Pasternak be called xdpe12284. 419aaafb7c8SVadim Pasternak 420200855e5SGuenter Roeckconfig SENSORS_ZL6100 421200855e5SGuenter Roeck tristate "Intersil ZL6100 and compatibles" 422200855e5SGuenter Roeck help 423200855e5SGuenter Roeck If you say yes here you get hardware monitoring support for Intersil 4243360a106SGuenter Roeck ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105, 4253360a106SGuenter Roeck ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for 4263360a106SGuenter Roeck Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464. 427200855e5SGuenter Roeck 428200855e5SGuenter Roeck This driver can also be built as a module. If so, the module will 429200855e5SGuenter Roeck be called zl6100. 430200855e5SGuenter Roeck 4319d2ecfb7SGuenter Roeckendif # PMBUS 432