blob: 629cb45f8557a0dd936b0827056fb08c30ddd4e7 [file] [log] [blame]
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -07001#
2# PMBus chip drivers configuration
3#
4
5menuconfig PMBUS
6 tristate "PMBus support"
Kees Cookf2bab3e2012-10-02 11:17:06 -07007 depends on I2C
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -07008 help
9 Say yes here if you want to enable PMBus support.
10
11 This driver can also be built as a module. If so, the module will
12 be called pmbus_core.
13
14if PMBUS
15
16config SENSORS_PMBUS
17 tristate "Generic PMBus devices"
18 default y
19 help
20 If you say yes here you get hardware monitoring support for generic
Guenter Roeck443830f2011-10-01 17:35:44 -070021 PMBus devices, including but not limited to ADP4000, BMR453, BMR454,
Guenter Roeckcfca3782015-08-07 20:55:59 -070022 MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012, TPS40400, TPS544B20,
23 TPS544B25, TPS544C20, TPS544C25, and UDT020.
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -070024
25 This driver can also be built as a module. If so, the module will
26 be called pmbus.
27
28config SENSORS_ADM1275
Guenter Roeck5cf231a2011-07-14 11:55:35 -070029 tristate "Analog Devices ADM1275 and compatibles"
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -070030 help
31 If you say yes here you get hardware monitoring support for Analog
Guenter Roeck4ff0ce22018-03-10 18:59:04 -080032 Devices ADM1075, ADM1272, ADM1275, ADM1276, ADM1278, ADM1293,
33 and ADM1294 Hot-Swap Controller and Digital Power Monitors.
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -070034
35 This driver can also be built as a module. If so, the module will
36 be called adm1275.
37
Edward A. Jamesf69316d2017-08-21 14:46:12 -050038config SENSORS_IBM_CFFPS
39 tristate "IBM Common Form Factor Power Supply"
Arnd Bergmannb0076402018-01-12 16:49:00 +010040 depends on LEDS_CLASS
Edward A. Jamesf69316d2017-08-21 14:46:12 -050041 help
42 If you say yes here you get hardware monitoring support for the IBM
43 Common Form Factor power supply.
44
45 This driver can also be built as a module. If so, the module will
46 be called ibm-cffps.
47
Samuel Mendoza-Jonas8991ebd2017-05-01 10:39:01 +100048config SENSORS_IR35221
49 tristate "Infineon IR35221"
Samuel Mendoza-Jonas8991ebd2017-05-01 10:39:01 +100050 help
51 If you say yes here you get hardware monitoring support for the
52 Infineon IR35221 controller.
53
54 This driver can also be built as a module. If so, the module will
55 be called ir35521.
56
Guenter Roeck03e9bd82011-07-08 10:43:57 -070057config SENSORS_LM25066
58 tristate "National Semiconductor LM25066 and compatibles"
Guenter Roeck03e9bd82011-07-08 10:43:57 -070059 help
60 If you say yes here you get hardware monitoring support for National
Guenter Roeck58615a92013-02-09 15:15:52 -080061 Semiconductor LM25056, LM25066, LM5064, and LM5066.
Guenter Roeck03e9bd82011-07-08 10:43:57 -070062
63 This driver can also be built as a module. If so, the module will
64 be called lm25066.
65
Guenter Roeckc3ff9a62011-09-02 09:58:37 -070066config SENSORS_LTC2978
Alan Tull77aa3582014-10-15 13:55:10 -050067 tristate "Linear Technologies LTC2978 and compatibles"
Guenter Roeckc3ff9a62011-09-02 09:58:37 -070068 help
69 If you say yes here you get hardware monitoring support for Linear
Guenter Roeck52aae6a2015-08-17 06:38:01 -070070 Technology LTC2974, LTC2975, LTC2977, LTC2978, LTC2980, LTC3880,
Guenter Roeckccf2dc52015-08-17 20:08:09 -070071 LTC3883, LTC3886, LTC3887, LTCM2987, LTM4675, and LTM4676.
Guenter Roeckc3ff9a62011-09-02 09:58:37 -070072
73 This driver can also be built as a module. If so, the module will
74 be called ltc2978.
75
Alan Tull77aa3582014-10-15 13:55:10 -050076config SENSORS_LTC2978_REGULATOR
Christoph Jaeger6341e622014-12-20 15:41:11 -050077 bool "Regulator support for LTC2978 and compatibles"
Alan Tull77aa3582014-10-15 13:55:10 -050078 depends on SENSORS_LTC2978 && REGULATOR
79 help
80 If you say yes here you get regulator support for Linear
Michael Hennerich4e15d052018-08-14 14:18:28 +020081 Technology LTC2974, LTC2977, LTC2978, LTC3880, LTC3883, LTM4676
82 and LTM4686.
Alan Tull77aa3582014-10-15 13:55:10 -050083
Guenter Roeck8d28cd12015-08-22 00:49:37 -070084config SENSORS_LTC3815
85 tristate "Linear Technologies LTC3815"
Guenter Roeck8d28cd12015-08-22 00:49:37 -070086 help
87 If you say yes here you get hardware monitoring support for Linear
88 Technology LTC3815.
89
90 This driver can also be built as a module. If so, the module will
91 be called ltc3815.
92
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -070093config SENSORS_MAX16064
94 tristate "Maxim MAX16064"
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -070095 help
96 If you say yes here you get hardware monitoring support for Maxim
97 MAX16064.
98
99 This driver can also be built as a module. If so, the module will
100 be called max16064.
101
Guenter Roeck1f61cab2015-06-08 11:15:23 -0700102config SENSORS_MAX20751
103 tristate "Maxim MAX20751"
Guenter Roeck1f61cab2015-06-08 11:15:23 -0700104 help
105 If you say yes here you get hardware monitoring support for Maxim
106 MAX20751.
107
108 This driver can also be built as a module. If so, the module will
109 be called max20751.
110
Andrew Jeffery4d420a62017-11-03 15:53:02 +1100111config SENSORS_MAX31785
112 tristate "Maxim MAX31785 and compatibles"
Andrew Jeffery4d420a62017-11-03 15:53:02 +1100113 help
114 If you say yes here you get hardware monitoring support for Maxim
115 MAX31785.
116
117 This driver can also be built as a module. If so, the module will
118 be called max31785.
119
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700120config SENSORS_MAX34440
Guenter Roeck590defe2012-02-24 03:40:22 -0800121 tristate "Maxim MAX34440 and compatibles"
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700122 help
123 If you say yes here you get hardware monitoring support for Maxim
Kun Yi7a001db2018-07-03 15:26:49 -0700124 MAX34440, MAX34441, MAX34446, MAX34451, MAX34460, and MAX34461.
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700125
126 This driver can also be built as a module. If so, the module will
127 be called max34440.
128
129config SENSORS_MAX8688
130 tristate "Maxim MAX8688"
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700131 help
132 If you say yes here you get hardware monitoring support for Maxim
133 MAX8688.
134
135 This driver can also be built as a module. If so, the module will
136 be called max8688.
137
Zhu, Richard \(NSN - CN/Beijing\)a8bfece2014-07-01 07:14:23 +0000138config SENSORS_TPS40422
139 tristate "TI TPS40422"
Zhu, Richard \(NSN - CN/Beijing\)a8bfece2014-07-01 07:14:23 +0000140 help
141 If you say yes here you get hardware monitoring support for TI
142 TPS40422.
143
144 This driver can also be built as a module. If so, the module will
145 be called tps40422.
146
Vadim Pasternak61052652017-08-30 22:02:14 +0000147config SENSORS_TPS53679
148 tristate "TI TPS53679"
149 help
150 If you say yes here you get hardware monitoring support for TI
151 TPS53679.
152
153 This driver can also be built as a module. If so, the module will
154 be called tps53679.
155
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700156config SENSORS_UCD9000
Matt Weber50b2b022016-08-19 21:08:45 -0500157 tristate "TI UCD90120, UCD90124, UCD90160, UCD9090, UCD90910"
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700158 help
159 If you say yes here you get hardware monitoring support for TI
Matt Weber50b2b022016-08-19 21:08:45 -0500160 UCD90120, UCD90124, UCD90160, UCD9090, UCD90910, Sequencer and System
161 Health Controllers.
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700162
163 This driver can also be built as a module. If so, the module will
164 be called ucd9000.
165
166config SENSORS_UCD9200
167 tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700168 help
169 If you say yes here you get hardware monitoring support for TI
170 UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
171 Digital PWM System Controllers.
172
173 This driver can also be built as a module. If so, the module will
174 be called ucd9200.
175
Guenter Roeck200855e2011-07-29 22:21:53 -0700176config SENSORS_ZL6100
177 tristate "Intersil ZL6100 and compatibles"
Guenter Roeck200855e2011-07-29 22:21:53 -0700178 help
179 If you say yes here you get hardware monitoring support for Intersil
Guenter Roeck3360a102012-02-28 13:18:47 -0800180 ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105,
181 ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for
182 Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464.
Guenter Roeck200855e2011-07-29 22:21:53 -0700183
184 This driver can also be built as a module. If so, the module will
185 be called zl6100.
186
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700187endif # PMBUS