]> git.karo-electronics.de Git - mv-sheeva.git/blob - drivers/hwmon/Kconfig
hwmon: (lm85) Document the ADT7468 as supported
[mv-sheeva.git] / drivers / hwmon / Kconfig
1 #
2 # Hardware monitoring chip drivers configuration
3 #
4
5 menuconfig HWMON
6         tristate "Hardware Monitoring support"
7         depends on HAS_IOMEM
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
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
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
22           This support can also be built as a module.  If so, the module
23           will be called hwmon.
24
25 if HWMON
26
27 config HWMON_VID
28         tristate
29         default n
30
31 config 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
40 comment "Native drivers"
41
42 config SENSORS_ABITUGURU
43         tristate "Abit uGuru (rev 1 & 2)"
44         depends on X86 && EXPERIMENTAL
45         help
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
53
54           This driver can also be built as a module.  If so, the module
55           will be called abituguru.
56
57 config SENSORS_ABITUGURU3
58         tristate "Abit uGuru (rev 3)"
59         depends on X86 && EXPERIMENTAL
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
71 config SENSORS_AD7414
72         tristate "Analog Devices AD7414"
73         depends on I2C && EXPERIMENTAL
74         help
75           If you say yes here you get support for the Analog Devices
76           AD7414 temperature monitoring chip.
77
78           This driver can also be built as a module. If so, the module
79           will be called ad7414.
80
81 config SENSORS_AD7418
82         tristate "Analog Devices AD7416, AD7417 and AD7418"
83         depends on I2C && EXPERIMENTAL
84         help
85           If you say yes here you get support for the Analog Devices
86           AD7416, AD7417 and AD7418 temperature monitoring chips.
87
88           This driver can also be built as a module. If so, the module
89           will be called ad7418.
90
91 config SENSORS_ADCXX
92         tristate "National Semiconductor ADCxxxSxxx"
93         depends on SPI_MASTER && EXPERIMENTAL
94         help
95           If you say yes here you get support for the National Semiconductor
96           ADC<bb><c>S<sss> chip family, where
97           * bb  is the resolution in number of bits (8, 10, 12)
98           * c   is the number of channels (1, 2, 4, 8)
99           * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
100             kSPS and 101 for 1 MSPS)
101
102           Examples : ADC081S101, ADC124S501, ...
103
104           This driver can also be built as a module.  If so, the module
105           will be called adcxx.
106
107 config SENSORS_ADM1021
108         tristate "Analog Devices ADM1021 and compatibles"
109         depends on I2C
110         help
111           If you say yes here you get support for Analog Devices ADM1021
112           and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
113           Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10,
114           and the XEON processor built-in sensor.
115
116           This driver can also be built as a module.  If so, the module
117           will be called adm1021.
118
119 config SENSORS_ADM1025
120         tristate "Analog Devices ADM1025 and compatibles"
121         depends on I2C
122         select HWMON_VID
123         help
124           If you say yes here you get support for Analog Devices ADM1025
125           and Philips NE1619 sensor chips.
126
127           This driver can also be built as a module.  If so, the module
128           will be called adm1025.
129
130 config SENSORS_ADM1026
131         tristate "Analog Devices ADM1026 and compatibles"
132         depends on I2C && EXPERIMENTAL
133         select HWMON_VID
134         help
135           If you say yes here you get support for Analog Devices ADM1026
136           sensor chip.
137
138           This driver can also be built as a module.  If so, the module
139           will be called adm1026.
140
141 config SENSORS_ADM1029
142         tristate "Analog Devices ADM1029"
143         depends on I2C && EXPERIMENTAL
144         help
145           If you say yes here you get support for Analog Devices ADM1029
146           sensor chip.
147           Very rare chip, please let us know you use it.
148
149           This driver can also be built as a module.  If so, the module
150           will be called adm1029.
151
152 config SENSORS_ADM1031
153         tristate "Analog Devices ADM1031 and compatibles"
154         depends on I2C && EXPERIMENTAL
155         help
156           If you say yes here you get support for Analog Devices ADM1031
157           and ADM1030 sensor chips.
158
159           This driver can also be built as a module.  If so, the module
160           will be called adm1031.
161
162 config SENSORS_ADM9240
163         tristate "Analog Devices ADM9240 and compatibles"
164         depends on I2C
165         select HWMON_VID
166         help
167           If you say yes here you get support for Analog Devices ADM9240,
168           Dallas DS1780, National Semiconductor LM81 sensor chips.
169
170           This driver can also be built as a module.  If so, the module
171           will be called adm9240.
172
173 config SENSORS_ADT7411
174         tristate "Analog Devices ADT7411"
175         depends on I2C && EXPERIMENTAL
176         help
177           If you say yes here you get support for the Analog Devices
178           ADT7411 voltage and temperature monitoring chip.
179
180           This driver can also be built as a module. If so, the module
181           will be called adt7411.
182
183 config SENSORS_ADT7462
184         tristate "Analog Devices ADT7462"
185         depends on I2C && EXPERIMENTAL
186         help
187           If you say yes here you get support for the Analog Devices
188           ADT7462 temperature monitoring chips.
189
190           This driver can also be built as a module. If so, the module
191           will be called adt7462.
192
193 config SENSORS_ADT7470
194         tristate "Analog Devices ADT7470"
195         depends on I2C && EXPERIMENTAL
196         help
197           If you say yes here you get support for the Analog Devices
198           ADT7470 temperature monitoring chips.
199
200           This driver can also be built as a module. If so, the module
201           will be called adt7470.
202
203 config SENSORS_ADT7475
204         tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
205         depends on I2C && EXPERIMENTAL
206         select HWMON_VID
207         help
208           If you say yes here you get support for the Analog Devices
209           ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
210           chips.
211
212           This driver can also be build as a module.  If so, the module
213           will be called adt7475.
214
215 config SENSORS_ASC7621
216         tristate "Andigilog aSC7621"
217         depends on HWMON && I2C
218         help
219           If you say yes here you get support for the aSC7621
220           family of SMBus sensors chip found on most Intel X38, X48, X58,
221           945, 965 and 975 desktop boards.  Currently supported chips:
222           aSC7621
223           aSC7621a
224
225           This driver can also be built as a module.  If so, the module
226           will be called asc7621.
227
228 config SENSORS_K8TEMP
229         tristate "AMD Athlon64/FX or Opteron temperature sensor"
230         depends on X86 && PCI && EXPERIMENTAL
231         help
232           If you say yes here you get support for the temperature
233           sensor(s) inside your CPU. Supported is whole AMD K8
234           microarchitecture. Please note that you will need at least
235           lm-sensors 2.10.1 for proper userspace support.
236
237           This driver can also be built as a module.  If so, the module
238           will be called k8temp.
239
240 config SENSORS_K10TEMP
241         tristate "AMD Phenom/Sempron/Turion/Opteron temperature sensor"
242         depends on X86 && PCI
243         help
244           If you say yes here you get support for the temperature
245           sensor(s) inside your CPU. Supported are later revisions of
246           the AMD Family 10h and all revisions of the AMD Family 11h
247           microarchitectures.
248
249           This driver can also be built as a module.  If so, the module
250           will be called k10temp.
251
252 config SENSORS_ASB100
253         tristate "Asus ASB100 Bach"
254         depends on X86 && I2C && EXPERIMENTAL
255         select HWMON_VID
256         help
257           If you say yes here you get support for the ASB100 Bach sensor
258           chip found on some Asus mainboards.
259
260           This driver can also be built as a module.  If so, the module
261           will be called asb100.
262
263 config SENSORS_ATXP1
264         tristate "Attansic ATXP1 VID controller"
265         depends on I2C && EXPERIMENTAL
266         select HWMON_VID
267         help
268           If you say yes here you get support for the Attansic ATXP1 VID
269           controller.
270
271           If your board have such a chip, you are able to control your CPU
272           core and other voltages.
273
274           This driver can also be built as a module.  If so, the module
275           will be called atxp1.
276
277 config SENSORS_DS1621
278         tristate "Dallas Semiconductor DS1621 and DS1625"
279         depends on I2C
280         help
281           If you say yes here you get support for Dallas Semiconductor
282           DS1621 and DS1625 sensor chips.
283
284           This driver can also be built as a module.  If so, the module
285           will be called ds1621.
286
287 config SENSORS_I5K_AMB
288         tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
289         depends on PCI && EXPERIMENTAL
290         help
291           If you say yes here you get support for FB-DIMM AMB temperature
292           monitoring chips on systems with the Intel 5000 series chipset.
293
294           This driver can also be built as a module. If so, the module
295           will be called i5k_amb.
296
297 config SENSORS_F71805F
298         tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
299         depends on EXPERIMENTAL
300         help
301           If you say yes here you get support for hardware monitoring
302           features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
303           Super-I/O chips.
304
305           This driver can also be built as a module.  If so, the module
306           will be called f71805f.
307
308 config SENSORS_F71882FG
309         tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
310         depends on EXPERIMENTAL
311         help
312           If you say yes here you get support for hardware monitoring
313           features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG,
314           F71889FG and F8000 Super-I/O chips.
315
316           This driver can also be built as a module.  If so, the module
317           will be called f71882fg.
318
319 config SENSORS_F75375S
320         tristate "Fintek F75375S/SP and F75373";
321         depends on I2C && EXPERIMENTAL
322         help
323           If you say yes here you get support for hardware monitoring
324           features of the Fintek F75375S/SP and F75373
325
326           This driver can also be built as a module.  If so, the module
327           will be called f75375s.
328
329 config SENSORS_FSCHMD
330         tristate "Fujitsu Siemens Computers sensor chips"
331         depends on X86 && I2C
332         help
333           If you say yes here you get support for the following Fujitsu
334           Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
335           Heimdall, Heracles, Hades and Syleus including support for the
336           integrated watchdog.
337
338           This is a merged driver for FSC sensor chips replacing the fscpos,
339           fscscy and fscher drivers and adding support for several other FSC
340           sensor chips.
341
342           This driver can also be built as a module.  If so, the module
343           will be called fschmd.
344
345 config SENSORS_G760A
346         tristate "GMT G760A"
347         depends on I2C
348         help
349           If you say yes here you get support for Global Mixed-mode
350           Technology Inc G760A fan speed PWM controller chips.
351
352           This driver can also be built as a module.  If so, the module
353           will be called g760a.
354
355 config SENSORS_GL518SM
356         tristate "Genesys Logic GL518SM"
357         depends on I2C
358         help
359           If you say yes here you get support for Genesys Logic GL518SM
360           sensor chips.
361
362           This driver can also be built as a module.  If so, the module
363           will be called gl518sm.
364
365 config SENSORS_GL520SM
366         tristate "Genesys Logic GL520SM"
367         depends on I2C
368         select HWMON_VID
369         help
370           If you say yes here you get support for Genesys Logic GL520SM
371           sensor chips.
372
373           This driver can also be built as a module.  If so, the module
374           will be called gl520sm.
375
376 config SENSORS_GPIO_FAN
377         tristate "GPIO fan"
378         depends on GENERIC_GPIO
379         help
380           If you say yes here you get support for fans connected to GPIO lines.
381
382           This driver can also be built as a module.  If so, the module
383           will be called gpio-fan.
384
385 config SENSORS_CORETEMP
386         tristate "Intel Core/Core2/Atom temperature sensor"
387         depends on X86 && PCI && EXPERIMENTAL
388         help
389           If you say yes here you get support for the temperature
390           sensor inside your CPU. Most of the family 6 CPUs
391           are supported. Check Documentation/hwmon/coretemp for details.
392
393 config SENSORS_PKGTEMP
394         tristate "Intel processor package temperature sensor"
395         depends on X86 && EXPERIMENTAL
396         help
397           If you say yes here you get support for the package level temperature
398           sensor inside your CPU. Check documentation/driver for details.
399
400 config SENSORS_IBMAEM
401         tristate "IBM Active Energy Manager temperature/power sensors and control"
402         select IPMI_SI
403         depends on IPMI_HANDLER
404         help
405           If you say yes here you get support for the temperature and
406           power sensors and capping hardware in various IBM System X
407           servers that support Active Energy Manager.  This includes
408           the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
409           and certain HC10/HS2x/LS2x/QS2x blades.
410
411           This driver can also be built as a module.  If so, the module
412           will be called ibmaem.
413
414 config SENSORS_IBMPEX
415         tristate "IBM PowerExecutive temperature/power sensors"
416         select IPMI_SI
417         depends on IPMI_HANDLER
418         help
419           If you say yes here you get support for the temperature and
420           power sensors in various IBM System X servers that support
421           PowerExecutive.  So far this includes the x3350, x3550, x3650,
422           x3655, and x3755; the x3800, x3850, and x3950 models that have
423           PCI Express; and some of the HS2x, LS2x, and QS2x blades.
424
425           This driver can also be built as a module.  If so, the module
426           will be called ibmpex.
427
428 config SENSORS_IT87
429         tristate "ITE IT87xx and compatibles"
430         select HWMON_VID
431         help
432           If you say yes here you get support for ITE IT8705F, IT8712F,
433           IT8716F, IT8718F, IT8720F and IT8726F sensor chips, and the
434           SiS960 clone.
435
436           This driver can also be built as a module.  If so, the module
437           will be called it87.
438
439 config SENSORS_JZ4740
440         tristate "Ingenic JZ4740 SoC ADC driver"
441         depends on MACH_JZ4740 && MFD_JZ4740_ADC
442         help
443           If you say yes here you get support for reading adc values from the ADCIN
444           pin on Ingenic JZ4740 SoC based boards.
445
446           This driver can also be build as a module. If so, the module will be
447           called jz4740-hwmon.
448
449 config SENSORS_JC42
450         tristate "JEDEC JC42.4 compliant temperature sensors"
451         depends on I2C
452         help
453           If you say yes here you get support for Jedec JC42.4 compliant
454           temperature sensors. Support will include, but not be limited to,
455           ADT7408, CAT34TS02,, CAT6095, MAX6604, MCP9805, MCP98242, MCP98243,
456           MCP9843, SE97, SE98, STTS424, TSE2002B3, and TS3000B3.
457
458           This driver can also be built as a module.  If so, the module
459           will be called jc42.
460
461 config SENSORS_LM63
462         tristate "National Semiconductor LM63 and LM64"
463         depends on I2C
464         help
465           If you say yes here you get support for the National
466           Semiconductor LM63 and LM64 remote diode digital temperature
467           sensors with integrated fan control.  Such chips are found
468           on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
469           others.
470
471           This driver can also be built as a module.  If so, the module
472           will be called lm63.
473
474 config SENSORS_LM70
475         tristate "National Semiconductor LM70 / Texas Instruments TMP121"
476         depends on SPI_MASTER && EXPERIMENTAL
477         help
478           If you say yes here you get support for the National Semiconductor
479           LM70 and Texas Instruments TMP121/TMP123 digital temperature
480           sensor chips.
481
482           This driver can also be built as a module.  If so, the module
483           will be called lm70.
484
485 config SENSORS_LM73
486         tristate "National Semiconductor LM73"
487         depends on I2C
488         help
489           If you say yes here you get support for National Semiconductor LM73
490           sensor chips.
491           This driver can also be built as a module.  If so, the module
492           will be called lm73.
493
494 config SENSORS_LM75
495         tristate "National Semiconductor LM75 and compatibles"
496         depends on I2C
497         help
498           If you say yes here you get support for one common type of
499           temperature sensor chip, with models including:
500
501                 - Dallas Semiconductor DS75 and DS1775
502                 - Maxim MAX6625 and MAX6626
503                 - Microchip MCP980x
504                 - National Semiconductor LM75
505                 - NXP's LM75A
506                 - ST Microelectronics STDS75
507                 - TelCom (now Microchip) TCN75
508                 - Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175,
509                   TMP275
510
511           This driver supports driver model based binding through board
512           specific I2C device tables.
513
514           It also supports the "legacy" style of driver binding.  To use
515           that with some chips which don't replicate LM75 quirks exactly,
516           you may need the "force" module parameter.
517
518           This driver can also be built as a module.  If so, the module
519           will be called lm75.
520
521 config SENSORS_LM77
522         tristate "National Semiconductor LM77"
523         depends on I2C
524         help
525           If you say yes here you get support for National Semiconductor LM77
526           sensor chips.
527
528           This driver can also be built as a module.  If so, the module
529           will be called lm77.
530
531 config SENSORS_LM78
532         tristate "National Semiconductor LM78 and compatibles"
533         depends on I2C
534         select HWMON_VID
535         help
536           If you say yes here you get support for National Semiconductor LM78,
537           LM78-J and LM79.
538
539           This driver can also be built as a module.  If so, the module
540           will be called lm78.
541
542 config SENSORS_LM80
543         tristate "National Semiconductor LM80"
544         depends on I2C && EXPERIMENTAL
545         help
546           If you say yes here you get support for National Semiconductor
547           LM80 sensor chips.
548
549           This driver can also be built as a module.  If so, the module
550           will be called lm80.
551
552 config SENSORS_LM83
553         tristate "National Semiconductor LM83 and compatibles"
554         depends on I2C
555         help
556           If you say yes here you get support for National Semiconductor
557           LM82 and LM83 sensor chips.
558
559           This driver can also be built as a module.  If so, the module
560           will be called lm83.
561
562 config SENSORS_LM85
563         tristate "National Semiconductor LM85 and compatibles"
564         depends on I2C && EXPERIMENTAL
565         select HWMON_VID
566         help
567           If you say yes here you get support for National Semiconductor LM85
568           sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
569           EMC6D101 and EMC6D102.
570
571           This driver can also be built as a module.  If so, the module
572           will be called lm85.
573
574 config SENSORS_LM87
575         tristate "National Semiconductor LM87 and compatibles"
576         depends on I2C
577         select HWMON_VID
578         help
579           If you say yes here you get support for National Semiconductor LM87
580           and Analog Devices ADM1024 sensor chips.
581
582           This driver can also be built as a module.  If so, the module
583           will be called lm87.
584
585 config SENSORS_LM90
586         tristate "National Semiconductor LM90 and compatibles"
587         depends on I2C
588         help
589           If you say yes here you get support for National Semiconductor LM90,
590           LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, Maxim
591           MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
592           MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, and Winbond/Nuvoton
593           W83L771W/G/AWG/ASG sensor chips.
594
595           This driver can also be built as a module.  If so, the module
596           will be called lm90.
597
598 config SENSORS_LM92
599         tristate "National Semiconductor LM92 and compatibles"
600         depends on I2C
601         help
602           If you say yes here you get support for National Semiconductor LM92
603           and Maxim MAX6635 sensor chips.
604
605           This driver can also be built as a module.  If so, the module
606           will be called lm92.
607
608 config SENSORS_LM93
609         tristate "National Semiconductor LM93 and compatibles"
610         depends on I2C
611         select HWMON_VID
612         help
613           If you say yes here you get support for National Semiconductor LM93
614           sensor chips.
615
616           This driver can also be built as a module.  If so, the module
617           will be called lm93.
618
619 config SENSORS_LTC4215
620         tristate "Linear Technology LTC4215"
621         depends on I2C && EXPERIMENTAL
622         default n
623         help
624           If you say yes here you get support for Linear Technology LTC4215
625           Hot Swap Controller I2C interface.
626
627           This driver can also be built as a module. If so, the module will
628           be called ltc4215.
629
630 config SENSORS_LTC4245
631         tristate "Linear Technology LTC4245"
632         depends on I2C && EXPERIMENTAL
633         default n
634         help
635           If you say yes here you get support for Linear Technology LTC4245
636           Multiple Supply Hot Swap Controller I2C interface.
637
638           This driver can also be built as a module. If so, the module will
639           be called ltc4245.
640
641 config SENSORS_LTC4261
642         tristate "Linear Technology LTC4261"
643         depends on I2C && EXPERIMENTAL
644         default n
645         help
646           If you say yes here you get support for Linear Technology LTC4261
647           Negative Voltage Hot Swap Controller I2C interface.
648
649           This driver can also be built as a module. If so, the module will
650           be called ltc4261.
651
652 config SENSORS_LM95241
653         tristate "National Semiconductor LM95241 sensor chip"
654         depends on I2C
655         help
656           If you say yes here you get support for LM95241 sensor chip.
657
658           This driver can also be built as a module.  If so, the module
659           will be called lm95241.
660
661 config SENSORS_MAX1111
662         tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
663         depends on SPI_MASTER
664         help
665           Say y here to support Maxim's MAX1111 ADC chips.
666
667           This driver can also be built as a module.  If so, the module
668           will be called max1111.
669
670 config SENSORS_MAX1619
671         tristate "Maxim MAX1619 sensor chip"
672         depends on I2C
673         help
674           If you say yes here you get support for MAX1619 sensor chip.
675
676           This driver can also be built as a module.  If so, the module
677           will be called max1619.
678
679 config SENSORS_MAX6650
680         tristate "Maxim MAX6650 sensor chip"
681         depends on I2C && EXPERIMENTAL
682         help
683           If you say yes here you get support for the MAX6650 / MAX6651
684           sensor chips.
685
686           This driver can also be built as a module.  If so, the module
687           will be called max6650.
688
689 config SENSORS_PC87360
690         tristate "National Semiconductor PC87360 family"
691         select HWMON_VID
692         help
693           If you say yes here you get access to the hardware monitoring
694           functions of the National Semiconductor PC8736x Super-I/O chips.
695           The PC87360, PC87363 and PC87364 only have fan monitoring and
696           control.  The PC87365 and PC87366 additionally have voltage and
697           temperature monitoring.
698
699           This driver can also be built as a module.  If so, the module
700           will be called pc87360.
701
702 config SENSORS_PC87427
703         tristate "National Semiconductor PC87427"
704         depends on EXPERIMENTAL
705         help
706           If you say yes here you get access to the hardware monitoring
707           functions of the National Semiconductor PC87427 Super-I/O chip.
708           The chip has two distinct logical devices, one for fan speed
709           monitoring and control, and one for voltage and temperature
710           monitoring. Fan speed monitoring and control are supported, as
711           well as temperature monitoring. Voltages aren't supported yet.
712
713           This driver can also be built as a module.  If so, the module
714           will be called pc87427.
715
716 config SENSORS_PCF8591
717         tristate "Philips PCF8591 ADC/DAC"
718         depends on I2C
719         default n
720         help
721           If you say yes here you get support for Philips PCF8591 4-channel
722           ADC, 1-channel DAC chips.
723
724           This driver can also be built as a module.  If so, the module
725           will be called pcf8591.
726
727           These devices are hard to detect and rarely found on mainstream
728           hardware.  If unsure, say N.
729
730 config SENSORS_SHT15
731         tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
732         depends on GENERIC_GPIO
733         help
734           If you say yes here you get support for the Sensiron SHT10, SHT11,
735           SHT15, SHT71, SHT75 humidity and temperature sensors.
736
737           This driver can also be built as a module.  If so, the module
738           will be called sht15.
739
740 config SENSORS_S3C
741         tristate "Samsung built-in ADC"
742         depends on S3C_ADC
743         help
744           If you say yes here you get support for the on-board ADCs of
745           the Samsung S3C24XX, S3C64XX and other series of SoC
746
747           This driver can also be built as a module. If so, the module
748           will be called s3c-hwmon.
749
750 config SENSORS_S3C_RAW
751         bool "Include raw channel attributes in sysfs"
752         depends on SENSORS_S3C
753         help
754           Say Y here if you want to include raw copies of all the ADC
755           channels in sysfs.
756
757 config SENSORS_SIS5595
758         tristate "Silicon Integrated Systems Corp. SiS5595"
759         depends on PCI
760         help
761           If you say yes here you get support for the integrated sensors in
762           SiS5595 South Bridges.
763
764           This driver can also be built as a module.  If so, the module
765           will be called sis5595.
766
767 config SENSORS_SMM665
768         tristate "Summit Microelectronics SMM665"
769         depends on I2C && EXPERIMENTAL
770         default n
771         help
772           If you say yes here you get support for the hardware monitoring
773           features of the Summit Microelectronics SMM665/SMM665B Six-Channel
774           Active DC Output Controller / Monitor.
775
776           Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
777           Support for those chips is untested.
778
779           This driver can also be built as a module. If so, the module will
780           be called smm665.
781
782 config SENSORS_DME1737
783         tristate "SMSC DME1737, SCH311x and compatibles"
784         depends on I2C && EXPERIMENTAL
785         select HWMON_VID
786         help
787           If you say yes here you get support for the hardware monitoring
788           and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
789           Asus A8000 Super-I/O chips.
790
791           This driver can also be built as a module.  If so, the module
792           will be called dme1737.
793
794 config SENSORS_EMC1403
795         tristate "SMSC EMC1403 thermal sensor"
796         depends on I2C
797         help
798           If you say yes here you get support for the SMSC EMC1403
799           temperature monitoring chip.
800
801           Threshold values can be configured using sysfs.
802           Data from the different diodes are accessible via sysfs.
803
804 config SENSORS_EMC2103
805         tristate "SMSC EMC2103"
806         depends on I2C
807         help
808           If you say yes here you get support for the temperature
809           and fan sensors of the SMSC EMC2103 chips.
810
811           This driver can also be built as a module.  If so, the module
812           will be called emc2103.
813
814 config SENSORS_SMSC47M1
815         tristate "SMSC LPC47M10x and compatibles"
816         help
817           If you say yes here you get support for the integrated fan
818           monitoring and control capabilities of the SMSC LPC47B27x,
819           LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
820           LPC47M192, LPC47M292 and LPC47M997 chips.
821
822           The temperature and voltage sensor features of the LPC47M15x,
823           LPC47M192, LPC47M292 and LPC47M997 are supported by another
824           driver, select also "SMSC LPC47M192 and compatibles" below for
825           those.
826
827           This driver can also be built as a module.  If so, the module
828           will be called smsc47m1.
829
830 config SENSORS_SMSC47M192
831         tristate "SMSC LPC47M192 and compatibles"
832         depends on I2C && EXPERIMENTAL
833         select HWMON_VID
834         help
835           If you say yes here you get support for the temperature and
836           voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
837           and LPC47M997 chips.
838
839           The fan monitoring and control capabilities of these chips
840           are supported by another driver, select
841           "SMSC LPC47M10x and compatibles" above. You need both drivers
842           if you want fan control and voltage/temperature sensor support.
843
844           This driver can also be built as a module.  If so, the module
845           will be called smsc47m192.
846
847 config SENSORS_SMSC47B397
848         tristate "SMSC LPC47B397-NC"
849         depends on EXPERIMENTAL
850         help
851           If you say yes here you get support for the SMSC LPC47B397-NC
852           sensor chip.
853
854           This driver can also be built as a module.  If so, the module
855           will be called smsc47b397.
856
857 config SENSORS_ADS7828
858         tristate "Texas Instruments ADS7828"
859         depends on I2C
860         help
861           If you say yes here you get support for Texas Instruments ADS7828
862           12-bit 8-channel ADC device.
863
864           This driver can also be built as a module.  If so, the module
865           will be called ads7828.
866
867 config SENSORS_ADS7871
868         tristate "Texas Instruments ADS7871 A/D converter"
869         depends on SPI
870         help
871           If you say yes here you get support for TI ADS7871 & ADS7870
872
873           This driver can also be built as a module.  If so, the module
874           will be called ads7871.
875
876 config SENSORS_AMC6821
877         tristate "Texas Instruments AMC6821"
878         depends on I2C  && EXPERIMENTAL
879         help
880           If you say yes here you get support for the Texas Instruments
881           AMC6821 hardware monitoring chips.
882
883           This driver can also be build as a module.  If so, the module
884           will be called amc6821.
885
886 config SENSORS_THMC50
887         tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
888         depends on I2C && EXPERIMENTAL
889         help
890           If you say yes here you get support for Texas Instruments THMC50
891           sensor chips and clones: the Analog Devices ADM1022.
892
893           This driver can also be built as a module.  If so, the module
894           will be called thmc50.
895
896 config SENSORS_TMP102
897         tristate "Texas Instruments TMP102"
898         depends on I2C && EXPERIMENTAL
899         help
900           If you say yes here you get support for Texas Instruments TMP102
901           sensor chips.
902
903           This driver can also be built as a module.  If so, the module
904           will be called tmp102.
905
906 config SENSORS_TMP401
907         tristate "Texas Instruments TMP401 and compatibles"
908         depends on I2C && EXPERIMENTAL
909         help
910           If you say yes here you get support for Texas Instruments TMP401 and
911           TMP411 temperature sensor chips.
912
913           This driver can also be built as a module.  If so, the module
914           will be called tmp401.
915
916 config SENSORS_TMP421
917         tristate "Texas Instruments TMP421 and compatible"
918         depends on I2C && EXPERIMENTAL
919         help
920           If you say yes here you get support for Texas Instruments TMP421,
921           TMP422 and TMP423 temperature sensor chips.
922
923           This driver can also be built as a module.  If so, the module
924           will be called tmp421.
925
926 config SENSORS_VIA_CPUTEMP
927         tristate "VIA CPU temperature sensor"
928         depends on X86
929         help
930           If you say yes here you get support for the temperature
931           sensor inside your CPU. Supported are all known variants of
932           the VIA C7 and Nano.
933
934 config SENSORS_VIA686A
935         tristate "VIA686A"
936         depends on PCI
937         help
938           If you say yes here you get support for the integrated sensors in
939           Via 686A/B South Bridges.
940
941           This driver can also be built as a module.  If so, the module
942           will be called via686a.
943
944 config SENSORS_VT1211
945         tristate "VIA VT1211"
946         depends on EXPERIMENTAL
947         select HWMON_VID
948         help
949           If you say yes here then you get support for hardware monitoring
950           features of the VIA VT1211 Super-I/O chip.
951
952           This driver can also be built as a module.  If so, the module
953           will be called vt1211.
954
955 config SENSORS_VT8231
956         tristate "VIA VT8231"
957         depends on PCI
958         select HWMON_VID
959         help
960           If you say yes here then you get support for the integrated sensors
961           in the VIA VT8231 device.
962
963           This driver can also be built as a module.  If so, the module
964           will be called vt8231.
965
966 config SENSORS_W83781D
967         tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
968         depends on I2C
969         select HWMON_VID
970         help
971           If you say yes here you get support for the Winbond W8378x series
972           of sensor chips: the W83781D, W83782D and W83783S, and the similar
973           Asus AS99127F.
974
975           This driver can also be built as a module.  If so, the module
976           will be called w83781d.
977
978 config SENSORS_W83791D
979         tristate "Winbond W83791D"
980         depends on I2C
981         select HWMON_VID
982         help
983           If you say yes here you get support for the Winbond W83791D chip.
984
985           This driver can also be built as a module.  If so, the module
986           will be called w83791d.
987
988 config SENSORS_W83792D
989         tristate "Winbond W83792D"
990         depends on I2C && EXPERIMENTAL
991         help
992           If you say yes here you get support for the Winbond W83792D chip.
993
994           This driver can also be built as a module.  If so, the module
995           will be called w83792d.
996
997 config SENSORS_W83793
998         tristate "Winbond W83793"
999         depends on I2C && EXPERIMENTAL
1000         select HWMON_VID
1001         help
1002           If you say yes here you get support for the Winbond W83793
1003           hardware monitoring chip, including support for the integrated
1004           watchdog.
1005
1006           This driver can also be built as a module.  If so, the module
1007           will be called w83793.
1008
1009 config SENSORS_W83795
1010         tristate "Winbond/Nuvoton W83795G/ADG"
1011         depends on I2C && EXPERIMENTAL
1012         help
1013           If you say yes here you get support for the Winbond W83795G and
1014           W83795ADG hardware monitoring chip.
1015
1016           This driver can also be built as a module.  If so, the module
1017           will be called w83795.
1018
1019 config SENSORS_W83795_FANCTRL
1020         boolean "Include fan control support (DANGEROUS)"
1021         depends on SENSORS_W83795 && EXPERIMENTAL
1022         default n
1023         help
1024           If you say yes here, support for the both manual and automatic
1025           fan control features will be included in the driver.
1026
1027           This part of the code wasn't carefully reviewed and tested yet,
1028           so enabling this option is strongly discouraged on production
1029           servers. Only developers and testers should enable it for the
1030           time being.
1031
1032           Please also note that this option will create sysfs attribute
1033           files which may change in the future, so you shouldn't rely
1034           on them being stable.
1035
1036 config SENSORS_W83L785TS
1037         tristate "Winbond W83L785TS-S"
1038         depends on I2C && EXPERIMENTAL
1039         help
1040           If you say yes here you get support for the Winbond W83L785TS-S
1041           sensor chip, which is used on the Asus A7N8X, among other
1042           motherboards.
1043
1044           This driver can also be built as a module.  If so, the module
1045           will be called w83l785ts.
1046
1047 config SENSORS_W83L786NG
1048         tristate "Winbond W83L786NG, W83L786NR"
1049         depends on I2C && EXPERIMENTAL
1050         help
1051           If you say yes here you get support for the Winbond W83L786NG
1052           and W83L786NR sensor chips.
1053
1054           This driver can also be built as a module.  If so, the module
1055           will be called w83l786ng.
1056
1057 config SENSORS_W83627HF
1058         tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
1059         select HWMON_VID
1060         help
1061           If you say yes here you get support for the Winbond W836X7 series
1062           of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
1063           W83697HF.
1064
1065           This driver can also be built as a module.  If so, the module
1066           will be called w83627hf.
1067
1068 config SENSORS_W83627EHF
1069         tristate "Winbond W83627EHF/EHG/DHG, W83667HG"
1070         select HWMON_VID
1071         help
1072           If you say yes here you get support for the hardware
1073           monitoring functionality of the Winbond W83627EHF Super-I/O chip.
1074
1075           This driver also supports the W83627EHG, which is the lead-free
1076           version of the W83627EHF, and the W83627DHG, which is a similar
1077           chip suited for specific Intel processors that use PECI such as
1078           the Core 2 Duo.
1079
1080           This driver also supports the W83667HG chip.
1081
1082           This driver can also be built as a module.  If so, the module
1083           will be called w83627ehf.
1084
1085 config SENSORS_WM831X
1086         tristate "WM831x PMICs"
1087         depends on MFD_WM831X
1088         help
1089           If you say yes here you get support for the hardware
1090           monitoring functionality of the Wolfson Microelectronics
1091           WM831x series of PMICs.
1092
1093           This driver can also be built as a module.  If so, the module
1094           will be called wm831x-hwmon.
1095
1096 config SENSORS_WM8350
1097         tristate "Wolfson Microelectronics WM835x"
1098         depends on MFD_WM8350
1099         help
1100           If you say yes here you get support for the hardware
1101           monitoring features of the WM835x series of PMICs.
1102
1103           This driver can also be built as a module.  If so, the module
1104           will be called wm8350-hwmon.
1105
1106 config SENSORS_ULTRA45
1107         tristate "Sun Ultra45 PIC16F747"
1108         depends on SPARC64
1109         help
1110           This driver provides support for the Ultra45 workstation environmental
1111           sensors.
1112
1113 config SENSORS_LIS3_SPI
1114         tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)"
1115         depends on !ACPI && SPI_MASTER && INPUT
1116         select INPUT_POLLDEV
1117         default n
1118         help
1119           This driver provides support for the LIS3LV02Dx accelerometer connected
1120           via SPI. The accelerometer data is readable via
1121           /sys/devices/platform/lis3lv02d.
1122
1123           This driver also provides an absolute input class device, allowing
1124           the laptop to act as a pinball machine-esque joystick.
1125
1126           This driver can also be built as modules.  If so, the core module
1127           will be called lis3lv02d and a specific module for the SPI transport
1128           is called lis3lv02d_spi.
1129
1130 config SENSORS_LIS3_I2C
1131         tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (I2C)"
1132         depends on I2C && INPUT
1133         select INPUT_POLLDEV
1134         default n
1135         help
1136           This driver provides support for the LIS3LV02Dx accelerometer connected
1137           via I2C. The accelerometer data is readable via
1138           /sys/devices/platform/lis3lv02d.
1139
1140           This driver also provides an absolute input class device, allowing
1141           the device to act as a pinball machine-esque joystick.
1142
1143           This driver can also be built as modules.  If so, the core module
1144           will be called lis3lv02d and a specific module for the I2C transport
1145           is called lis3lv02d_i2c.
1146
1147 config SENSORS_APPLESMC
1148         tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
1149         depends on INPUT && X86
1150         select NEW_LEDS
1151         select LEDS_CLASS
1152         select INPUT_POLLDEV
1153         default n
1154         help
1155           This driver provides support for the Apple System Management
1156           Controller, which provides an accelerometer (Apple Sudden Motion
1157           Sensor), light sensors, temperature sensors, keyboard backlight
1158           control and fan control.
1159
1160           Only Intel-based Apple's computers are supported (MacBook Pro,
1161           MacBook, MacMini).
1162
1163           Data from the different sensors, keyboard backlight control and fan
1164           control are accessible via sysfs.
1165
1166           This driver also provides an absolute input class device, allowing
1167           the laptop to act as a pinball machine-esque joystick.
1168
1169           Say Y here if you have an applicable laptop and want to experience
1170           the awesome power of applesmc.
1171
1172 config SENSORS_MC13783_ADC
1173         tristate "Freescale MC13783 ADC"
1174         depends on MFD_MC13783
1175         help
1176           Support for the A/D converter on MC13783 PMIC.
1177
1178 if ACPI
1179
1180 comment "ACPI drivers"
1181
1182 config SENSORS_ATK0110
1183         tristate "ASUS ATK0110"
1184         depends on X86 && EXPERIMENTAL
1185         help
1186           If you say yes here you get support for the ACPI hardware
1187           monitoring interface found in many ASUS motherboards. This
1188           driver will provide readings of fans, voltages and temperatures
1189           through the system firmware.
1190
1191           This driver can also be built as a module. If so, the module
1192           will be called asus_atk0110.
1193
1194 config SENSORS_LIS3LV02D
1195         tristate "STMicroeletronics LIS3* three-axis digital accelerometer"
1196         depends on INPUT
1197         select INPUT_POLLDEV
1198         select NEW_LEDS
1199         select LEDS_CLASS
1200         default n
1201         help
1202           This driver provides support for the LIS3* accelerometers, such as the
1203           LIS3LV02DL or the LIS331DL. In particular, it can be found in a number
1204           of HP laptops, which have the "Mobile Data Protection System 3D" or
1205           "3D DriveGuard" feature. On such systems the driver should load
1206           automatically (via ACPI alias). The accelerometer might also be found
1207           in other systems, connected via SPI or I2C. The accelerometer data is
1208           readable via /sys/devices/platform/lis3lv02d.
1209
1210           This driver also provides an absolute input class device, allowing
1211           a laptop to act as a pinball machine-esque joystick. It provides also
1212           a misc device which can be used to detect free-fall. On HP laptops,
1213           if the led infrastructure is activated, support for a led indicating
1214           disk protection will be provided as hp::hddprotect. For more
1215           information on the feature, refer to Documentation/hwmon/lis3lv02d.
1216
1217           This driver can also be built as modules.  If so, the core module
1218           will be called lis3lv02d and a specific module for HP laptops will be
1219           called hp_accel.
1220
1221           Say Y here if you have an applicable laptop and want to experience
1222           the awesome power of lis3lv02d.
1223
1224 endif # ACPI
1225
1226 endif # HWMON