Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[firefly-linux-kernel-4.4.55.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 && DMI
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 && DMI
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_AD7314
72         tristate "Analog Devices AD7314 and compatibles"
73         depends on SPI
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
81 config SENSORS_AD7414
82         tristate "Analog Devices AD7414"
83         depends on I2C
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
91 config SENSORS_AD7418
92         tristate "Analog Devices AD7416, AD7417 and AD7418"
93         depends on I2C
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
101 config SENSORS_ADCXX
102         tristate "National Semiconductor ADCxxxSxxx"
103         depends on SPI_MASTER
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
117 config SENSORS_ADM1021
118         tristate "Analog Devices ADM1021 and compatibles"
119         depends on I2C
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,
123           Genesys Logic GL523SM, National Semiconductor LM84 and TI THMC10.
124
125           This driver can also be built as a module.  If so, the module
126           will be called adm1021.
127
128 config SENSORS_ADM1025
129         tristate "Analog Devices ADM1025 and compatibles"
130         depends on I2C
131         select HWMON_VID
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
139 config SENSORS_ADM1026
140         tristate "Analog Devices ADM1026 and compatibles"
141         depends on I2C
142         select HWMON_VID
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
150 config SENSORS_ADM1029
151         tristate "Analog Devices ADM1029"
152         depends on I2C
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
161 config SENSORS_ADM1031
162         tristate "Analog Devices ADM1031 and compatibles"
163         depends on I2C
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
171 config SENSORS_ADM9240
172         tristate "Analog Devices ADM9240 and compatibles"
173         depends on I2C
174         select HWMON_VID
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
182 config 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
190 config 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
201 config SENSORS_ADT7410
202         tristate "Analog Devices ADT7410/ADT7420"
203         depends on I2C
204         select SENSORS_ADT7X10
205         help
206           If you say yes here you get support for the Analog Devices
207           ADT7410 and ADT7420 temperature monitoring chips.
208
209           This driver can also be built as a module. If so, the module
210           will be called adt7410.
211
212 config SENSORS_ADT7411
213         tristate "Analog Devices ADT7411"
214         depends on I2C
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
222 config SENSORS_ADT7462
223         tristate "Analog Devices ADT7462"
224         depends on I2C
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
232 config SENSORS_ADT7470
233         tristate "Analog Devices ADT7470"
234         depends on I2C
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
242 config SENSORS_ADT7475
243         tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
244         depends on I2C
245         select HWMON_VID
246         help
247           If you say yes here you get support for the Analog Devices
248           ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
249           chips.
250
251           This driver can also be build as a module.  If so, the module
252           will be called adt7475.
253
254 config SENSORS_ASC7621
255         tristate "Andigilog aSC7621"
256         depends on I2C
257         help
258           If you say yes here you get support for the aSC7621
259           family of SMBus sensors chip found on most Intel X38, X48, X58,
260           945, 965 and 975 desktop boards.  Currently supported chips:
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
267 config SENSORS_K8TEMP
268         tristate "AMD Athlon64/FX or Opteron temperature sensor"
269         depends on X86 && PCI
270         help
271           If you say yes here you get support for the temperature
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.
275
276           This driver can also be built as a module.  If so, the module
277           will be called k8temp.
278
279 config SENSORS_K10TEMP
280         tristate "AMD Family 10h+ temperature sensor"
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
285           the AMD Family 10h and all revisions of the AMD Family 11h,
286           12h (Llano), 14h (Brazos) and 15h (Bulldozer/Trinity)
287           microarchitectures.
288
289           This driver can also be built as a module.  If so, the module
290           will be called k10temp.
291
292 config 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
302 config SENSORS_ASB100
303         tristate "Asus ASB100 Bach"
304         depends on X86 && I2C
305         select HWMON_VID
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
313 config SENSORS_ATXP1
314         tristate "Attansic ATXP1 VID controller"
315         depends on I2C
316         select HWMON_VID
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
327 config 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
337 config SENSORS_DS1621
338         tristate "Dallas Semiconductor DS1621 and DS1625"
339         depends on I2C
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
347 config 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
357 config 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
367 config SENSORS_I5K_AMB
368         tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
369         depends on PCI
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
377 config SENSORS_F71805F
378         tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
379         depends on !PPC
380         help
381           If you say yes here you get support for hardware monitoring
382           features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
383           Super-I/O chips.
384
385           This driver can also be built as a module.  If so, the module
386           will be called f71805f.
387
388 config SENSORS_F71882FG
389         tristate "Fintek F71882FG and compatibles"
390         depends on !PPC
391         help
392           If you say yes here you get support for hardware monitoring
393           features of many Fintek Super-I/O (LPC) chips. The currently
394           supported chips are:
395             F71808E/A
396             F71858FG
397             F71862FG
398             F71863FG
399             F71869F/E/A
400             F71882FG
401             F71883FG
402             F71889FG/ED/A
403             F8000
404             F81801U
405             F81865F
406
407           This driver can also be built as a module.  If so, the module
408           will be called f71882fg.
409
410 config SENSORS_F75375S
411         tristate "Fintek F75375S/SP, F75373 and F75387"
412         depends on I2C
413         help
414           If you say yes here you get support for hardware monitoring
415           features of the Fintek F75375S/SP, F75373 and F75387
416
417           This driver can also be built as a module.  If so, the module
418           will be called f75375s.
419
420 config SENSORS_FSCHMD
421         tristate "Fujitsu Siemens Computers sensor chips"
422         depends on X86 && I2C
423         help
424           If you say yes here you get support for the following Fujitsu
425           Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
426           Heimdall, Heracles, Hades and Syleus including support for the
427           integrated watchdog.
428
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.
432
433           This driver can also be built as a module.  If so, the module
434           will be called fschmd.
435
436 config 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
446 config SENSORS_GL518SM
447         tristate "Genesys Logic GL518SM"
448         depends on I2C
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
456 config SENSORS_GL520SM
457         tristate "Genesys Logic GL520SM"
458         depends on I2C
459         select HWMON_VID
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
467 config SENSORS_GPIO_FAN
468         tristate "GPIO fan"
469         depends on GPIOLIB
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
476 config SENSORS_HIH6130
477         tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor"
478         depends on I2C
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
486 config SENSORS_CORETEMP
487         tristate "Intel Core/Core2/Atom temperature sensor"
488         depends on X86
489         help
490           If you say yes here you get support for the temperature
491           sensor inside your CPU. Most of the family 6 CPUs
492           are supported. Check Documentation/hwmon/coretemp for details.
493
494 config 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,
503           and certain HC10/HS2x/LS2x/QS2x blades.
504
505           This driver can also be built as a module.  If so, the module
506           will be called ibmaem.
507
508 config 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
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.
518
519           This driver can also be built as a module.  If so, the module
520           will be called ibmpex.
521
522 config SENSORS_IIO_HWMON
523         tristate "Hwmon driver that uses channels specified via iio maps"
524         depends on IIO
525         help
526           This is a platform driver that in combination with a suitable
527           map allows IIO devices to provide basic hwmon functionality
528           for those channels specified in the map.  This map can be provided
529           either via platform data or the device tree bindings.
530
531 config SENSORS_IT87
532         tristate "ITE IT87xx and compatibles"
533         depends on !PPC
534         select HWMON_VID
535         help
536           If you say yes here you get support for ITE IT8705F, IT8712F,
537           IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E,
538           IT8771E, IT8772E, IT8782F, and IT8783E/F sensor chips, and the
539           SiS950 clone.
540
541           This driver can also be built as a module.  If so, the module
542           will be called it87.
543
544 config SENSORS_JZ4740
545         tristate "Ingenic JZ4740 SoC ADC driver"
546         depends on MACH_JZ4740 && MFD_JZ4740_ADC
547         help
548           If you say yes here you get support for reading adc values from the ADCIN
549           pin on Ingenic JZ4740 SoC based boards.
550
551           This driver can also be build as a module. If so, the module will be
552           called jz4740-hwmon.
553
554 config SENSORS_JC42
555         tristate "JEDEC JC42.4 compliant memory module temperature sensors"
556         depends on I2C
557         help
558           If you say yes here, you get support for JEDEC JC42.4 compliant
559           temperature sensors, which are used on many DDR3 memory modules for
560           mobile devices and servers.  Support will include, but not be limited
561           to, ADT7408, AT30TS00, CAT34TS02, CAT6095, MAX6604, MCP9804, MCP9805,
562           MCP98242, MCP98243, MCP98244, MCP9843, SE97, SE98, STTS424(E),
563           STTS2002, STTS3000, TSE2002B3, TSE2002GB2, TS3000B3, and TS3000GB2.
564
565           This driver can also be built as a module.  If so, the module
566           will be called jc42.
567
568 config SENSORS_LINEAGE
569         tristate "Lineage Compact Power Line Power Entry Module"
570         depends on I2C
571         help
572           If you say yes here you get support for the Lineage Compact Power Line
573           series of DC/DC and AC/DC converters such as CP1800, CP2000AC,
574           CP2000DC, CP2725, and others.
575
576           This driver can also be built as a module.  If so, the module
577           will be called lineage-pem.
578
579 config SENSORS_LM63
580         tristate "National Semiconductor LM63 and compatibles"
581         depends on I2C
582         help
583           If you say yes here you get support for the National
584           Semiconductor LM63, LM64, and LM96163 remote diode digital temperature
585           sensors with integrated fan control.  Such chips are found
586           on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
587           others.
588
589           This driver can also be built as a module.  If so, the module
590           will be called lm63.
591
592 config SENSORS_LM70
593         tristate "National Semiconductor LM70 and compatibles"
594         depends on SPI_MASTER
595         help
596           If you say yes here you get support for the National Semiconductor
597           LM70, LM71, LM74 and Texas Instruments TMP121/TMP123 digital tempera-
598           ture sensor chips.
599
600           This driver can also be built as a module.  If so, the module
601           will be called lm70.
602
603 config SENSORS_LM73
604         tristate "National Semiconductor LM73"
605         depends on I2C
606         help
607           If you say yes here you get support for National Semiconductor LM73
608           sensor chips.
609           This driver can also be built as a module.  If so, the module
610           will be called lm73.
611
612 config SENSORS_LM75
613         tristate "National Semiconductor LM75 and compatibles"
614         depends on I2C
615         help
616           If you say yes here you get support for one common type of
617           temperature sensor chip, with models including:
618
619                 - Analog Devices ADT75
620                 - Dallas Semiconductor DS75 and DS1775
621                 - Maxim MAX6625 and MAX6626
622                 - Microchip MCP980x
623                 - National Semiconductor LM75, LM75A
624                 - NXP's LM75A
625                 - ST Microelectronics STDS75
626                 - TelCom (now Microchip) TCN75
627                 - Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175,
628                   TMP275
629
630           This driver supports driver model based binding through board
631           specific I2C device tables.
632
633           It also supports the "legacy" style of driver binding.  To use
634           that with some chips which don't replicate LM75 quirks exactly,
635           you may need the "force" module parameter.
636
637           This driver can also be built as a module.  If so, the module
638           will be called lm75.
639
640 config SENSORS_LM77
641         tristate "National Semiconductor LM77"
642         depends on I2C
643         help
644           If you say yes here you get support for National Semiconductor LM77
645           sensor chips.
646
647           This driver can also be built as a module.  If so, the module
648           will be called lm77.
649
650 config SENSORS_LM78
651         tristate "National Semiconductor LM78 and compatibles"
652         depends on I2C
653         select HWMON_VID
654         help
655           If you say yes here you get support for National Semiconductor LM78,
656           LM78-J and LM79.
657
658           This driver can also be built as a module.  If so, the module
659           will be called lm78.
660
661 config SENSORS_LM80
662         tristate "National Semiconductor LM80 and LM96080"
663         depends on I2C
664         help
665           If you say yes here you get support for National Semiconductor
666           LM80 and LM96080 sensor chips.
667
668           This driver can also be built as a module.  If so, the module
669           will be called lm80.
670
671 config SENSORS_LM83
672         tristate "National Semiconductor LM83 and compatibles"
673         depends on I2C
674         help
675           If you say yes here you get support for National Semiconductor
676           LM82 and LM83 sensor chips.
677
678           This driver can also be built as a module.  If so, the module
679           will be called lm83.
680
681 config SENSORS_LM85
682         tristate "National Semiconductor LM85 and compatibles"
683         depends on I2C
684         select HWMON_VID
685         help
686           If you say yes here you get support for National Semiconductor LM85
687           sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
688           EMC6D101, EMC6D102, and EMC6D103.
689
690           This driver can also be built as a module.  If so, the module
691           will be called lm85.
692
693 config SENSORS_LM87
694         tristate "National Semiconductor LM87 and compatibles"
695         depends on I2C
696         select HWMON_VID
697         help
698           If you say yes here you get support for National Semiconductor LM87
699           and Analog Devices ADM1024 sensor chips.
700
701           This driver can also be built as a module.  If so, the module
702           will be called lm87.
703
704 config SENSORS_LM90
705         tristate "National Semiconductor LM90 and compatibles"
706         depends on I2C
707         help
708           If you say yes here you get support for National Semiconductor LM90,
709           LM86, LM89 and LM99, Analog Devices ADM1032, ADT7461, and ADT7461A,
710           Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
711           MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, ON Semiconductor NCT1008,
712           Winbond/Nuvoton W83L771W/G/AWG/ASG, Philips SA56004, and GMT G781
713           sensor chips.
714
715           This driver can also be built as a module.  If so, the module
716           will be called lm90.
717
718 config SENSORS_LM92
719         tristate "National Semiconductor LM92 and compatibles"
720         depends on I2C
721         help
722           If you say yes here you get support for National Semiconductor LM92
723           and Maxim MAX6635 sensor chips.
724
725           This driver can also be built as a module.  If so, the module
726           will be called lm92.
727
728 config SENSORS_LM93
729         tristate "National Semiconductor LM93 and compatibles"
730         depends on I2C
731         select HWMON_VID
732         help
733           If you say yes here you get support for National Semiconductor LM93,
734           LM94, and compatible sensor chips.
735
736           This driver can also be built as a module.  If so, the module
737           will be called lm93.
738
739 config SENSORS_LTC4151
740         tristate "Linear Technology LTC4151"
741         depends on I2C
742         default n
743         help
744           If you say yes here you get support for Linear Technology LTC4151
745           High Voltage I2C Current and Voltage Monitor interface.
746
747           This driver can also be built as a module. If so, the module will
748           be called ltc4151.
749
750 config SENSORS_LTC4215
751         tristate "Linear Technology LTC4215"
752         depends on I2C
753         default n
754         help
755           If you say yes here you get support for Linear Technology LTC4215
756           Hot Swap Controller I2C interface.
757
758           This driver can also be built as a module. If so, the module will
759           be called ltc4215.
760
761 config SENSORS_LTC4245
762         tristate "Linear Technology LTC4245"
763         depends on I2C
764         default n
765         help
766           If you say yes here you get support for Linear Technology LTC4245
767           Multiple Supply Hot Swap Controller I2C interface.
768
769           This driver can also be built as a module. If so, the module will
770           be called ltc4245.
771
772 config SENSORS_LTC4261
773         tristate "Linear Technology LTC4261"
774         depends on I2C
775         default n
776         help
777           If you say yes here you get support for Linear Technology LTC4261
778           Negative Voltage Hot Swap Controller I2C interface.
779
780           This driver can also be built as a module. If so, the module will
781           be called ltc4261.
782
783 config SENSORS_LM95234
784         tristate "National Semiconductor LM95234"
785         depends on I2C
786         help
787           If you say yes here you get support for the LM95234 temperature
788           sensor.
789
790           This driver can also be built as a module.  If so, the module
791           will be called lm95234.
792
793 config SENSORS_LM95241
794         tristate "National Semiconductor LM95241 and compatibles"
795         depends on I2C
796         help
797           If you say yes here you get support for LM95231 and LM95241 sensor
798           chips.
799
800           This driver can also be built as a module.  If so, the module
801           will be called lm95241.
802
803 config SENSORS_LM95245
804         tristate "National Semiconductor LM95245 sensor chip"
805         depends on I2C
806         help
807           If you say yes here you get support for LM95245 sensor chip.
808
809           This driver can also be built as a module.  If so, the module
810           will be called lm95245.
811
812 config SENSORS_MAX1111
813         tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles"
814         depends on SPI_MASTER
815         help
816           Say y here to support Maxim's MAX1110, MAX1111, MAX1112, and MAX1113
817           ADC chips.
818
819           This driver can also be built as a module.  If so, the module
820           will be called max1111.
821
822 config SENSORS_MAX16065
823         tristate "Maxim MAX16065 System Manager and compatibles"
824         depends on I2C
825         help
826           If you say yes here you get support for hardware monitoring
827           capabilities of the following Maxim System Manager chips.
828             MAX16065
829             MAX16066
830             MAX16067
831             MAX16068
832             MAX16070
833             MAX16071
834
835           This driver can also be built as a module.  If so, the module
836           will be called max16065.
837
838 config SENSORS_MAX1619
839         tristate "Maxim MAX1619 sensor chip"
840         depends on I2C
841         help
842           If you say yes here you get support for MAX1619 sensor chip.
843
844           This driver can also be built as a module.  If so, the module
845           will be called max1619.
846
847 config SENSORS_MAX1668
848         tristate "Maxim MAX1668 and compatibles"
849         depends on I2C
850         help
851           If you say yes here you get support for MAX1668, MAX1989 and
852           MAX1805 chips.
853
854           This driver can also be built as a module.  If so, the module
855           will be called max1668.
856
857 config SENSORS_MAX197
858         tristate "Maxim MAX197 and compatibles"
859         help
860           Support for the Maxim MAX197 A/D converter.
861           Support will include, but not be limited to, MAX197, and MAX199.
862
863           This driver can also be built as a module. If so, the module
864           will be called max197.
865
866 config SENSORS_MAX6639
867         tristate "Maxim MAX6639 sensor chip"
868         depends on I2C
869         help
870           If you say yes here you get support for the MAX6639
871           sensor chips.
872
873           This driver can also be built as a module.  If so, the module
874           will be called max6639.
875
876 config SENSORS_MAX6642
877         tristate "Maxim MAX6642 sensor chip"
878         depends on I2C
879         help
880           If you say yes here you get support for MAX6642 sensor chip.
881           MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor
882           with Overtemperature Alarm from Maxim.
883
884           This driver can also be built as a module.  If so, the module
885           will be called max6642.
886
887 config SENSORS_MAX6650
888         tristate "Maxim MAX6650 sensor chip"
889         depends on I2C
890         help
891           If you say yes here you get support for the MAX6650 / MAX6651
892           sensor chips.
893
894           This driver can also be built as a module.  If so, the module
895           will be called max6650.
896
897 config SENSORS_MAX6697
898         tristate "Maxim MAX6697 and compatibles"
899         depends on I2C
900         help
901           If you say yes here you get support for MAX6581, MAX6602, MAX6622,
902           MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699
903           temperature sensor chips.
904
905           This driver can also be built as a module.  If so, the module
906           will be called max6697.
907
908 config SENSORS_MCP3021
909         tristate "Microchip MCP3021 and compatibles"
910         depends on I2C
911         help
912           If you say yes here you get support for MCP3021 and MCP3221.
913           The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221
914           with 12-bit resolution.
915
916           This driver can also be built as a module.  If so, the module
917           will be called mcp3021.
918
919 config SENSORS_NCT6775
920         tristate "Nuvoton NCT6775F and compatibles"
921         depends on !PPC
922         select HWMON_VID
923         help
924           If you say yes here you get support for the hardware monitoring
925           functionality of the Nuvoton NCT6775F, NCT6776F, NCT6779D
926           and compatible Super-I/O chips. This driver replaces the
927           w83627ehf driver for NCT6775F and NCT6776F.
928
929           This driver can also be built as a module.  If so, the module
930           will be called nct6775.
931
932 config SENSORS_NTC_THERMISTOR
933         tristate "NTC thermistor support"
934         depends on (!OF && !IIO) || (OF && IIO)
935         help
936           This driver supports NTC thermistors sensor reading and its
937           interpretation. The driver can also monitor the temperature and
938           send notifications about the temperature.
939
940           Currently, this driver supports
941           NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, and NCP15WL333.
942
943           This driver can also be built as a module.  If so, the module
944           will be called ntc-thermistor.
945
946 config SENSORS_PC87360
947         tristate "National Semiconductor PC87360 family"
948         depends on !PPC
949         select HWMON_VID
950         help
951           If you say yes here you get access to the hardware monitoring
952           functions of the National Semiconductor PC8736x Super-I/O chips.
953           The PC87360, PC87363 and PC87364 only have fan monitoring and
954           control.  The PC87365 and PC87366 additionally have voltage and
955           temperature monitoring.
956
957           This driver can also be built as a module.  If so, the module
958           will be called pc87360.
959
960 config SENSORS_PC87427
961         tristate "National Semiconductor PC87427"
962         depends on !PPC
963         help
964           If you say yes here you get access to the hardware monitoring
965           functions of the National Semiconductor PC87427 Super-I/O chip.
966           The chip has two distinct logical devices, one for fan speed
967           monitoring and control, and one for voltage and temperature
968           monitoring. Fan speed monitoring and control are supported, as
969           well as temperature monitoring. Voltages aren't supported yet.
970
971           This driver can also be built as a module.  If so, the module
972           will be called pc87427.
973
974 config SENSORS_PCF8591
975         tristate "Philips PCF8591 ADC/DAC"
976         depends on I2C
977         default n
978         help
979           If you say yes here you get support for Philips PCF8591 4-channel
980           ADC, 1-channel DAC chips.
981
982           This driver can also be built as a module.  If so, the module
983           will be called pcf8591.
984
985           These devices are hard to detect and rarely found on mainstream
986           hardware.  If unsure, say N.
987
988 source drivers/hwmon/pmbus/Kconfig
989
990 config SENSORS_SHT15
991         tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
992         depends on GPIOLIB
993         help
994           If you say yes here you get support for the Sensiron SHT10, SHT11,
995           SHT15, SHT71, SHT75 humidity and temperature sensors.
996
997           This driver can also be built as a module.  If so, the module
998           will be called sht15.
999
1000 config SENSORS_SHT21
1001         tristate "Sensiron humidity and temperature sensors. SHT21 and compat."
1002         depends on I2C
1003         help
1004           If you say yes here you get support for the Sensiron SHT21, SHT25
1005           humidity and temperature sensors.
1006
1007           This driver can also be built as a module.  If so, the module
1008           will be called sht21.
1009
1010 config SENSORS_S3C
1011         tristate "Samsung built-in ADC"
1012         depends on S3C_ADC
1013         help
1014           If you say yes here you get support for the on-board ADCs of
1015           the Samsung S3C24XX, S3C64XX and other series of SoC
1016
1017           This driver can also be built as a module. If so, the module
1018           will be called s3c-hwmon.
1019
1020 config SENSORS_S3C_RAW
1021         bool "Include raw channel attributes in sysfs"
1022         depends on SENSORS_S3C
1023         help
1024           Say Y here if you want to include raw copies of all the ADC
1025           channels in sysfs.
1026
1027 config SENSORS_SIS5595
1028         tristate "Silicon Integrated Systems Corp. SiS5595"
1029         depends on PCI
1030         help
1031           If you say yes here you get support for the integrated sensors in
1032           SiS5595 South Bridges.
1033
1034           This driver can also be built as a module.  If so, the module
1035           will be called sis5595.
1036
1037 config SENSORS_SMM665
1038         tristate "Summit Microelectronics SMM665"
1039         depends on I2C
1040         default n
1041         help
1042           If you say yes here you get support for the hardware monitoring
1043           features of the Summit Microelectronics SMM665/SMM665B Six-Channel
1044           Active DC Output Controller / Monitor.
1045
1046           Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
1047           Support for those chips is untested.
1048
1049           This driver can also be built as a module. If so, the module will
1050           be called smm665.
1051
1052 config SENSORS_DME1737
1053         tristate "SMSC DME1737, SCH311x and compatibles"
1054         depends on I2C && !PPC
1055         select HWMON_VID
1056         help
1057           If you say yes here you get support for the hardware monitoring
1058           and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
1059           Asus A8000 Super-I/O chips.
1060
1061           This driver can also be built as a module.  If so, the module
1062           will be called dme1737.
1063
1064 config SENSORS_EMC1403
1065         tristate "SMSC EMC1403/23 thermal sensor"
1066         depends on I2C
1067         help
1068           If you say yes here you get support for the SMSC EMC1403/23
1069           temperature monitoring chip.
1070
1071           Threshold values can be configured using sysfs.
1072           Data from the different diodes are accessible via sysfs.
1073
1074 config SENSORS_EMC2103
1075         tristate "SMSC EMC2103"
1076         depends on I2C
1077         help
1078           If you say yes here you get support for the temperature
1079           and fan sensors of the SMSC EMC2103 chips.
1080
1081           This driver can also be built as a module.  If so, the module
1082           will be called emc2103.
1083
1084 config SENSORS_EMC6W201
1085         tristate "SMSC EMC6W201"
1086         depends on I2C
1087         help
1088           If you say yes here you get support for the SMSC EMC6W201
1089           hardware monitoring chip.
1090
1091           This driver can also be built as a module.  If so, the module
1092           will be called emc6w201.
1093
1094 config SENSORS_SMSC47M1
1095         tristate "SMSC LPC47M10x and compatibles"
1096         depends on !PPC
1097         help
1098           If you say yes here you get support for the integrated fan
1099           monitoring and control capabilities of the SMSC LPC47B27x,
1100           LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
1101           LPC47M192, LPC47M292 and LPC47M997 chips.
1102
1103           The temperature and voltage sensor features of the LPC47M15x,
1104           LPC47M192, LPC47M292 and LPC47M997 are supported by another
1105           driver, select also "SMSC LPC47M192 and compatibles" below for
1106           those.
1107
1108           This driver can also be built as a module.  If so, the module
1109           will be called smsc47m1.
1110
1111 config SENSORS_SMSC47M192
1112         tristate "SMSC LPC47M192 and compatibles"
1113         depends on I2C
1114         select HWMON_VID
1115         help
1116           If you say yes here you get support for the temperature and
1117           voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
1118           and LPC47M997 chips.
1119
1120           The fan monitoring and control capabilities of these chips
1121           are supported by another driver, select
1122           "SMSC LPC47M10x and compatibles" above. You need both drivers
1123           if you want fan control and voltage/temperature sensor support.
1124
1125           This driver can also be built as a module.  If so, the module
1126           will be called smsc47m192.
1127
1128 config SENSORS_SMSC47B397
1129         tristate "SMSC LPC47B397-NC"
1130         depends on !PPC
1131         help
1132           If you say yes here you get support for the SMSC LPC47B397-NC
1133           sensor chip.
1134
1135           This driver can also be built as a module.  If so, the module
1136           will be called smsc47b397.
1137
1138 config SENSORS_SCH56XX_COMMON
1139         tristate
1140         default n
1141
1142 config SENSORS_SCH5627
1143         tristate "SMSC SCH5627"
1144         depends on !PPC && WATCHDOG
1145         select SENSORS_SCH56XX_COMMON
1146         select WATCHDOG_CORE
1147         help
1148           If you say yes here you get support for the hardware monitoring
1149           features of the SMSC SCH5627 Super-I/O chip including support for
1150           the integrated watchdog.
1151
1152           This driver can also be built as a module.  If so, the module
1153           will be called sch5627.
1154
1155 config SENSORS_SCH5636
1156         tristate "SMSC SCH5636"
1157         depends on !PPC && WATCHDOG
1158         select SENSORS_SCH56XX_COMMON
1159         select WATCHDOG_CORE
1160         help
1161           SMSC SCH5636 Super I/O chips include an embedded microcontroller for
1162           hardware monitoring solutions, allowing motherboard manufacturers to
1163           create their own custom hwmon solution based upon the SCH5636.
1164
1165           Currently this driver only supports the Fujitsu Theseus SCH5636 based
1166           hwmon solution. Say yes here if you want support for the Fujitsu
1167           Theseus' hardware monitoring features including support for the
1168           integrated watchdog.
1169
1170           This driver can also be built as a module.  If so, the module
1171           will be called sch5636.
1172
1173 config SENSORS_ADS1015
1174         tristate "Texas Instruments ADS1015"
1175         depends on I2C
1176         help
1177           If you say yes here you get support for Texas Instruments ADS1015
1178           12-bit 4-input ADC device.
1179
1180           This driver can also be built as a module.  If so, the module
1181           will be called ads1015.
1182
1183 config SENSORS_ADS7828
1184         tristate "Texas Instruments ADS7828 and compatibles"
1185         depends on I2C
1186         help
1187           If you say yes here you get support for Texas Instruments ADS7828 and
1188           ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while
1189           it is 8-bit on ADS7830.
1190
1191           This driver can also be built as a module.  If so, the module
1192           will be called ads7828.
1193
1194 config SENSORS_ADS7871
1195         tristate "Texas Instruments ADS7871 A/D converter"
1196         depends on SPI
1197         help
1198           If you say yes here you get support for TI ADS7871 & ADS7870
1199
1200           This driver can also be built as a module.  If so, the module
1201           will be called ads7871.
1202
1203 config SENSORS_AMC6821
1204         tristate "Texas Instruments AMC6821"
1205         depends on I2C 
1206         help
1207           If you say yes here you get support for the Texas Instruments
1208           AMC6821 hardware monitoring chips.
1209
1210           This driver can also be build as a module.  If so, the module
1211           will be called amc6821.
1212
1213 config SENSORS_INA209
1214         tristate "TI / Burr Brown INA209"
1215         depends on I2C
1216         help
1217           If you say yes here you get support for the TI / Burr Brown INA209
1218           voltage / current / power monitor I2C interface.
1219
1220           This driver can also be built as a module. If so, the module will
1221           be called ina209.
1222
1223 config SENSORS_INA2XX
1224         tristate "Texas Instruments INA219 and compatibles"
1225         depends on I2C
1226         help
1227           If you say yes here you get support for INA219, INA220, INA226, and
1228           INA230 power monitor chips.
1229
1230           The INA2xx driver is configured for the default configuration of
1231           the part as described in the datasheet.
1232           Default value for Rshunt is 10 mOhms.
1233           This driver can also be built as a module.  If so, the module
1234           will be called ina2xx.
1235
1236 config SENSORS_THMC50
1237         tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
1238         depends on I2C
1239         help
1240           If you say yes here you get support for Texas Instruments THMC50
1241           sensor chips and clones: the Analog Devices ADM1022.
1242
1243           This driver can also be built as a module.  If so, the module
1244           will be called thmc50.
1245
1246 config SENSORS_TMP102
1247         tristate "Texas Instruments TMP102"
1248         depends on I2C
1249         help
1250           If you say yes here you get support for Texas Instruments TMP102
1251           sensor chips.
1252
1253           This driver can also be built as a module.  If so, the module
1254           will be called tmp102.
1255
1256 config SENSORS_TMP401
1257         tristate "Texas Instruments TMP401 and compatibles"
1258         depends on I2C
1259         help
1260           If you say yes here you get support for Texas Instruments TMP401,
1261           TMP411, TMP431, and TMP432 temperature sensor chips.
1262
1263           This driver can also be built as a module.  If so, the module
1264           will be called tmp401.
1265
1266 config SENSORS_TMP421
1267         tristate "Texas Instruments TMP421 and compatible"
1268         depends on I2C
1269         help
1270           If you say yes here you get support for Texas Instruments TMP421,
1271           TMP422 and TMP423 temperature sensor chips.
1272
1273           This driver can also be built as a module.  If so, the module
1274           will be called tmp421.
1275
1276 config SENSORS_TWL4030_MADC
1277         tristate "Texas Instruments TWL4030 MADC Hwmon"
1278         depends on TWL4030_MADC
1279         help
1280         If you say yes here you get hwmon support for triton
1281         TWL4030-MADC.
1282
1283         This driver can also be built as a module. If so it will be called
1284         twl4030-madc-hwmon.
1285
1286 config SENSORS_VEXPRESS
1287         tristate "Versatile Express"
1288         depends on VEXPRESS_CONFIG
1289         help
1290           This driver provides support for hardware sensors available on
1291           the ARM Ltd's Versatile Express platform. It can provide wide
1292           range of information like temperature, power, energy.
1293
1294 config SENSORS_VIA_CPUTEMP
1295         tristate "VIA CPU temperature sensor"
1296         depends on X86
1297         select HWMON_VID
1298         help
1299           If you say yes here you get support for the temperature
1300           sensor inside your CPU. Supported are all known variants of
1301           the VIA C7 and Nano.
1302
1303 config SENSORS_VIA686A
1304         tristate "VIA686A"
1305         depends on PCI
1306         help
1307           If you say yes here you get support for the integrated sensors in
1308           Via 686A/B South Bridges.
1309
1310           This driver can also be built as a module.  If so, the module
1311           will be called via686a.
1312
1313 config SENSORS_VT1211
1314         tristate "VIA VT1211"
1315         depends on !PPC
1316         select HWMON_VID
1317         help
1318           If you say yes here then you get support for hardware monitoring
1319           features of the VIA VT1211 Super-I/O chip.
1320
1321           This driver can also be built as a module.  If so, the module
1322           will be called vt1211.
1323
1324 config SENSORS_VT8231
1325         tristate "VIA VT8231"
1326         depends on PCI
1327         select HWMON_VID
1328         help
1329           If you say yes here then you get support for the integrated sensors
1330           in the VIA VT8231 device.
1331
1332           This driver can also be built as a module.  If so, the module
1333           will be called vt8231.
1334
1335 config SENSORS_W83781D
1336         tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
1337         depends on I2C
1338         select HWMON_VID
1339         help
1340           If you say yes here you get support for the Winbond W8378x series
1341           of sensor chips: the W83781D, W83782D and W83783S, and the similar
1342           Asus AS99127F.
1343
1344           This driver can also be built as a module.  If so, the module
1345           will be called w83781d.
1346
1347 config SENSORS_W83791D
1348         tristate "Winbond W83791D"
1349         depends on I2C
1350         select HWMON_VID
1351         help
1352           If you say yes here you get support for the Winbond W83791D chip.
1353
1354           This driver can also be built as a module.  If so, the module
1355           will be called w83791d.
1356
1357 config SENSORS_W83792D
1358         tristate "Winbond W83792D"
1359         depends on I2C
1360         help
1361           If you say yes here you get support for the Winbond W83792D chip.
1362
1363           This driver can also be built as a module.  If so, the module
1364           will be called w83792d.
1365
1366 config SENSORS_W83793
1367         tristate "Winbond W83793"
1368         depends on I2C
1369         select HWMON_VID
1370         help
1371           If you say yes here you get support for the Winbond W83793
1372           hardware monitoring chip, including support for the integrated
1373           watchdog.
1374
1375           This driver can also be built as a module.  If so, the module
1376           will be called w83793.
1377
1378 config SENSORS_W83795
1379         tristate "Winbond/Nuvoton W83795G/ADG"
1380         depends on I2C
1381         help
1382           If you say yes here you get support for the Winbond W83795G and
1383           W83795ADG hardware monitoring chip, including manual fan speed
1384           control.
1385
1386           This driver can also be built as a module.  If so, the module
1387           will be called w83795.
1388
1389 config SENSORS_W83795_FANCTRL
1390         boolean "Include automatic fan control support (DANGEROUS)"
1391         depends on SENSORS_W83795
1392         default n
1393         help
1394           If you say yes here, support for automatic fan speed control
1395           will be included in the driver.
1396
1397           This part of the code wasn't carefully reviewed and tested yet,
1398           so enabling this option is strongly discouraged on production
1399           servers. Only developers and testers should enable it for the
1400           time being.
1401
1402           Please also note that this option will create sysfs attribute
1403           files which may change in the future, so you shouldn't rely
1404           on them being stable.
1405
1406 config SENSORS_W83L785TS
1407         tristate "Winbond W83L785TS-S"
1408         depends on I2C
1409         help
1410           If you say yes here you get support for the Winbond W83L785TS-S
1411           sensor chip, which is used on the Asus A7N8X, among other
1412           motherboards.
1413
1414           This driver can also be built as a module.  If so, the module
1415           will be called w83l785ts.
1416
1417 config SENSORS_W83L786NG
1418         tristate "Winbond W83L786NG, W83L786NR"
1419         depends on I2C
1420         help
1421           If you say yes here you get support for the Winbond W83L786NG
1422           and W83L786NR sensor chips.
1423
1424           This driver can also be built as a module.  If so, the module
1425           will be called w83l786ng.
1426
1427 config SENSORS_W83627HF
1428         tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
1429         depends on !PPC
1430         select HWMON_VID
1431         help
1432           If you say yes here you get support for the Winbond W836X7 series
1433           of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
1434           W83697HF.
1435
1436           This driver can also be built as a module.  If so, the module
1437           will be called w83627hf.
1438
1439 config SENSORS_W83627EHF
1440         tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG, NCT6775F, NCT6776F"
1441         depends on !PPC
1442         select HWMON_VID
1443         help
1444           If you say yes here you get support for the hardware
1445           monitoring functionality of the Winbond W83627EHF Super-I/O chip.
1446
1447           This driver also supports the W83627EHG, which is the lead-free
1448           version of the W83627EHF, and the W83627DHG, which is a similar
1449           chip suited for specific Intel processors that use PECI such as
1450           the Core 2 Duo. And also the W83627UHG, which is a stripped down
1451           version of the W83627DHG (as far as hardware monitoring goes.)
1452
1453           This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F
1454           (also known as W83667HG-I), and NCT6776F.
1455
1456           This driver can also be built as a module.  If so, the module
1457           will be called w83627ehf.
1458
1459 config SENSORS_WM831X
1460         tristate "WM831x PMICs"
1461         depends on MFD_WM831X
1462         help
1463           If you say yes here you get support for the hardware
1464           monitoring functionality of the Wolfson Microelectronics
1465           WM831x series of PMICs.
1466
1467           This driver can also be built as a module.  If so, the module
1468           will be called wm831x-hwmon.
1469
1470 config SENSORS_WM8350
1471         tristate "Wolfson Microelectronics WM835x"
1472         depends on MFD_WM8350
1473         help
1474           If you say yes here you get support for the hardware
1475           monitoring features of the WM835x series of PMICs.
1476
1477           This driver can also be built as a module.  If so, the module
1478           will be called wm8350-hwmon.
1479
1480 config SENSORS_ULTRA45
1481         tristate "Sun Ultra45 PIC16F747"
1482         depends on SPARC64
1483         help
1484           This driver provides support for the Ultra45 workstation environmental
1485           sensors.
1486
1487 config SENSORS_APPLESMC
1488         tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
1489         depends on INPUT && X86
1490         select NEW_LEDS
1491         select LEDS_CLASS
1492         select INPUT_POLLDEV
1493         default n
1494         help
1495           This driver provides support for the Apple System Management
1496           Controller, which provides an accelerometer (Apple Sudden Motion
1497           Sensor), light sensors, temperature sensors, keyboard backlight
1498           control and fan control.
1499
1500           Only Intel-based Apple's computers are supported (MacBook Pro,
1501           MacBook, MacMini).
1502
1503           Data from the different sensors, keyboard backlight control and fan
1504           control are accessible via sysfs.
1505
1506           This driver also provides an absolute input class device, allowing
1507           the laptop to act as a pinball machine-esque joystick.
1508
1509           Say Y here if you have an applicable laptop and want to experience
1510           the awesome power of applesmc.
1511
1512 config SENSORS_MC13783_ADC
1513         tristate "Freescale MC13783/MC13892 ADC"
1514         depends on MFD_MC13XXX
1515         help
1516           Support for the A/D converter on MC13783 and MC13892 PMIC.
1517
1518 if ACPI
1519
1520 comment "ACPI drivers"
1521
1522 config SENSORS_ACPI_POWER
1523         tristate "ACPI 4.0 power meter"
1524         help
1525           This driver exposes ACPI 4.0 power meters as hardware monitoring
1526           devices.  Say Y (or M) if you have a computer with ACPI 4.0 firmware
1527           and a power meter.
1528
1529           To compile this driver as a module, choose M here:
1530           the module will be called acpi_power_meter.
1531
1532 config SENSORS_ATK0110
1533         tristate "ASUS ATK0110"
1534         depends on X86
1535         help
1536           If you say yes here you get support for the ACPI hardware
1537           monitoring interface found in many ASUS motherboards. This
1538           driver will provide readings of fans, voltages and temperatures
1539           through the system firmware.
1540
1541           This driver can also be built as a module. If so, the module
1542           will be called asus_atk0110.
1543
1544 endif # ACPI
1545
1546 endif # HWMON