]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/hwmon/Kconfig
hwmon: (ina2xx) use module_i2c_driver to simplify the code
[mirror_ubuntu-bionic-kernel.git] / drivers / hwmon / Kconfig
CommitLineData
ad2f931d 1#
060b2f55 2# Hardware monitoring chip drivers configuration
ad2f931d
JD
3#
4
1d72acf9 5menuconfig HWMON
ad2f931d 6 tristate "Hardware Monitoring support"
e25df120 7 depends on HAS_IOMEM
ad2f931d
JD
8 default y
9 help
10 Hardware monitoring devices let you monitor the hardware health
11 of a system. Most modern motherboards include such a device. It
12 can include temperature sensors, voltage sensors, fan speed
13 sensors and various additional features such as the ability to
1236441f
MH
14 control the speed of the fans. If you want this support you
15 should say Y here and also to the specific driver(s) for your
16 sensors chip(s) below.
17
0d0001dd
JD
18 To find out which specific driver(s) you need, use the
19 sensors-detect script from the lm_sensors package. Read
20 <file:Documentation/hwmon/userspace-tools> for details.
21
1236441f
MH
22 This support can also be built as a module. If so, the module
23 will be called hwmon.
ad2f931d 24
1d72acf9
JE
25if HWMON
26
303760b4
JD
27config HWMON_VID
28 tristate
29 default n
30
61cba5c2
JD
31config HWMON_DEBUG_CHIP
32 bool "Hardware Monitoring Chip debugging messages"
33 default n
34 help
35 Say Y here if you want the I2C chip drivers to produce a bunch of
36 debug messages to the system log. Select this if you are having
37 a problem with I2C support and want to see more of what is going
38 on.
39
40comment "Native drivers"
41
f2b84bbc 42config SENSORS_ABITUGURU
3faa1ffb 43 tristate "Abit uGuru (rev 1 & 2)"
e2d8c2b6 44 depends on X86 && DMI
f2b84bbc 45 help
3faa1ffb
HG
46 If you say yes here you get support for the sensor part of the first
47 and second revision of the Abit uGuru chip. The voltage and frequency
48 control parts of the Abit uGuru are not supported. The Abit uGuru
49 chip can be found on Abit uGuru featuring motherboards (most modern
50 Abit motherboards from before end 2005). For more info and a list
51 of which motherboards have which revision see
52 Documentation/hwmon/abituguru
f2b84bbc
HG
53
54 This driver can also be built as a module. If so, the module
55 will be called abituguru.
56
3faa1ffb
HG
57config SENSORS_ABITUGURU3
58 tristate "Abit uGuru (rev 3)"
e2d8c2b6 59 depends on X86 && DMI
3faa1ffb
HG
60 help
61 If you say yes here you get support for the sensor part of the
62 third revision of the Abit uGuru chip. Only reading the sensors
63 and their settings is supported. The third revision of the Abit
64 uGuru chip can be found on recent Abit motherboards (since end
65 2005). For more info and a list of which motherboards have which
66 revision see Documentation/hwmon/abituguru3
67
68 This driver can also be built as a module. If so, the module
69 will be called abituguru3.
70
4f3a6595
JC
71config SENSORS_AD7314
72 tristate "Analog Devices AD7314 and compatibles"
e2d8c2b6 73 depends on SPI
4f3a6595
JC
74 help
75 If you say yes here you get support for the Analog Devices
76 AD7314, ADT7301 and ADT7302 temperature sensors.
77
78 This driver can also be built as a module. If so, the module
79 will be called ad7314.
80
6c633c30
SM
81config SENSORS_AD7414
82 tristate "Analog Devices AD7414"
e2d8c2b6 83 depends on I2C
6c633c30
SM
84 help
85 If you say yes here you get support for the Analog Devices
86 AD7414 temperature monitoring chip.
87
88 This driver can also be built as a module. If so, the module
89 will be called ad7414.
90
2d8dd65f
AZ
91config SENSORS_AD7418
92 tristate "Analog Devices AD7416, AD7417 and AD7418"
e2d8c2b6 93 depends on I2C
2d8dd65f
AZ
94 help
95 If you say yes here you get support for the Analog Devices
96 AD7416, AD7417 and AD7418 temperature monitoring chips.
97
98 This driver can also be built as a module. If so, the module
99 will be called ad7418.
100
d42139a3
MP
101config SENSORS_ADCXX
102 tristate "National Semiconductor ADCxxxSxxx"
e2d8c2b6 103 depends on SPI_MASTER
d42139a3
MP
104 help
105 If you say yes here you get support for the National Semiconductor
106 ADC<bb><c>S<sss> chip family, where
107 * bb is the resolution in number of bits (8, 10, 12)
108 * c is the number of channels (1, 2, 4, 8)
109 * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
110 kSPS and 101 for 1 MSPS)
111
112 Examples : ADC081S101, ADC124S501, ...
113
114 This driver can also be built as a module. If so, the module
115 will be called adcxx.
116
ad2f931d
JD
117config SENSORS_ADM1021
118 tristate "Analog Devices ADM1021 and compatibles"
1d72acf9 119 depends on I2C
ad2f931d
JD
120 help
121 If you say yes here you get support for Analog Devices ADM1021
122 and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
d7ce0335 123 Genesys Logic GL523SM, National Semiconductor LM84 and TI THMC10.
ad2f931d
JD
124
125 This driver can also be built as a module. If so, the module
126 will be called adm1021.
127
128config SENSORS_ADM1025
129 tristate "Analog Devices ADM1025 and compatibles"
1d72acf9 130 depends on I2C
303760b4 131 select HWMON_VID
ad2f931d
JD
132 help
133 If you say yes here you get support for Analog Devices ADM1025
134 and Philips NE1619 sensor chips.
135
136 This driver can also be built as a module. If so, the module
137 will be called adm1025.
138
139config SENSORS_ADM1026
140 tristate "Analog Devices ADM1026 and compatibles"
0b22ce3b 141 depends on I2C
303760b4 142 select HWMON_VID
ad2f931d
JD
143 help
144 If you say yes here you get support for Analog Devices ADM1026
145 sensor chip.
146
147 This driver can also be built as a module. If so, the module
148 will be called adm1026.
149
cae2caae
CL
150config SENSORS_ADM1029
151 tristate "Analog Devices ADM1029"
0b22ce3b 152 depends on I2C
cae2caae
CL
153 help
154 If you say yes here you get support for Analog Devices ADM1029
155 sensor chip.
156 Very rare chip, please let us know you use it.
157
158 This driver can also be built as a module. If so, the module
159 will be called adm1029.
160
ad2f931d
JD
161config SENSORS_ADM1031
162 tristate "Analog Devices ADM1031 and compatibles"
0b22ce3b 163 depends on I2C
ad2f931d
JD
164 help
165 If you say yes here you get support for Analog Devices ADM1031
166 and ADM1030 sensor chips.
167
168 This driver can also be built as a module. If so, the module
169 will be called adm1031.
170
171config SENSORS_ADM9240
172 tristate "Analog Devices ADM9240 and compatibles"
68f823de 173 depends on I2C
303760b4 174 select HWMON_VID
ad2f931d
JD
175 help
176 If you say yes here you get support for Analog Devices ADM9240,
177 Dallas DS1780, National Semiconductor LM81 sensor chips.
178
179 This driver can also be built as a module. If so, the module
180 will be called adm9240.
181
983b97be
HK
182config SENSORS_ADT7410
183 tristate "Analog Devices ADT7410"
e2d8c2b6 184 depends on I2C
983b97be
HK
185 help
186 If you say yes here you get support for the Analog Devices
187 ADT7410 temperature monitoring chip.
188
189 This driver can also be built as a module. If so, the module
190 will be called adt7410.
191
d84ca5b3
WS
192config SENSORS_ADT7411
193 tristate "Analog Devices ADT7411"
e2d8c2b6 194 depends on I2C
d84ca5b3
WS
195 help
196 If you say yes here you get support for the Analog Devices
197 ADT7411 voltage and temperature monitoring chip.
198
199 This driver can also be built as a module. If so, the module
200 will be called adt7411.
201
c0b4e3ab
DW
202config SENSORS_ADT7462
203 tristate "Analog Devices ADT7462"
e2d8c2b6 204 depends on I2C
c0b4e3ab
DW
205 help
206 If you say yes here you get support for the Analog Devices
207 ADT7462 temperature monitoring chips.
208
209 This driver can also be built as a module. If so, the module
210 will be called adt7462.
211
6f9703d0
DW
212config SENSORS_ADT7470
213 tristate "Analog Devices ADT7470"
e2d8c2b6 214 depends on I2C
6f9703d0
DW
215 help
216 If you say yes here you get support for the Analog Devices
217 ADT7470 temperature monitoring chips.
218
219 This driver can also be built as a module. If so, the module
220 will be called adt7470.
221
1c301fc5 222config SENSORS_ADT7475
d8d2ee07 223 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
0b22ce3b 224 depends on I2C
54fe4671 225 select HWMON_VID
1c301fc5
JC
226 help
227 If you say yes here you get support for the Analog Devices
d8d2ee07
JD
228 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
229 chips.
1c301fc5
JC
230
231 This driver can also be build as a module. If so, the module
232 will be called adt7475.
233
d58de038
GJ
234config SENSORS_ASC7621
235 tristate "Andigilog aSC7621"
9854f971 236 depends on I2C
d58de038
GJ
237 help
238 If you say yes here you get support for the aSC7621
b00d8a7e
JSR
239 family of SMBus sensors chip found on most Intel X38, X48, X58,
240 945, 965 and 975 desktop boards. Currently supported chips:
d58de038
GJ
241 aSC7621
242 aSC7621a
243
244 This driver can also be built as a module. If so, the module
245 will be called asc7621.
246
29fa06c1 247config SENSORS_K8TEMP
4660cb35 248 tristate "AMD Athlon64/FX or Opteron temperature sensor"
e2d8c2b6 249 depends on X86 && PCI
29fa06c1
RM
250 help
251 If you say yes here you get support for the temperature
4660cb35
RM
252 sensor(s) inside your CPU. Supported is whole AMD K8
253 microarchitecture. Please note that you will need at least
254 lm-sensors 2.10.1 for proper userspace support.
29fa06c1
RM
255
256 This driver can also be built as a module. If so, the module
257 will be called k8temp.
258
3c57e89b 259config SENSORS_K10TEMP
9e581311 260 tristate "AMD Family 10h+ temperature sensor"
3c57e89b
CL
261 depends on X86 && PCI
262 help
263 If you say yes here you get support for the temperature
264 sensor(s) inside your CPU. Supported are later revisions of
aa4790a6 265 the AMD Family 10h and all revisions of the AMD Family 11h,
fbc729a4
AP
266 12h (Llano), 14h (Brazos) and 15h (Bulldozer/Trinity)
267 microarchitectures.
3c57e89b
CL
268
269 This driver can also be built as a module. If so, the module
270 will be called k10temp.
271
512d1027
AH
272config SENSORS_FAM15H_POWER
273 tristate "AMD Family 15h processor power"
274 depends on X86 && PCI
275 help
276 If you say yes here you get support for processor power
277 information of your AMD family 15h CPU.
278
279 This driver can also be built as a module. If so, the module
280 will be called fam15h_power.
281
ad2f931d
JD
282config SENSORS_ASB100
283 tristate "Asus ASB100 Bach"
e2d8c2b6 284 depends on X86 && I2C
303760b4 285 select HWMON_VID
ad2f931d
JD
286 help
287 If you say yes here you get support for the ASB100 Bach sensor
288 chip found on some Asus mainboards.
289
290 This driver can also be built as a module. If so, the module
291 will be called asb100.
292
293config SENSORS_ATXP1
294 tristate "Attansic ATXP1 VID controller"
e2d8c2b6 295 depends on I2C
303760b4 296 select HWMON_VID
ad2f931d
JD
297 help
298 If you say yes here you get support for the Attansic ATXP1 VID
299 controller.
300
301 If your board have such a chip, you are able to control your CPU
302 core and other voltages.
303
304 This driver can also be built as a module. If so, the module
305 will be called atxp1.
306
60994698
RS
307config SENSORS_DS620
308 tristate "Dallas Semiconductor DS620"
309 depends on I2C
310 help
311 If you say yes here you get support for Dallas Semiconductor
312 DS620 sensor chip.
313
314 This driver can also be built as a module. If so, the module
315 will be called ds620.
316
ad2f931d
JD
317config SENSORS_DS1621
318 tristate "Dallas Semiconductor DS1621 and DS1625"
1d72acf9 319 depends on I2C
ad2f931d
JD
320 help
321 If you say yes here you get support for Dallas Semiconductor
322 DS1621 and DS1625 sensor chips.
323
324 This driver can also be built as a module. If so, the module
325 will be called ds1621.
326
e41f6432
AJ
327config SENSORS_DA9052_ADC
328 tristate "Dialog DA9052/DA9053 ADC"
329 depends on PMIC_DA9052
330 help
331 Say y here to support the ADC found on Dialog Semiconductor
332 DA9052-BC and DA9053-AA/Bx PMICs.
333
334 This driver can also be built as module. If so, the module
335 will be called da9052-hwmon.
336
298c7524
DW
337config SENSORS_I5K_AMB
338 tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
e2d8c2b6 339 depends on PCI
298c7524
DW
340 help
341 If you say yes here you get support for FB-DIMM AMB temperature
342 monitoring chips on systems with the Intel 5000 series chipset.
343
344 This driver can also be built as a module. If so, the module
345 will be called i5k_amb.
346
e53004e2 347config SENSORS_F71805F
9cab0217 348 tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
746cdfbf 349 depends on !PPC
e53004e2
JD
350 help
351 If you say yes here you get support for hardware monitoring
9cab0217
JD
352 features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
353 Super-I/O chips.
e53004e2
JD
354
355 This driver can also be built as a module. If so, the module
356 will be called f71805f.
357
45fb3669 358config SENSORS_F71882FG
5d7f77bf 359 tristate "Fintek F71882FG and compatibles"
746cdfbf 360 depends on !PPC
45fb3669 361 help
f2e41e91 362 If you say yes here you get support for hardware monitoring
5d7f77bf
JD
363 features of many Fintek Super-I/O (LPC) chips. The currently
364 supported chips are:
629c58ba 365 F71808E/A
5d7f77bf
JD
366 F71858FG
367 F71862FG
368 F71863FG
5da556e3 369 F71869F/E/A
5d7f77bf
JD
370 F71882FG
371 F71883FG
a66c1088 372 F71889FG/ED/A
5d7f77bf
JD
373 F8000
374 F81801U
383586b1 375 F81865F
45fb3669
HG
376
377 This driver can also be built as a module. If so, the module
378 will be called f71882fg.
379
84f1e442 380config SENSORS_F75375S
f58c44e6 381 tristate "Fintek F75375S/SP, F75373 and F75387"
0b22ce3b 382 depends on I2C
84f1e442
RV
383 help
384 If you say yes here you get support for hardware monitoring
f58c44e6 385 features of the Fintek F75375S/SP, F75373 and F75387
84f1e442
RV
386
387 This driver can also be built as a module. If so, the module
388 will be called f75375s.
389
569ff102 390config SENSORS_FSCHMD
c69ab2b7 391 tristate "Fujitsu Siemens Computers sensor chips"
0589c2de 392 depends on X86 && I2C
569ff102 393 help
c69ab2b7
HG
394 If you say yes here you get support for the following Fujitsu
395 Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
de15f093
HG
396 Heimdall, Heracles, Hades and Syleus including support for the
397 integrated watchdog.
569ff102 398
0589c2de
HG
399 This is a merged driver for FSC sensor chips replacing the fscpos,
400 fscscy and fscher drivers and adding support for several other FSC
401 sensor chips.
569ff102
HG
402
403 This driver can also be built as a module. If so, the module
404 will be called fschmd.
405
3bcfa9e4
HVR
406config SENSORS_G760A
407 tristate "GMT G760A"
408 depends on I2C
409 help
410 If you say yes here you get support for Global Mixed-mode
411 Technology Inc G760A fan speed PWM controller chips.
412
413 This driver can also be built as a module. If so, the module
414 will be called g760a.
415
ad2f931d
JD
416config SENSORS_GL518SM
417 tristate "Genesys Logic GL518SM"
1d72acf9 418 depends on I2C
ad2f931d
JD
419 help
420 If you say yes here you get support for Genesys Logic GL518SM
421 sensor chips.
422
423 This driver can also be built as a module. If so, the module
424 will be called gl518sm.
425
426config SENSORS_GL520SM
427 tristate "Genesys Logic GL520SM"
1d72acf9 428 depends on I2C
303760b4 429 select HWMON_VID
ad2f931d
JD
430 help
431 If you say yes here you get support for Genesys Logic GL520SM
432 sensor chips.
433
434 This driver can also be built as a module. If so, the module
435 will be called gl520sm.
436
d6fe1360
SG
437config SENSORS_GPIO_FAN
438 tristate "GPIO fan"
c1a12602 439 depends on GPIOLIB
d6fe1360
SG
440 help
441 If you say yes here you get support for fans connected to GPIO lines.
442
443 This driver can also be built as a module. If so, the module
444 will be called gpio-fan.
445
27f8b135
IP
446config SENSORS_HIH6130
447 tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor"
e2d8c2b6 448 depends on I2C
27f8b135
IP
449 help
450 If you say yes here you get support for Honeywell Humidicon
451 HIH-6130 and HIH-6131 Humidicon humidity sensors.
452
453 This driver can also be built as a module. If so, the module
454 will be called hih6130.
455
bebe4678 456config SENSORS_CORETEMP
708a62bc 457 tristate "Intel Core/Core2/Atom temperature sensor"
e2d8c2b6 458 depends on X86 && PCI
bebe4678
RM
459 help
460 If you say yes here you get support for the temperature
708a62bc 461 sensor inside your CPU. Most of the family 6 CPUs
f3cffe4d 462 are supported. Check Documentation/hwmon/coretemp for details.
bebe4678 463
8808a793
DW
464config SENSORS_IBMAEM
465 tristate "IBM Active Energy Manager temperature/power sensors and control"
466 select IPMI_SI
467 depends on IPMI_HANDLER
468 help
469 If you say yes here you get support for the temperature and
470 power sensors and capping hardware in various IBM System X
471 servers that support Active Energy Manager. This includes
472 the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
8070408b 473 and certain HC10/HS2x/LS2x/QS2x blades.
8808a793
DW
474
475 This driver can also be built as a module. If so, the module
476 will be called ibmaem.
477
57c7c3a0
DW
478config SENSORS_IBMPEX
479 tristate "IBM PowerExecutive temperature/power sensors"
480 select IPMI_SI
481 depends on IPMI_HANDLER
482 help
483 If you say yes here you get support for the temperature and
484 power sensors in various IBM System X servers that support
3d960a99
DW
485 PowerExecutive. So far this includes the x3350, x3550, x3650,
486 x3655, and x3755; the x3800, x3850, and x3950 models that have
487 PCI Express; and some of the HS2x, LS2x, and QS2x blades.
57c7c3a0
DW
488
489 This driver can also be built as a module. If so, the module
490 will be called ibmpex.
491
ad2f931d
JD
492config SENSORS_IT87
493 tristate "ITE IT87xx and compatibles"
746cdfbf 494 depends on !PPC
303760b4 495 select HWMON_VID
ad2f931d 496 help
87673dd7 497 If you say yes here you get support for ITE IT8705F, IT8712F,
ca2e24cb
GR
498 IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E,
499 IT8782F, and IT8783E/F sensor chips, and the SiS950 clone.
ad2f931d
JD
500
501 This driver can also be built as a module. If so, the module
502 will be called it87.
503
7f983ba9
LPC
504config SENSORS_JZ4740
505 tristate "Ingenic JZ4740 SoC ADC driver"
506 depends on MACH_JZ4740 && MFD_JZ4740_ADC
507 help
508 If you say yes here you get support for reading adc values from the ADCIN
509 pin on Ingenic JZ4740 SoC based boards.
510
511 This driver can also be build as a module. If so, the module will be
512 called jz4740-hwmon.
513
4453d736 514config SENSORS_JC42
d5622f5b 515 tristate "JEDEC JC42.4 compliant memory module temperature sensors"
4bd2691d 516 depends on I2C
4453d736 517 help
d5622f5b
CL
518 If you say yes here, you get support for JEDEC JC42.4 compliant
519 temperature sensors, which are used on many DDR3 memory modules for
520 mobile devices and servers. Support will include, but not be limited
1bd612a2
GR
521 to, ADT7408, AT30TS00, CAT34TS02, CAT6095, MAX6604, MCP9804, MCP9805,
522 MCP98242, MCP98243, MCP9843, SE97, SE98, STTS424(E), STTS2002,
523 STTS3000, TSE2002B3, TSE2002GB2, TS3000B3, and TS3000GB2.
4453d736
GR
524
525 This driver can also be built as a module. If so, the module
526 will be called jc42.
527
502b5a01
GR
528config SENSORS_LINEAGE
529 tristate "Lineage Compact Power Line Power Entry Module"
e2d8c2b6 530 depends on I2C
502b5a01
GR
531 help
532 If you say yes here you get support for the Lineage Compact Power Line
533 series of DC/DC and AC/DC converters such as CP1800, CP2000AC,
534 CP2000DC, CP2725, and others.
535
536 This driver can also be built as a module. If so, the module
537 will be called lineage-pem.
538
ad2f931d 539config SENSORS_LM63
210961c4 540 tristate "National Semiconductor LM63 and compatibles"
1d72acf9 541 depends on I2C
ad2f931d 542 help
10f2ed31 543 If you say yes here you get support for the National
210961c4 544 Semiconductor LM63, LM64, and LM96163 remote diode digital temperature
10f2ed31
MG
545 sensors with integrated fan control. Such chips are found
546 on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
547 others.
ad2f931d
JD
548
549 This driver can also be built as a module. If so, the module
550 will be called lm63.
551
e1a8e913 552config SENSORS_LM70
a86e94dc 553 tristate "National Semiconductor LM70 and compatibles"
0b22ce3b 554 depends on SPI_MASTER
e1a8e913
KB
555 help
556 If you say yes here you get support for the National Semiconductor
a86e94dc
CL
557 LM70, LM71, LM74 and Texas Instruments TMP121/TMP123 digital tempera-
558 ture sensor chips.
e1a8e913
KB
559
560 This driver can also be built as a module. If so, the module
561 will be called lm70.
562
4e233cbe
AD
563config SENSORS_LM73
564 tristate "National Semiconductor LM73"
565 depends on I2C
566 help
567 If you say yes here you get support for National Semiconductor LM73
568 sensor chips.
569 This driver can also be built as a module. If so, the module
570 will be called lm73.
571
ad2f931d
JD
572config SENSORS_LM75
573 tristate "National Semiconductor LM75 and compatibles"
1d72acf9 574 depends on I2C
ad2f931d 575 help
01a52397
DB
576 If you say yes here you get support for one common type of
577 temperature sensor chip, with models including:
578
e96f9d89 579 - Analog Devices ADT75
01a52397
DB
580 - Dallas Semiconductor DS75 and DS1775
581 - Maxim MAX6625 and MAX6626
582 - Microchip MCP980x
05e82fe4 583 - National Semiconductor LM75, LM75A
01a52397
DB
584 - NXP's LM75A
585 - ST Microelectronics STDS75
586 - TelCom (now Microchip) TCN75
6d034059
SD
587 - Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175,
588 TMP275
01a52397 589
9ebd3d82
DB
590 This driver supports driver model based binding through board
591 specific I2C device tables.
592
593 It also supports the "legacy" style of driver binding. To use
594 that with some chips which don't replicate LM75 quirks exactly,
595 you may need the "force" module parameter.
ad2f931d
JD
596
597 This driver can also be built as a module. If so, the module
598 will be called lm75.
599
600config SENSORS_LM77
601 tristate "National Semiconductor LM77"
1d72acf9 602 depends on I2C
ad2f931d
JD
603 help
604 If you say yes here you get support for National Semiconductor LM77
605 sensor chips.
606
607 This driver can also be built as a module. If so, the module
608 will be called lm77.
609
610config SENSORS_LM78
611 tristate "National Semiconductor LM78 and compatibles"
1d72acf9 612 depends on I2C
19f673ed 613 select HWMON_VID
ad2f931d
JD
614 help
615 If you say yes here you get support for National Semiconductor LM78,
616 LM78-J and LM79.
617
618 This driver can also be built as a module. If so, the module
619 will be called lm78.
620
621config SENSORS_LM80
9908ad4c 622 tristate "National Semiconductor LM80 and LM96080"
0b22ce3b 623 depends on I2C
ad2f931d
JD
624 help
625 If you say yes here you get support for National Semiconductor
9908ad4c 626 LM80 and LM96080 sensor chips.
ad2f931d
JD
627
628 This driver can also be built as a module. If so, the module
629 will be called lm80.
630
631config SENSORS_LM83
43cb7ebe 632 tristate "National Semiconductor LM83 and compatibles"
1d72acf9 633 depends on I2C
ad2f931d
JD
634 help
635 If you say yes here you get support for National Semiconductor
43cb7ebe 636 LM82 and LM83 sensor chips.
ad2f931d
JD
637
638 This driver can also be built as a module. If so, the module
639 will be called lm83.
640
641config SENSORS_LM85
642 tristate "National Semiconductor LM85 and compatibles"
0b22ce3b 643 depends on I2C
303760b4 644 select HWMON_VID
ad2f931d
JD
645 help
646 If you say yes here you get support for National Semiconductor LM85
c36364db 647 sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
f065a93e 648 EMC6D101, EMC6D102, and EMC6D103.
ad2f931d
JD
649
650 This driver can also be built as a module. If so, the module
651 will be called lm85.
652
653config SENSORS_LM87
c7fa3737 654 tristate "National Semiconductor LM87 and compatibles"
1d72acf9 655 depends on I2C
303760b4 656 select HWMON_VID
ad2f931d
JD
657 help
658 If you say yes here you get support for National Semiconductor LM87
c7fa3737 659 and Analog Devices ADM1024 sensor chips.
ad2f931d
JD
660
661 This driver can also be built as a module. If so, the module
662 will be called lm87.
663
664config SENSORS_LM90
665 tristate "National Semiconductor LM90 and compatibles"
1d72acf9 666 depends on I2C
ad2f931d
JD
667 help
668 If you say yes here you get support for National Semiconductor LM90,
5a4e5e6a
GR
669 LM86, LM89 and LM99, Analog Devices ADM1032, ADT7461, and ADT7461A,
670 Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
671 MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, ON Semiconductor NCT1008,
ae544f64
GR
672 Winbond/Nuvoton W83L771W/G/AWG/ASG, Philips SA56004, and GMT G781
673 sensor chips.
ad2f931d
JD
674
675 This driver can also be built as a module. If so, the module
676 will be called lm90.
677
678config SENSORS_LM92
679 tristate "National Semiconductor LM92 and compatibles"
1d72acf9 680 depends on I2C
ad2f931d
JD
681 help
682 If you say yes here you get support for National Semiconductor LM92
683 and Maxim MAX6635 sensor chips.
684
685 This driver can also be built as a module. If so, the module
686 will be called lm92.
687
e46957ed
HJK
688config SENSORS_LM93
689 tristate "National Semiconductor LM93 and compatibles"
dabf375b 690 depends on I2C
e46957ed
HJK
691 select HWMON_VID
692 help
c7bf71c5
GR
693 If you say yes here you get support for National Semiconductor LM93,
694 LM94, and compatible sensor chips.
e46957ed
HJK
695
696 This driver can also be built as a module. If so, the module
697 will be called lm93.
698
de779015 699config SENSORS_LTC4151
700 tristate "Linear Technology LTC4151"
701 depends on I2C
702 default n
703 help
704 If you say yes here you get support for Linear Technology LTC4151
705 High Voltage I2C Current and Voltage Monitor interface.
706
707 This driver can also be built as a module. If so, the module will
708 be called ltc4151.
709
72f5de92
IS
710config SENSORS_LTC4215
711 tristate "Linear Technology LTC4215"
e2d8c2b6 712 depends on I2C
72f5de92
IS
713 default n
714 help
715 If you say yes here you get support for Linear Technology LTC4215
716 Hot Swap Controller I2C interface.
717
718 This driver can also be built as a module. If so, the module will
719 be called ltc4215.
720
6e34b187
IS
721config SENSORS_LTC4245
722 tristate "Linear Technology LTC4245"
e2d8c2b6 723 depends on I2C
6e34b187
IS
724 default n
725 help
726 If you say yes here you get support for Linear Technology LTC4245
727 Multiple Supply Hot Swap Controller I2C interface.
728
729 This driver can also be built as a module. If so, the module will
730 be called ltc4245.
731
e5f5c99a
GR
732config SENSORS_LTC4261
733 tristate "Linear Technology LTC4261"
e2d8c2b6 734 depends on I2C
e5f5c99a
GR
735 default n
736 help
737 If you say yes here you get support for Linear Technology LTC4261
738 Negative Voltage Hot Swap Controller I2C interface.
739
740 This driver can also be built as a module. If so, the module will
741 be called ltc4261.
742
06160327 743config SENSORS_LM95241
8c1d0419 744 tristate "National Semiconductor LM95241 and compatibles"
06160327
DR
745 depends on I2C
746 help
8c1d0419
GR
747 If you say yes here you get support for LM95231 and LM95241 sensor
748 chips.
06160327
DR
749
750 This driver can also be built as a module. If so, the module
751 will be called lm95241.
752
fffd80cc
AS
753config SENSORS_LM95245
754 tristate "National Semiconductor LM95245 sensor chip"
e2d8c2b6 755 depends on I2C
fffd80cc
AS
756 help
757 If you say yes here you get support for LM95245 sensor chip.
758
759 This driver can also be built as a module. If so, the module
760 will be called lm95245.
761
55b951e7 762config SENSORS_MAX1111
9224c38a 763 tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles"
55b951e7
EM
764 depends on SPI_MASTER
765 help
9224c38a
GR
766 Say y here to support Maxim's MAX1110, MAX1111, MAX1112, and MAX1113
767 ADC chips.
55b951e7
EM
768
769 This driver can also be built as a module. If so, the module
770 will be called max1111.
771
f5bae264
GR
772config SENSORS_MAX16065
773 tristate "Maxim MAX16065 System Manager and compatibles"
774 depends on I2C
775 help
776 If you say yes here you get support for hardware monitoring
777 capabilities of the following Maxim System Manager chips.
778 MAX16065
779 MAX16066
780 MAX16067
781 MAX16068
782 MAX16070
783 MAX16071
784
785 This driver can also be built as a module. If so, the module
786 will be called max16065.
787
ad2f931d
JD
788config SENSORS_MAX1619
789 tristate "Maxim MAX1619 sensor chip"
1d72acf9 790 depends on I2C
ad2f931d
JD
791 help
792 If you say yes here you get support for MAX1619 sensor chip.
793
794 This driver can also be built as a module. If so, the module
795 will be called max1619.
796
731b4cac
DG
797config SENSORS_MAX1668
798 tristate "Maxim MAX1668 and compatibles"
e2d8c2b6 799 depends on I2C
731b4cac
DG
800 help
801 If you say yes here you get support for MAX1668, MAX1989 and
802 MAX1805 chips.
803
804 This driver can also be built as a module. If so, the module
805 will be called max1668.
806
6c1fe725
VD
807config SENSORS_MAX197
808 tristate "Maxim MAX197 and compatibles"
809 help
810 Support for the Maxim MAX197 A/D converter.
811 Support will include, but not be limited to, MAX197, and MAX199.
812
813 This driver can also be built as a module. If so, the module
814 will be called max197.
815
a5b79d62 816config SENSORS_MAX6639
817 tristate "Maxim MAX6639 sensor chip"
e2d8c2b6 818 depends on I2C
a5b79d62 819 help
820 If you say yes here you get support for the MAX6639
821 sensor chips.
822
823 This driver can also be built as a module. If so, the module
824 will be called max6639.
825
83bffbce
PD
826config SENSORS_MAX6642
827 tristate "Maxim MAX6642 sensor chip"
e2d8c2b6 828 depends on I2C
83bffbce
PD
829 help
830 If you say yes here you get support for MAX6642 sensor chip.
831 MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor
832 with Overtemperature Alarm from Maxim.
833
834 This driver can also be built as a module. If so, the module
835 will be called max6642.
836
d20620de
HJK
837config SENSORS_MAX6650
838 tristate "Maxim MAX6650 sensor chip"
e2d8c2b6 839 depends on I2C
d20620de
HJK
840 help
841 If you say yes here you get support for the MAX6650 / MAX6651
842 sensor chips.
843
844 This driver can also be built as a module. If so, the module
845 will be called max6650.
846
5510e62a 847config SENSORS_MCP3021
592758b1 848 tristate "Microchip MCP3021 and compatibles"
e2d8c2b6 849 depends on I2C
5510e62a 850 help
592758b1
SS
851 If you say yes here you get support for MCP3021 and MCP3221.
852 The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221
853 with 12-bit resolution.
5510e62a
XX
854
855 This driver can also be built as a module. If so, the module
856 will be called mcp3021.
857
f22aaaa7
DK
858config SENSORS_NTC_THERMISTOR
859 tristate "NTC thermistor support"
f22aaaa7
DK
860 help
861 This driver supports NTC thermistors sensor reading and its
862 interpretation. The driver can also monitor the temperature and
863 send notifications about the temperature.
864
865 Currently, this driver supports
866 NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, and NCP15WL333.
867
868 This driver can also be built as a module. If so, the module
869 will be called ntc-thermistor.
870
ad2f931d
JD
871config SENSORS_PC87360
872 tristate "National Semiconductor PC87360 family"
746cdfbf 873 depends on !PPC
303760b4 874 select HWMON_VID
ad2f931d
JD
875 help
876 If you say yes here you get access to the hardware monitoring
877 functions of the National Semiconductor PC8736x Super-I/O chips.
878 The PC87360, PC87363 and PC87364 only have fan monitoring and
879 control. The PC87365 and PC87366 additionally have voltage and
880 temperature monitoring.
881
882 This driver can also be built as a module. If so, the module
883 will be called pc87360.
884
ba224e2c
JD
885config SENSORS_PC87427
886 tristate "National Semiconductor PC87427"
746cdfbf 887 depends on !PPC
ba224e2c
JD
888 help
889 If you say yes here you get access to the hardware monitoring
890 functions of the National Semiconductor PC87427 Super-I/O chip.
891 The chip has two distinct logical devices, one for fan speed
892 monitoring and control, and one for voltage and temperature
008e5f33
JD
893 monitoring. Fan speed monitoring and control are supported, as
894 well as temperature monitoring. Voltages aren't supported yet.
ba224e2c
JD
895
896 This driver can also be built as a module. If so, the module
897 will be called pc87427.
898
fb4504fe
JD
899config SENSORS_PCF8591
900 tristate "Philips PCF8591 ADC/DAC"
901 depends on I2C
902 default n
903 help
904 If you say yes here you get support for Philips PCF8591 4-channel
905 ADC, 1-channel DAC chips.
906
907 This driver can also be built as a module. If so, the module
908 will be called pcf8591.
909
910 These devices are hard to detect and rarely found on mainstream
911 hardware. If unsure, say N.
912
9d2ecfb7 913source drivers/hwmon/pmbus/Kconfig
442aba78 914
251eb40f
JC
915config SENSORS_SHT15
916 tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
be45d422 917 depends on GPIOLIB
251eb40f
JC
918 help
919 If you say yes here you get support for the Sensiron SHT10, SHT11,
920 SHT15, SHT71, SHT75 humidity and temperature sensors.
921
922 This driver can also be built as a module. If so, the module
923 will be called sht15.
924
430400b8
UF
925config SENSORS_SHT21
926 tristate "Sensiron humidity and temperature sensors. SHT21 and compat."
927 depends on I2C
928 help
929 If you say yes here you get support for the Sensiron SHT21, SHT25
930 humidity and temperature sensors.
931
932 This driver can also be built as a module. If so, the module
933 will be called sht21.
934
bff78650 935config SENSORS_S3C
62991f7a
MC
936 tristate "Samsung built-in ADC"
937 depends on S3C_ADC
bff78650
BD
938 help
939 If you say yes here you get support for the on-board ADCs of
62991f7a 940 the Samsung S3C24XX, S3C64XX and other series of SoC
bff78650
BD
941
942 This driver can also be built as a module. If so, the module
62991f7a 943 will be called s3c-hwmon.
bff78650
BD
944
945config SENSORS_S3C_RAW
946 bool "Include raw channel attributes in sysfs"
947 depends on SENSORS_S3C
948 help
949 Say Y here if you want to include raw copies of all the ADC
950 channels in sysfs.
951
ad2f931d
JD
952config SENSORS_SIS5595
953 tristate "Silicon Integrated Systems Corp. SiS5595"
17e7dc43 954 depends on PCI
ad2f931d
JD
955 help
956 If you say yes here you get support for the integrated sensors in
957 SiS5595 South Bridges.
958
959 This driver can also be built as a module. If so, the module
960 will be called sis5595.
961
920fa1ff
GR
962config SENSORS_SMM665
963 tristate "Summit Microelectronics SMM665"
e2d8c2b6 964 depends on I2C
920fa1ff
GR
965 default n
966 help
967 If you say yes here you get support for the hardware monitoring
968 features of the Summit Microelectronics SMM665/SMM665B Six-Channel
969 Active DC Output Controller / Monitor.
970
971 Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
972 Support for those chips is untested.
973
974 This driver can also be built as a module. If so, the module will
975 be called smm665.
976
9431996f 977config SENSORS_DME1737
e95c237d 978 tristate "SMSC DME1737, SCH311x and compatibles"
e2d8c2b6 979 depends on I2C && !PPC
9431996f
JH
980 select HWMON_VID
981 help
982 If you say yes here you get support for the hardware monitoring
549edb83
JH
983 and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
984 Asus A8000 Super-I/O chips.
9431996f
JH
985
986 This driver can also be built as a module. If so, the module
987 will be called dme1737.
988
dac6831e 989config SENSORS_EMC1403
7a1b76f2 990 tristate "SMSC EMC1403/23 thermal sensor"
dac6831e
KT
991 depends on I2C
992 help
7a1b76f2 993 If you say yes here you get support for the SMSC EMC1403/23
dac6831e
KT
994 temperature monitoring chip.
995
996 Threshold values can be configured using sysfs.
997 Data from the different diodes are accessible via sysfs.
998
9df7305b
SG
999config SENSORS_EMC2103
1000 tristate "SMSC EMC2103"
1001 depends on I2C
1002 help
1003 If you say yes here you get support for the temperature
1004 and fan sensors of the SMSC EMC2103 chips.
1005
1006 This driver can also be built as a module. If so, the module
1007 will be called emc2103.
1008
b0b349a8
JD
1009config SENSORS_EMC6W201
1010 tristate "SMSC EMC6W201"
1011 depends on I2C
1012 help
1013 If you say yes here you get support for the SMSC EMC6W201
1014 hardware monitoring chip.
1015
1016 This driver can also be built as a module. If so, the module
1017 will be called emc6w201.
1018
ad2f931d
JD
1019config SENSORS_SMSC47M1
1020 tristate "SMSC LPC47M10x and compatibles"
746cdfbf 1021 depends on !PPC
ad2f931d
JD
1022 help
1023 If you say yes here you get support for the integrated fan
1024 monitoring and control capabilities of the SMSC LPC47B27x,
6091780e 1025 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
8eccbb6f 1026 LPC47M192, LPC47M292 and LPC47M997 chips.
59ac8367 1027
8eccbb6f
JD
1028 The temperature and voltage sensor features of the LPC47M15x,
1029 LPC47M192, LPC47M292 and LPC47M997 are supported by another
1030 driver, select also "SMSC LPC47M192 and compatibles" below for
1031 those.
ad2f931d
JD
1032
1033 This driver can also be built as a module. If so, the module
1034 will be called smsc47m1.
1035
59ac8367
HR
1036config SENSORS_SMSC47M192
1037 tristate "SMSC LPC47M192 and compatibles"
0b22ce3b 1038 depends on I2C
59ac8367
HR
1039 select HWMON_VID
1040 help
1041 If you say yes here you get support for the temperature and
00cb4739
JD
1042 voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
1043 and LPC47M997 chips.
59ac8367
HR
1044
1045 The fan monitoring and control capabilities of these chips
1046 are supported by another driver, select
1047 "SMSC LPC47M10x and compatibles" above. You need both drivers
1048 if you want fan control and voltage/temperature sensor support.
1049
1050 This driver can also be built as a module. If so, the module
1051 will be called smsc47m192.
1052
ad2f931d
JD
1053config SENSORS_SMSC47B397
1054 tristate "SMSC LPC47B397-NC"
e2d8c2b6 1055 depends on !PPC
ad2f931d
JD
1056 help
1057 If you say yes here you get support for the SMSC LPC47B397-NC
1058 sensor chip.
1059
1060 This driver can also be built as a module. If so, the module
1061 will be called smsc47b397.
1062
28ff2f7a
HG
1063config SENSORS_SCH56XX_COMMON
1064 tristate
1065 default n
1066
a98d506c
HG
1067config SENSORS_SCH5627
1068 tristate "SMSC SCH5627"
2d8c7ff5 1069 depends on !PPC && WATCHDOG
28ff2f7a 1070 select SENSORS_SCH56XX_COMMON
2d8c7ff5 1071 select WATCHDOG_CORE
a98d506c
HG
1072 help
1073 If you say yes here you get support for the hardware monitoring
312869ec
HG
1074 features of the SMSC SCH5627 Super-I/O chip including support for
1075 the integrated watchdog.
a98d506c
HG
1076
1077 This driver can also be built as a module. If so, the module
1078 will be called sch5627.
1079
0772a640
HG
1080config SENSORS_SCH5636
1081 tristate "SMSC SCH5636"
2d8c7ff5 1082 depends on !PPC && WATCHDOG
0772a640 1083 select SENSORS_SCH56XX_COMMON
2d8c7ff5 1084 select WATCHDOG_CORE
0772a640
HG
1085 help
1086 SMSC SCH5636 Super I/O chips include an embedded microcontroller for
1087 hardware monitoring solutions, allowing motherboard manufacturers to
1088 create their own custom hwmon solution based upon the SCH5636.
1089
1090 Currently this driver only supports the Fujitsu Theseus SCH5636 based
1091 hwmon solution. Say yes here if you want support for the Fujitsu
312869ec
HG
1092 Theseus' hardware monitoring features including support for the
1093 integrated watchdog.
0772a640
HG
1094
1095 This driver can also be built as a module. If so, the module
1096 will be called sch5636.
1097
8c22a8f5
DE
1098config SENSORS_ADS1015
1099 tristate "Texas Instruments ADS1015"
1100 depends on I2C
1101 help
1102 If you say yes here you get support for Texas Instruments ADS1015
1103 12-bit 4-input ADC device.
1104
1105 This driver can also be built as a module. If so, the module
1106 will be called ads1015.
1107
5812f928 1108config SENSORS_ADS7828
0962e0f1 1109 tristate "Texas Instruments ADS7828 and compatibles"
5812f928
SH
1110 depends on I2C
1111 help
0962e0f1
GR
1112 If you say yes here you get support for Texas Instruments ADS7828 and
1113 ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while
1114 it is 8-bit on ADS7830.
5812f928
SH
1115
1116 This driver can also be built as a module. If so, the module
1117 will be called ads7828.
1118
e0c70b80
PT
1119config SENSORS_ADS7871
1120 tristate "Texas Instruments ADS7871 A/D converter"
1121 depends on SPI
1122 help
1123 If you say yes here you get support for TI ADS7871 & ADS7870
1124
1125 This driver can also be built as a module. If so, the module
1126 will be called ads7871.
1127
b5430a04
TM
1128config SENSORS_AMC6821
1129 tristate "Texas Instruments AMC6821"
e2d8c2b6 1130 depends on I2C
b5430a04
TM
1131 help
1132 If you say yes here you get support for the Texas Instruments
1133 AMC6821 hardware monitoring chips.
1134
1135 This driver can also be build as a module. If so, the module
1136 will be called amc6821.
1137
f7c2fe38 1138config SENSORS_INA2XX
dc92cd0c 1139 tristate "Texas Instruments INA219 and compatibles"
e2d8c2b6 1140 depends on I2C
f7c2fe38 1141 help
dc92cd0c
GR
1142 If you say yes here you get support for INA219, INA220, INA226, and
1143 INA230 power monitor chips.
f7c2fe38
FL
1144
1145 The INA2xx driver is configured for the default configuration of
1146 the part as described in the datasheet.
1147 Default value for Rshunt is 10 mOhms.
1148 This driver can also be built as a module. If so, the module
1149 will be called ina2xx.
1150
add77c64
KH
1151config SENSORS_THMC50
1152 tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
0b22ce3b 1153 depends on I2C
add77c64
KH
1154 help
1155 If you say yes here you get support for Texas Instruments THMC50
1156 sensor chips and clones: the Analog Devices ADM1022.
1157
1158 This driver can also be built as a module. If so, the module
1159 will be called thmc50.
1160
beb1b6bb 1161config SENSORS_TMP102
cff37c9e 1162 tristate "Texas Instruments TMP102"
e2d8c2b6 1163 depends on I2C
beb1b6bb
SK
1164 help
1165 If you say yes here you get support for Texas Instruments TMP102
1166 sensor chips.
1167
1168 This driver can also be built as a module. If so, the module
1169 will be called tmp102.
1170
ab2b79d5
HG
1171config SENSORS_TMP401
1172 tristate "Texas Instruments TMP401 and compatibles"
e2d8c2b6 1173 depends on I2C
ab2b79d5
HG
1174 help
1175 If you say yes here you get support for Texas Instruments TMP401 and
1176 TMP411 temperature sensor chips.
1177
1178 This driver can also be built as a module. If so, the module
1179 will be called tmp401.
1180
9410700b
AP
1181config SENSORS_TMP421
1182 tristate "Texas Instruments TMP421 and compatible"
e2d8c2b6 1183 depends on I2C
9410700b
AP
1184 help
1185 If you say yes here you get support for Texas Instruments TMP421,
1186 TMP422 and TMP423 temperature sensor chips.
1187
1188 This driver can also be built as a module. If so, the module
1189 will be called tmp421.
1190
0070bddf
K
1191config SENSORS_TWL4030_MADC
1192 tristate "Texas Instruments TWL4030 MADC Hwmon"
1193 depends on TWL4030_MADC
1194 help
1195 If you say yes here you get hwmon support for triton
1196 TWL4030-MADC.
1197
1198 This driver can also be built as a module. If so it will be called
1199 twl4030-madc-hwmon.
1200
70c38772
HW
1201config SENSORS_VIA_CPUTEMP
1202 tristate "VIA CPU temperature sensor"
1203 depends on X86
764e043b 1204 select HWMON_VID
70c38772
HW
1205 help
1206 If you say yes here you get support for the temperature
1207 sensor inside your CPU. Supported are all known variants of
1208 the VIA C7 and Nano.
1209
ad2f931d
JD
1210config SENSORS_VIA686A
1211 tristate "VIA686A"
2ec342e6 1212 depends on PCI
ad2f931d
JD
1213 help
1214 If you say yes here you get support for the integrated sensors in
1215 Via 686A/B South Bridges.
1216
1217 This driver can also be built as a module. If so, the module
1218 will be called via686a.
1219
ab41319e
JH
1220config SENSORS_VT1211
1221 tristate "VIA VT1211"
746cdfbf 1222 depends on !PPC
ab41319e
JH
1223 select HWMON_VID
1224 help
1225 If you say yes here then you get support for hardware monitoring
1226 features of the VIA VT1211 Super-I/O chip.
1227
1228 This driver can also be built as a module. If so, the module
1229 will be called vt1211.
1230
1de9e371 1231config SENSORS_VT8231
51bd5633 1232 tristate "VIA VT8231"
ec5e1a4b 1233 depends on PCI
1de9e371 1234 select HWMON_VID
1de9e371
RL
1235 help
1236 If you say yes here then you get support for the integrated sensors
1237 in the VIA VT8231 device.
1238
1239 This driver can also be built as a module. If so, the module
1240 will be called vt8231.
1241
ad2f931d 1242config SENSORS_W83781D
05663368 1243 tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
1d72acf9 1244 depends on I2C
303760b4 1245 select HWMON_VID
ad2f931d
JD
1246 help
1247 If you say yes here you get support for the Winbond W8378x series
05663368
JD
1248 of sensor chips: the W83781D, W83782D and W83783S, and the similar
1249 Asus AS99127F.
ad2f931d
JD
1250
1251 This driver can also be built as a module. If so, the module
1252 will be called w83781d.
1253
9873964d
CS
1254config SENSORS_W83791D
1255 tristate "Winbond W83791D"
d1ebd59a 1256 depends on I2C
9873964d
CS
1257 select HWMON_VID
1258 help
1259 If you say yes here you get support for the Winbond W83791D chip.
1260
1261 This driver can also be built as a module. If so, the module
1262 will be called w83791d.
1263
5563e27d
RM
1264config SENSORS_W83792D
1265 tristate "Winbond W83792D"
0b22ce3b 1266 depends on I2C
5563e27d
RM
1267 help
1268 If you say yes here you get support for the Winbond W83792D chip.
1269
1270 This driver can also be built as a module. If so, the module
1271 will be called w83792d.
1272
6800c3d0
RM
1273config SENSORS_W83793
1274 tristate "Winbond W83793"
e2d8c2b6 1275 depends on I2C
7a5e6bc2 1276 select HWMON_VID
6800c3d0
RM
1277 help
1278 If you say yes here you get support for the Winbond W83793
5852f960
SA
1279 hardware monitoring chip, including support for the integrated
1280 watchdog.
6800c3d0
RM
1281
1282 This driver can also be built as a module. If so, the module
1283 will be called w83793.
1284
792d376b
WS
1285config SENSORS_W83795
1286 tristate "Winbond/Nuvoton W83795G/ADG"
e2d8c2b6 1287 depends on I2C
792d376b
WS
1288 help
1289 If you say yes here you get support for the Winbond W83795G and
72fea694
JD
1290 W83795ADG hardware monitoring chip, including manual fan speed
1291 control.
792d376b
WS
1292
1293 This driver can also be built as a module. If so, the module
1294 will be called w83795.
1295
00030af2 1296config SENSORS_W83795_FANCTRL
72fea694 1297 boolean "Include automatic fan control support (DANGEROUS)"
e2d8c2b6 1298 depends on SENSORS_W83795
00030af2
JD
1299 default n
1300 help
72fea694
JD
1301 If you say yes here, support for automatic fan speed control
1302 will be included in the driver.
00030af2
JD
1303
1304 This part of the code wasn't carefully reviewed and tested yet,
1305 so enabling this option is strongly discouraged on production
1306 servers. Only developers and testers should enable it for the
1307 time being.
1308
1309 Please also note that this option will create sysfs attribute
1310 files which may change in the future, so you shouldn't rely
1311 on them being stable.
1312
ad2f931d
JD
1313config SENSORS_W83L785TS
1314 tristate "Winbond W83L785TS-S"
e2d8c2b6 1315 depends on I2C
ad2f931d
JD
1316 help
1317 If you say yes here you get support for the Winbond W83L785TS-S
1318 sensor chip, which is used on the Asus A7N8X, among other
1319 motherboards.
1320
1321 This driver can also be built as a module. If so, the module
1322 will be called w83l785ts.
1323
85f03bcc
KL
1324config SENSORS_W83L786NG
1325 tristate "Winbond W83L786NG, W83L786NR"
e2d8c2b6 1326 depends on I2C
85f03bcc
KL
1327 help
1328 If you say yes here you get support for the Winbond W83L786NG
1329 and W83L786NR sensor chips.
1330
1331 This driver can also be built as a module. If so, the module
1332 will be called w83l786ng.
1333
ad2f931d 1334config SENSORS_W83627HF
c2db6ce1 1335 tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
746cdfbf 1336 depends on !PPC
303760b4 1337 select HWMON_VID
ad2f931d
JD
1338 help
1339 If you say yes here you get support for the Winbond W836X7 series
c2db6ce1
JD
1340 of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
1341 W83697HF.
ad2f931d
JD
1342
1343 This driver can also be built as a module. If so, the module
1344 will be called w83627hf.
1345
1346config SENSORS_W83627EHF
eff7687d 1347 tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG, NCT6775F, NCT6776F"
746cdfbf 1348 depends on !PPC
fc18d6c0 1349 select HWMON_VID
ad2f931d 1350 help
658291fc 1351 If you say yes here you get support for the hardware
ad2f931d 1352 monitoring functionality of the Winbond W83627EHF Super-I/O chip.
ad2f931d 1353
8dd2d2ca 1354 This driver also supports the W83627EHG, which is the lead-free
658291fc
DH
1355 version of the W83627EHF, and the W83627DHG, which is a similar
1356 chip suited for specific Intel processors that use PECI such as
eff7687d
JD
1357 the Core 2 Duo. And also the W83627UHG, which is a stripped down
1358 version of the W83627DHG (as far as hardware monitoring goes.)
8dd2d2ca 1359
2dd59c26
GR
1360 This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F
1361 (also known as W83667HG-I), and NCT6776F.
237c8d2f 1362
ad2f931d
JD
1363 This driver can also be built as a module. If so, the module
1364 will be called w83627ehf.
1365
08bad5a8
MB
1366config SENSORS_WM831X
1367 tristate "WM831x PMICs"
1368 depends on MFD_WM831X
1369 help
1370 If you say yes here you get support for the hardware
1371 monitoring functionality of the Wolfson Microelectronics
1372 WM831x series of PMICs.
1373
1374 This driver can also be built as a module. If so, the module
1375 will be called wm831x-hwmon.
1376
fb6c023a
MB
1377config SENSORS_WM8350
1378 tristate "Wolfson Microelectronics WM835x"
1379 depends on MFD_WM8350
1380 help
1381 If you say yes here you get support for the hardware
1382 monitoring features of the WM835x series of PMICs.
1383
1384 This driver can also be built as a module. If so, the module
1385 will be called wm8350-hwmon.
ad2f931d 1386
e0418088
DM
1387config SENSORS_ULTRA45
1388 tristate "Sun Ultra45 PIC16F747"
1389 depends on SPARC64
1390 help
1391 This driver provides support for the Ultra45 workstation environmental
1392 sensors.
1393
6f2fad74
NB
1394config SENSORS_APPLESMC
1395 tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
548c343b 1396 depends on INPUT && X86
6f2fad74
NB
1397 select NEW_LEDS
1398 select LEDS_CLASS
d5cf2b99 1399 select INPUT_POLLDEV
6f2fad74
NB
1400 default n
1401 help
1402 This driver provides support for the Apple System Management
1403 Controller, which provides an accelerometer (Apple Sudden Motion
1404 Sensor), light sensors, temperature sensors, keyboard backlight
1405 control and fan control.
1406
1407 Only Intel-based Apple's computers are supported (MacBook Pro,
1408 MacBook, MacMini).
1409
1410 Data from the different sensors, keyboard backlight control and fan
1411 control are accessible via sysfs.
1412
1413 This driver also provides an absolute input class device, allowing
1414 the laptop to act as a pinball machine-esque joystick.
1415
1416 Say Y here if you have an applicable laptop and want to experience
1417 the awesome power of applesmc.
1418
93ee0a75 1419config SENSORS_MC13783_ADC
0c273215
UKK
1420 tristate "Freescale MC13783/MC13892 ADC"
1421 depends on MFD_MC13XXX
93ee0a75 1422 help
0c273215 1423 Support for the A/D converter on MC13783 and MC13892 PMIC.
93ee0a75 1424
61cba5c2
JD
1425if ACPI
1426
1427comment "ACPI drivers"
1428
7d033365
JD
1429config SENSORS_ACPI_POWER
1430 tristate "ACPI 4.0 power meter"
1431 help
1432 This driver exposes ACPI 4.0 power meters as hardware monitoring
1433 devices. Say Y (or M) if you have a computer with ACPI 4.0 firmware
1434 and a power meter.
1435
1436 To compile this driver as a module, choose M here:
1437 the module will be called acpi_power_meter.
1438
61cba5c2
JD
1439config SENSORS_ATK0110
1440 tristate "ASUS ATK0110"
e2d8c2b6 1441 depends on X86
61cba5c2
JD
1442 help
1443 If you say yes here you get support for the ACPI hardware
1444 monitoring interface found in many ASUS motherboards. This
1445 driver will provide readings of fans, voltages and temperatures
1446 through the system firmware.
1447
1448 This driver can also be built as a module. If so, the module
1449 will be called asus_atk0110.
1450
61cba5c2 1451endif # ACPI
ad2f931d 1452
1d72acf9 1453endif # HWMON