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