blob: 68d717a3fd59ca675463e9942fe5077cc2e93ae7 [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 default n
9 help
10 Say yes here if you want to enable PMBus support.
11
12 This driver can also be built as a module. If so, the module will
13 be called pmbus_core.
14
15if PMBUS
16
17config SENSORS_PMBUS
18 tristate "Generic PMBus devices"
19 default y
20 help
21 If you say yes here you get hardware monitoring support for generic
Guenter Roeck443830f2011-10-01 17:35:44 -070022 PMBus devices, including but not limited to ADP4000, BMR453, BMR454,
Guenter Roeckcfca3782015-08-07 20:55:59 -070023 MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012, TPS40400, TPS544B20,
24 TPS544B25, TPS544C20, TPS544C25, and UDT020.
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -070025
26 This driver can also be built as a module. If so, the module will
27 be called pmbus.
28
29config SENSORS_ADM1275
Guenter Roeck5cf231a2011-07-14 11:55:35 -070030 tristate "Analog Devices ADM1275 and compatibles"
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -070031 default n
32 help
33 If you say yes here you get hardware monitoring support for Analog
Guenter Roeck709066ac2015-07-05 11:04:56 -070034 Devices ADM1075, ADM1275, ADM1276, ADM1278, ADM1293, and ADM1294
35 Hot-Swap Controller and Digital Power Monitors.
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -070036
37 This driver can also be built as a module. If so, the module will
38 be called adm1275.
39
Samuel Mendoza-Jonas8991ebd2017-05-01 10:39:01 +100040config SENSORS_IR35221
41 tristate "Infineon IR35221"
42 default n
43 help
44 If you say yes here you get hardware monitoring support for the
45 Infineon IR35221 controller.
46
47 This driver can also be built as a module. If so, the module will
48 be called ir35521.
49
Guenter Roeck03e9bd82011-07-08 10:43:57 -070050config SENSORS_LM25066
51 tristate "National Semiconductor LM25066 and compatibles"
52 default n
53 help
54 If you say yes here you get hardware monitoring support for National
Guenter Roeck58615a92013-02-09 15:15:52 -080055 Semiconductor LM25056, LM25066, LM5064, and LM5066.
Guenter Roeck03e9bd82011-07-08 10:43:57 -070056
57 This driver can also be built as a module. If so, the module will
58 be called lm25066.
59
Guenter Roeckc3ff9a62011-09-02 09:58:37 -070060config SENSORS_LTC2978
Alan Tull77aa3582014-10-15 13:55:10 -050061 tristate "Linear Technologies LTC2978 and compatibles"
Guenter Roeckc3ff9a62011-09-02 09:58:37 -070062 default n
63 help
64 If you say yes here you get hardware monitoring support for Linear
Guenter Roeck52aae6a2015-08-17 06:38:01 -070065 Technology LTC2974, LTC2975, LTC2977, LTC2978, LTC2980, LTC3880,
Guenter Roeckccf2dc52015-08-17 20:08:09 -070066 LTC3883, LTC3886, LTC3887, LTCM2987, LTM4675, and LTM4676.
Guenter Roeckc3ff9a62011-09-02 09:58:37 -070067
68 This driver can also be built as a module. If so, the module will
69 be called ltc2978.
70
Alan Tull77aa3582014-10-15 13:55:10 -050071config SENSORS_LTC2978_REGULATOR
Christoph Jaeger6341e622014-12-20 15:41:11 -050072 bool "Regulator support for LTC2978 and compatibles"
Alan Tull77aa3582014-10-15 13:55:10 -050073 depends on SENSORS_LTC2978 && REGULATOR
74 help
75 If you say yes here you get regulator support for Linear
76 Technology LTC2974, LTC2977, LTC2978, LTC3880, LTC3883, and LTM4676.
77
Guenter Roeck8d28cd12015-08-22 00:49:37 -070078config SENSORS_LTC3815
79 tristate "Linear Technologies LTC3815"
80 default n
81 help
82 If you say yes here you get hardware monitoring support for Linear
83 Technology LTC3815.
84
85 This driver can also be built as a module. If so, the module will
86 be called ltc3815.
87
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -070088config SENSORS_MAX16064
89 tristate "Maxim MAX16064"
90 default n
91 help
92 If you say yes here you get hardware monitoring support for Maxim
93 MAX16064.
94
95 This driver can also be built as a module. If so, the module will
96 be called max16064.
97
Guenter Roeck1f61cab2015-06-08 11:15:23 -070098config SENSORS_MAX20751
99 tristate "Maxim MAX20751"
100 default n
101 help
102 If you say yes here you get hardware monitoring support for Maxim
103 MAX20751.
104
105 This driver can also be built as a module. If so, the module will
106 be called max20751.
107
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700108config SENSORS_MAX34440
Guenter Roeck590defe2012-02-24 03:40:22 -0800109 tristate "Maxim MAX34440 and compatibles"
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700110 default n
111 help
112 If you say yes here you get hardware monitoring support for Maxim
Guenter Roeck50115ac2012-04-27 15:13:08 -0700113 MAX34440, MAX34441, MAX34446, MAX34460, and MAX34461.
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700114
115 This driver can also be built as a module. If so, the module will
116 be called max34440.
117
118config SENSORS_MAX8688
119 tristate "Maxim MAX8688"
120 default n
121 help
122 If you say yes here you get hardware monitoring support for Maxim
123 MAX8688.
124
125 This driver can also be built as a module. If so, the module will
126 be called max8688.
127
Zhu, Richard \(NSN - CN/Beijing\)a8bfece2014-07-01 07:14:23 +0000128config SENSORS_TPS40422
129 tristate "TI TPS40422"
130 default n
131 help
132 If you say yes here you get hardware monitoring support for TI
133 TPS40422.
134
135 This driver can also be built as a module. If so, the module will
136 be called tps40422.
137
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700138config SENSORS_UCD9000
Matt Weber50b2b022016-08-19 21:08:45 -0500139 tristate "TI UCD90120, UCD90124, UCD90160, UCD9090, UCD90910"
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700140 default n
141 help
142 If you say yes here you get hardware monitoring support for TI
Matt Weber50b2b022016-08-19 21:08:45 -0500143 UCD90120, UCD90124, UCD90160, UCD9090, UCD90910, Sequencer and System
144 Health Controllers.
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700145
146 This driver can also be built as a module. If so, the module will
147 be called ucd9000.
148
149config SENSORS_UCD9200
150 tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
151 default n
152 help
153 If you say yes here you get hardware monitoring support for TI
154 UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
155 Digital PWM System Controllers.
156
157 This driver can also be built as a module. If so, the module will
158 be called ucd9200.
159
Guenter Roeck200855e2011-07-29 22:21:53 -0700160config SENSORS_ZL6100
161 tristate "Intersil ZL6100 and compatibles"
162 default n
163 help
164 If you say yes here you get hardware monitoring support for Intersil
Guenter Roeck3360a102012-02-28 13:18:47 -0800165 ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105,
166 ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for
167 Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464.
Guenter Roeck200855e2011-07-29 22:21:53 -0700168
169 This driver can also be built as a module. If so, the module will
170 be called zl6100.
171
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -0700172endif # PMBUS