GNU Linux-libre 5.4.241-gnu1
[releases.git] / drivers / hwmon / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Hardware monitoring chip drivers configuration
4 #
5
6 menuconfig HWMON
7         tristate "Hardware Monitoring support"
8         depends on HAS_IOMEM
9         default y
10         help
11           Hardware monitoring devices let you monitor the hardware health
12           of a system. Most modern motherboards include such a device. It
13           can include temperature sensors, voltage sensors, fan speed
14           sensors and various additional features such as the ability to
15           control the speed of the fans. If you want this support you
16           should say Y here and also to the specific driver(s) for your
17           sensors chip(s) below.
18
19           To find out which specific driver(s) you need, use the
20           sensors-detect script from the lm_sensors package.  Read
21           <file:Documentation/hwmon/userspace-tools.rst> for details.
22
23           This support can also be built as a module. If so, the module
24           will be called hwmon.
25
26 if HWMON
27
28 config HWMON_VID
29         tristate
30
31 config HWMON_DEBUG_CHIP
32         bool "Hardware Monitoring Chip debugging messages"
33         help
34           Say Y here if you want the I2C chip drivers to produce a bunch of
35           debug messages to the system log.  Select this if you are having
36           a problem with I2C support and want to see more of what is going
37           on.
38
39 comment "Native drivers"
40
41 config SENSORS_AB8500
42         tristate "AB8500 thermal monitoring"
43         depends on AB8500_GPADC && AB8500_BM
44         help
45           If you say yes here you get support for the thermal sensor part
46           of the AB8500 chip. The driver includes thermal management for
47           AB8500 die and two GPADC channels. The GPADC channel are preferably
48           used to access sensors outside the AB8500 chip.
49
50           This driver can also be built as a module. If so, the module
51           will be called abx500-temp.
52
53 config SENSORS_ABITUGURU
54         tristate "Abit uGuru (rev 1 & 2)"
55         depends on X86 && DMI
56         help
57           If you say yes here you get support for the sensor part of the first
58           and second revision of the Abit uGuru chip. The voltage and frequency
59           control parts of the Abit uGuru are not supported. The Abit uGuru
60           chip can be found on Abit uGuru featuring motherboards (most modern
61           Abit motherboards from before end 2005). For more info and a list
62           of which motherboards have which revision see
63           Documentation/hwmon/abituguru.rst
64
65           This driver can also be built as a module. If so, the module
66           will be called abituguru.
67
68 config SENSORS_ABITUGURU3
69         tristate "Abit uGuru (rev 3)"
70         depends on X86 && DMI
71         help
72           If you say yes here you get support for the sensor part of the
73           third revision of the Abit uGuru chip. Only reading the sensors
74           and their settings is supported. The third revision of the Abit
75           uGuru chip can be found on recent Abit motherboards (since end
76           2005). For more info and a list of which motherboards have which
77           revision see Documentation/hwmon/abituguru3.rst
78
79           This driver can also be built as a module. If so, the module
80           will be called abituguru3.
81
82 config SENSORS_AD7314
83         tristate "Analog Devices AD7314 and compatibles"
84         depends on SPI
85         help
86           If you say yes here you get support for the Analog Devices
87           AD7314, ADT7301 and ADT7302 temperature sensors.
88
89           This driver can also be built as a module. If so, the module
90           will be called ad7314.
91
92 config SENSORS_AD7414
93         tristate "Analog Devices AD7414"
94         depends on I2C
95         help
96           If you say yes here you get support for the Analog Devices
97           AD7414 temperature monitoring chip.
98
99           This driver can also be built as a module. If so, the module
100           will be called ad7414.
101
102 config SENSORS_AD7418
103         tristate "Analog Devices AD7416, AD7417 and AD7418"
104         depends on I2C
105         help
106           If you say yes here you get support for the Analog Devices
107           AD7416, AD7417 and AD7418 temperature monitoring chips.
108
109           This driver can also be built as a module. If so, the module
110           will be called ad7418.
111
112 config SENSORS_ADM1021
113         tristate "Analog Devices ADM1021 and compatibles"
114         depends on I2C
115         help
116           If you say yes here you get support for Analog Devices ADM1021
117           and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
118           Genesys Logic GL523SM, National Semiconductor LM84 and TI THMC10.
119
120           This driver can also be built as a module. If so, the module
121           will be called adm1021.
122
123 config SENSORS_ADM1025
124         tristate "Analog Devices ADM1025 and compatibles"
125         depends on I2C
126         select HWMON_VID
127         help
128           If you say yes here you get support for Analog Devices ADM1025
129           and Philips NE1619 sensor chips.
130
131           This driver can also be built as a module. If so, the module
132           will be called adm1025.
133
134 config SENSORS_ADM1026
135         tristate "Analog Devices ADM1026 and compatibles"
136         depends on I2C
137         select HWMON_VID
138         help
139           If you say yes here you get support for Analog Devices ADM1026
140           sensor chip.
141
142           This driver can also be built as a module. If so, the module
143           will be called adm1026.
144
145 config SENSORS_ADM1029
146         tristate "Analog Devices ADM1029"
147         depends on I2C
148         help
149           If you say yes here you get support for Analog Devices ADM1029
150           sensor chip.
151           Very rare chip, please let us know you use it.
152
153           This driver can also be built as a module. If so, the module
154           will be called adm1029.
155
156 config SENSORS_ADM1031
157         tristate "Analog Devices ADM1031 and compatibles"
158         depends on I2C
159         help
160           If you say yes here you get support for Analog Devices ADM1031
161           and ADM1030 sensor chips.
162
163           This driver can also be built as a module. If so, the module
164           will be called adm1031.
165
166 config SENSORS_ADM9240
167         tristate "Analog Devices ADM9240 and compatibles"
168         depends on I2C
169         select HWMON_VID
170         help
171           If you say yes here you get support for Analog Devices ADM9240,
172           Dallas DS1780, National Semiconductor LM81 sensor chips.
173
174           This driver can also be built as a module. If so, the module
175           will be called adm9240.
176
177 config SENSORS_ADT7X10
178         tristate
179         help
180           This module contains common code shared by the ADT7310/ADT7320 and
181           ADT7410/ADT7420 temperature monitoring chip drivers.
182
183           If built as a module, the module will be called adt7x10.
184
185 config SENSORS_ADT7310
186         tristate "Analog Devices ADT7310/ADT7320"
187         depends on SPI_MASTER
188         select SENSORS_ADT7X10
189         help
190           If you say yes here you get support for the Analog Devices
191           ADT7310 and ADT7320 temperature monitoring chips.
192
193           This driver can also be built as a module. If so, the module
194           will be called adt7310.
195
196 config SENSORS_ADT7410
197         tristate "Analog Devices ADT7410/ADT7420"
198         depends on I2C
199         select SENSORS_ADT7X10
200         help
201           If you say yes here you get support for the Analog Devices
202           ADT7410 and ADT7420 temperature monitoring chips.
203
204           This driver can also be built as a module. If so, the module
205           will be called adt7410.
206
207 config SENSORS_ADT7411
208         tristate "Analog Devices ADT7411"
209         depends on I2C
210         help
211           If you say yes here you get support for the Analog Devices
212           ADT7411 voltage and temperature monitoring chip.
213
214           This driver can also be built as a module. If so, the module
215           will be called adt7411.
216
217 config SENSORS_ADT7462
218         tristate "Analog Devices ADT7462"
219         depends on I2C
220         help
221           If you say yes here you get support for the Analog Devices
222           ADT7462 temperature monitoring chips.
223
224           This driver can also be built as a module. If so, the module
225           will be called adt7462.
226
227 config SENSORS_ADT7470
228         tristate "Analog Devices ADT7470"
229         depends on I2C
230         help
231           If you say yes here you get support for the Analog Devices
232           ADT7470 temperature monitoring chips.
233
234           This driver can also be built as a module. If so, the module
235           will be called adt7470.
236
237 config SENSORS_ADT7475
238         tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
239         depends on I2C
240         select HWMON_VID
241         help
242           If you say yes here you get support for the Analog Devices
243           ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
244           chips.
245
246           This driver can also be built as a module. If so, the module
247           will be called adt7475.
248
249 config SENSORS_AS370
250         tristate "Synaptics AS370 SoC hardware monitoring driver"
251         help
252           If you say yes here you get support for the PVT sensors of
253           the Synaptics AS370 SoC
254
255           This driver can also be built as a module. If so, the module
256           will be called as370-hwmon.
257
258
259 config SENSORS_ASC7621
260         tristate "Andigilog aSC7621"
261         depends on I2C
262         help
263           If you say yes here you get support for the aSC7621
264           family of SMBus sensors chip found on most Intel X38, X48, X58,
265           945, 965 and 975 desktop boards.  Currently supported chips:
266           aSC7621
267           aSC7621a
268
269           This driver can also be built as a module. If so, the module
270           will be called asc7621.
271
272 config SENSORS_K8TEMP
273         tristate "AMD Athlon64/FX or Opteron temperature sensor"
274         depends on X86 && PCI
275         help
276           If you say yes here you get support for the temperature
277           sensor(s) inside your CPU. Supported is whole AMD K8
278           microarchitecture. Please note that you will need at least
279           lm-sensors 2.10.1 for proper userspace support.
280
281           This driver can also be built as a module. If so, the module
282           will be called k8temp.
283
284 config SENSORS_K10TEMP
285         tristate "AMD Family 10h+ temperature sensor"
286         depends on X86 && PCI && AMD_NB
287         help
288           If you say yes here you get support for the temperature
289           sensor(s) inside your CPU. Supported are later revisions of
290           the AMD Family 10h and all revisions of the AMD Family 11h,
291           12h (Llano), 14h (Brazos), 15h (Bulldozer/Trinity/Kaveri/Carrizo)
292           and 16h (Kabini/Mullins) microarchitectures.
293
294           This driver can also be built as a module. If so, the module
295           will be called k10temp.
296
297 config SENSORS_FAM15H_POWER
298         tristate "AMD Family 15h processor power"
299         depends on X86 && PCI && CPU_SUP_AMD
300         help
301           If you say yes here you get support for processor power
302           information of your AMD family 15h CPU.
303
304           This driver can also be built as a module. If so, the module
305           will be called fam15h_power.
306
307 config SENSORS_APPLESMC
308         tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
309         depends on INPUT && X86
310         select NEW_LEDS
311         select LEDS_CLASS
312         select INPUT_POLLDEV
313         help
314           This driver provides support for the Apple System Management
315           Controller, which provides an accelerometer (Apple Sudden Motion
316           Sensor), light sensors, temperature sensors, keyboard backlight
317           control and fan control.
318
319           Only Intel-based Apple's computers are supported (MacBook Pro,
320           MacBook, MacMini).
321
322           Data from the different sensors, keyboard backlight control and fan
323           control are accessible via sysfs.
324
325           This driver also provides an absolute input class device, allowing
326           the laptop to act as a pinball machine-esque joystick.
327
328           Say Y here if you have an applicable laptop and want to experience
329           the awesome power of applesmc.
330
331 config SENSORS_ARM_SCMI
332         tristate "ARM SCMI Sensors"
333         depends on ARM_SCMI_PROTOCOL
334         depends on THERMAL || !THERMAL_OF
335         help
336           This driver provides support for temperature, voltage, current
337           and power sensors available on SCMI based platforms. The actual
338           number and type of sensors exported depend on the platform.
339
340           This driver can also be built as a module. If so, the module
341           will be called scmi-hwmon.
342
343 config SENSORS_ARM_SCPI
344         tristate "ARM SCPI Sensors"
345         depends on ARM_SCPI_PROTOCOL
346         depends on THERMAL || !THERMAL_OF
347         help
348           This driver provides support for temperature, voltage, current
349           and power sensors available on ARM Ltd's SCP based platforms. The
350           actual number and type of sensors exported depend on the platform.
351
352 config SENSORS_ASB100
353         tristate "Asus ASB100 Bach"
354         depends on X86 && I2C
355         select HWMON_VID
356         help
357           If you say yes here you get support for the ASB100 Bach sensor
358           chip found on some Asus mainboards.
359
360           This driver can also be built as a module. If so, the module
361           will be called asb100.
362
363 config SENSORS_ASPEED
364         tristate "ASPEED AST2400/AST2500 PWM and Fan tach driver"
365         depends on THERMAL || THERMAL=n
366         select REGMAP
367         help
368           This driver provides support for ASPEED AST2400/AST2500 PWM
369           and Fan Tacho controllers.
370
371           This driver can also be built as a module. If so, the module
372           will be called aspeed_pwm_tacho.
373
374 config SENSORS_ATXP1
375         tristate "Attansic ATXP1 VID controller"
376         depends on I2C
377         select HWMON_VID
378         help
379           If you say yes here you get support for the Attansic ATXP1 VID
380           controller.
381
382           If your board have such a chip, you are able to control your CPU
383           core and other voltages.
384
385           This driver can also be built as a module. If so, the module
386           will be called atxp1.
387
388 config SENSORS_DS620
389         tristate "Dallas Semiconductor DS620"
390         depends on I2C
391         help
392           If you say yes here you get support for Dallas Semiconductor
393           DS620 sensor chip.
394
395           This driver can also be built as a module. If so, the module
396           will be called ds620.
397
398 config SENSORS_DS1621
399         tristate "Dallas Semiconductor DS1621 and compatibles"
400         depends on I2C
401         help
402           If you say yes here you get support for Dallas Semiconductor/Maxim
403           Integrated DS1621 sensor chips and compatible models including:
404
405           - Dallas Semiconductor DS1625
406           - Maxim Integrated DS1631
407           - Maxim Integrated DS1721
408           - Maxim Integrated DS1731
409
410           This driver can also be built as a module. If so, the module
411           will be called ds1621.
412
413 config SENSORS_DELL_SMM
414         tristate "Dell laptop SMM BIOS hwmon driver"
415         depends on X86
416         help
417           This hwmon driver adds support for reporting temperature of different
418           sensors and controls the fans on Dell laptops via System Management
419           Mode provided by Dell BIOS.
420
421           When option I8K is also enabled this driver provides legacy /proc/i8k
422           userspace interface for i8kutils package.
423
424 config SENSORS_DA9052_ADC
425         tristate "Dialog DA9052/DA9053 ADC"
426         depends on PMIC_DA9052
427         help
428           Say y here to support the ADC found on Dialog Semiconductor
429           DA9052-BC and DA9053-AA/Bx PMICs.
430
431           This driver can also be built as module. If so, the module
432           will be called da9052-hwmon.
433
434 config SENSORS_DA9055
435         tristate "Dialog Semiconductor DA9055 ADC"
436         depends on MFD_DA9055
437         help
438           If you say yes here you get support for ADC on the Dialog
439           Semiconductor DA9055 PMIC.
440
441           This driver can also be built as a module. If so, the module
442           will be called da9055-hwmon.
443
444 config SENSORS_I5K_AMB
445         tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
446         depends on PCI
447         help
448           If you say yes here you get support for FB-DIMM AMB temperature
449           monitoring chips on systems with the Intel 5000 series chipset.
450
451           This driver can also be built as a module. If so, the module
452           will be called i5k_amb.
453
454 config SENSORS_F71805F
455         tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
456         depends on !PPC
457         help
458           If you say yes here you get support for hardware monitoring
459           features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
460           Super-I/O chips.
461
462           This driver can also be built as a module. If so, the module
463           will be called f71805f.
464
465 config SENSORS_F71882FG
466         tristate "Fintek F71882FG and compatibles"
467         depends on !PPC
468         help
469           If you say yes here you get support for hardware monitoring
470           features of many Fintek Super-I/O (LPC) chips. The currently
471           supported chips are:
472             F71808E/A
473             F71858FG
474             F71862FG
475             F71863FG
476             F71869F/E/A
477             F71882FG
478             F71883FG
479             F71889FG/ED/A
480             F8000
481             F81801U
482             F81865F
483
484           This driver can also be built as a module. If so, the module
485           will be called f71882fg.
486
487 config SENSORS_F75375S
488         tristate "Fintek F75375S/SP, F75373 and F75387"
489         depends on I2C
490         help
491           If you say yes here you get support for hardware monitoring
492           features of the Fintek F75375S/SP, F75373 and F75387
493
494           This driver can also be built as a module. If so, the module
495           will be called f75375s.
496
497 config SENSORS_MC13783_ADC
498         tristate "Freescale MC13783/MC13892 ADC"
499         depends on MFD_MC13XXX
500         help
501           Support for the A/D converter on MC13783 and MC13892 PMIC.
502
503 config SENSORS_FSCHMD
504         tristate "Fujitsu Siemens Computers sensor chips"
505         depends on X86 && I2C
506         help
507           If you say yes here you get support for the following Fujitsu
508           Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
509           Heimdall, Heracles, Hades and Syleus including support for the
510           integrated watchdog.
511
512           This is a merged driver for FSC sensor chips replacing the fscpos,
513           fscscy and fscher drivers and adding support for several other FSC
514           sensor chips.
515
516           This driver can also be built as a module. If so, the module
517           will be called fschmd.
518
519 config SENSORS_FTSTEUTATES
520         tristate "Fujitsu Technology Solutions sensor chip Teutates"
521         depends on I2C && WATCHDOG
522         select WATCHDOG_CORE
523         help
524           If you say yes here you get support for the Fujitsu Technology
525           Solutions (FTS) sensor chip "Teutates" including support for
526           the integrated watchdog.
527
528           This driver can also be built as a module. If so, the module
529           will be called ftsteutates.
530
531 config SENSORS_GL518SM
532         tristate "Genesys Logic GL518SM"
533         depends on I2C
534         help
535           If you say yes here you get support for Genesys Logic GL518SM
536           sensor chips.
537
538           This driver can also be built as a module. If so, the module
539           will be called gl518sm.
540
541 config SENSORS_GL520SM
542         tristate "Genesys Logic GL520SM"
543         depends on I2C
544         select HWMON_VID
545         help
546           If you say yes here you get support for Genesys Logic GL520SM
547           sensor chips.
548
549           This driver can also be built as a module. If so, the module
550           will be called gl520sm.
551
552 config SENSORS_G760A
553         tristate "GMT G760A"
554         depends on I2C
555         help
556           If you say yes here you get support for Global Mixed-mode
557           Technology Inc G760A fan speed PWM controller chips.
558
559           This driver can also be built as a module. If so, the module
560           will be called g760a.
561
562 config SENSORS_G762
563         tristate "GMT G762 and G763"
564         depends on I2C
565         help
566           If you say yes here you get support for Global Mixed-mode
567           Technology Inc G762 and G763 fan speed PWM controller chips.
568
569           This driver can also be built as a module. If so, the module
570           will be called g762.
571
572 config SENSORS_GPIO_FAN
573         tristate "GPIO fan"
574         depends on OF_GPIO
575         depends on GPIOLIB || COMPILE_TEST
576         depends on THERMAL || THERMAL=n
577         help
578           If you say yes here you get support for fans connected to GPIO lines.
579
580           This driver can also be built as a module. If so, the module
581           will be called gpio-fan.
582
583 config SENSORS_HIH6130
584         tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor"
585         depends on I2C
586         help
587           If you say yes here you get support for Honeywell Humidicon
588           HIH-6130 and HIH-6131 Humidicon humidity sensors.
589
590           This driver can also be built as a module. If so, the module
591           will be called hih6130.
592
593 config SENSORS_IBMAEM
594         tristate "IBM Active Energy Manager temperature/power sensors and control"
595         select IPMI_SI
596         depends on IPMI_HANDLER
597         help
598           If you say yes here you get support for the temperature and
599           power sensors and capping hardware in various IBM System X
600           servers that support Active Energy Manager.  This includes
601           the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
602           and certain HC10/HS2x/LS2x/QS2x blades.
603
604           This driver can also be built as a module. If so, the module
605           will be called ibmaem.
606
607 config SENSORS_IBMPEX
608         tristate "IBM PowerExecutive temperature/power sensors"
609         select IPMI_SI
610         depends on IPMI_HANDLER
611         help
612           If you say yes here you get support for the temperature and
613           power sensors in various IBM System X servers that support
614           PowerExecutive.  So far this includes the x3350, x3550, x3650,
615           x3655, and x3755; the x3800, x3850, and x3950 models that have
616           PCI Express; and some of the HS2x, LS2x, and QS2x blades.
617
618           This driver can also be built as a module. If so, the module
619           will be called ibmpex.
620
621 config SENSORS_IBMPOWERNV
622         tristate "IBM POWERNV platform sensors"
623         depends on PPC_POWERNV
624         default y
625         help
626           If you say yes here you get support for the temperature/fan/power
627           sensors on your PowerNV platform.
628
629           This driver can also be built as a module. If so, the module
630           will be called ibmpowernv.
631
632 config SENSORS_IIO_HWMON
633         tristate "Hwmon driver that uses channels specified via iio maps"
634         depends on IIO
635         help
636           This is a platform driver that in combination with a suitable
637           map allows IIO devices to provide basic hwmon functionality
638           for those channels specified in the map.  This map can be provided
639           either via platform data or the device tree bindings.
640
641 config SENSORS_I5500
642         tristate "Intel 5500/5520/X58 temperature sensor"
643         depends on X86 && PCI
644         help
645           If you say yes here you get support for the temperature
646           sensor inside the Intel 5500, 5520 and X58 chipsets.
647
648           This driver can also be built as a module. If so, the module
649           will be called i5500_temp.
650
651 config SENSORS_CORETEMP
652         tristate "Intel Core/Core2/Atom temperature sensor"
653         depends on X86
654         help
655           If you say yes here you get support for the temperature
656           sensor inside your CPU. Most of the family 6 CPUs
657           are supported. Check Documentation/hwmon/coretemp.rst for details.
658
659 config SENSORS_IT87
660         tristate "ITE IT87xx and compatibles"
661         depends on !PPC
662         select HWMON_VID
663         help
664           If you say yes here you get support for ITE IT8705F, IT8712F, IT8716F,
665           IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8732F, IT8758E,
666           IT8771E, IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, IT8790E,
667           IT8603E, IT8620E, IT8623E, and IT8628E sensor chips, and the SiS950
668           clone.
669
670           This driver can also be built as a module. If so, the module
671           will be called it87.
672
673 config SENSORS_JC42
674         tristate "JEDEC JC42.4 compliant memory module temperature sensors"
675         depends on I2C
676         help
677           If you say yes here, you get support for JEDEC JC42.4 compliant
678           temperature sensors, which are used on many DDR3 memory modules for
679           mobile devices and servers.  Support will include, but not be limited
680           to, ADT7408, AT30TS00, CAT34TS02, CAT6095, MAX6604, MCP9804, MCP9805,
681           MCP9808, MCP98242, MCP98243, MCP98244, MCP9843, SE97, SE98,
682           STTS424(E), STTS2002, STTS3000, TSE2002, TSE2004, TS3000, and TS3001.
683
684           This driver can also be built as a module. If so, the module
685           will be called jc42.
686
687 config SENSORS_POWR1220
688         tristate "Lattice POWR1220 Power Monitoring"
689         depends on I2C
690         help
691           If you say yes here you get access to the hardware monitoring
692           functions of the Lattice POWR1220 isp Power Supply Monitoring,
693           Sequencing and Margining Controller.
694
695           This driver can also be built as a module. If so, the module
696           will be called powr1220.
697
698 config SENSORS_LINEAGE
699         tristate "Lineage Compact Power Line Power Entry Module"
700         depends on I2C
701         help
702           If you say yes here you get support for the Lineage Compact Power Line
703           series of DC/DC and AC/DC converters such as CP1800, CP2000AC,
704           CP2000DC, CP2725, and others.
705
706           This driver can also be built as a module. If so, the module
707           will be called lineage-pem.
708
709 config SENSORS_LOCHNAGAR
710         tristate "Lochnagar Hardware Monitor"
711         depends on MFD_LOCHNAGAR
712         help
713           If you say yes here you get support for Lochnagar 2 temperature,
714           voltage and current sensors abilities.
715
716           This driver can also be built as a module.  If so, the module
717           will be called lochnagar-hwmon.
718
719 config SENSORS_LTC2945
720         tristate "Linear Technology LTC2945"
721         depends on I2C
722         select REGMAP_I2C
723         help
724           If you say yes here you get support for Linear Technology LTC2945
725           I2C System Monitor.
726
727           This driver can also be built as a module. If so, the module will
728           be called ltc2945.
729
730 config SENSORS_LTC2990
731         tristate "Linear Technology LTC2990"
732         depends on I2C
733         help
734           If you say yes here you get support for Linear Technology LTC2990
735           I2C System Monitor. The LTC2990 supports a combination of voltage,
736           current and temperature monitoring.
737
738           This driver can also be built as a module. If so, the module will
739           be called ltc2990.
740
741 config SENSORS_LTC4151
742         tristate "Linear Technology LTC4151"
743         depends on I2C
744         help
745           If you say yes here you get support for Linear Technology LTC4151
746           High Voltage I2C Current and Voltage Monitor interface.
747
748           This driver can also be built as a module. If so, the module will
749           be called ltc4151.
750
751 config SENSORS_LTC4215
752         tristate "Linear Technology LTC4215"
753         depends on I2C
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_LTC4222
762         tristate "Linear Technology LTC4222"
763         depends on I2C
764         select REGMAP_I2C
765         help
766           If you say yes here you get support for Linear Technology LTC4222
767           Dual Hot Swap Controller I2C interface.
768
769           This driver can also be built as a module. If so, the module will
770           be called ltc4222.
771
772 config SENSORS_LTC4245
773         tristate "Linear Technology LTC4245"
774         depends on I2C
775         help
776           If you say yes here you get support for Linear Technology LTC4245
777           Multiple Supply Hot Swap Controller I2C interface.
778
779           This driver can also be built as a module. If so, the module will
780           be called ltc4245.
781
782 config SENSORS_LTC4260
783         tristate "Linear Technology LTC4260"
784         depends on I2C
785         select REGMAP_I2C
786         help
787           If you say yes here you get support for Linear Technology LTC4260
788           Positive Voltage Hot Swap Controller I2C interface.
789
790           This driver can also be built as a module. If so, the module will
791           be called ltc4260.
792
793 config SENSORS_LTC4261
794         tristate "Linear Technology LTC4261"
795         depends on I2C
796         help
797           If you say yes here you get support for Linear Technology LTC4261
798           Negative Voltage Hot Swap Controller I2C interface.
799
800           This driver can also be built as a module. If so, the module will
801           be called ltc4261.
802
803 config SENSORS_LTQ_CPUTEMP
804         bool "Lantiq cpu temperature sensor driver"
805         depends on SOC_XWAY
806         help
807           If you say yes here you get support for the temperature
808           sensor inside your CPU.
809
810 config SENSORS_MAX1111
811         tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles"
812         depends on SPI_MASTER
813         help
814           Say y here to support Maxim's MAX1110, MAX1111, MAX1112, and MAX1113
815           ADC chips.
816
817           This driver can also be built as a module. If so, the module
818           will be called max1111.
819
820 config SENSORS_MAX16065
821         tristate "Maxim MAX16065 System Manager and compatibles"
822         depends on I2C
823         help
824           If you say yes here you get support for hardware monitoring
825           capabilities of the following Maxim System Manager chips.
826             MAX16065
827             MAX16066
828             MAX16067
829             MAX16068
830             MAX16070
831             MAX16071
832
833           This driver can also be built as a module. If so, the module
834           will be called max16065.
835
836 config SENSORS_MAX1619
837         tristate "Maxim MAX1619 sensor chip"
838         depends on I2C
839         help
840           If you say yes here you get support for MAX1619 sensor chip.
841
842           This driver can also be built as a module. If so, the module
843           will be called max1619.
844
845 config SENSORS_MAX1668
846         tristate "Maxim MAX1668 and compatibles"
847         depends on I2C
848         help
849           If you say yes here you get support for MAX1668, MAX1989 and
850           MAX1805 chips.
851
852           This driver can also be built as a module. If so, the module
853           will be called max1668.
854
855 config SENSORS_MAX197
856         tristate "Maxim MAX197 and compatibles"
857         help
858           Support for the Maxim MAX197 A/D converter.
859           Support will include, but not be limited to, MAX197, and MAX199.
860
861           This driver can also be built as a module. If so, the module
862           will be called max197.
863
864 config SENSORS_MAX31722
865 tristate "MAX31722 temperature sensor"
866         depends on SPI
867         help
868           Support for the Maxim Integrated MAX31722/MAX31723 digital
869           thermometers/thermostats operating over an SPI interface.
870
871           This driver can also be built as a module. If so, the module
872           will be called max31722.
873
874 config SENSORS_MAX6621
875         tristate "Maxim MAX6621 sensor chip"
876         depends on I2C
877         select REGMAP_I2C
878         help
879           If you say yes here you get support for MAX6621 sensor chip.
880           MAX6621 is a PECI-to-I2C translator provides an efficient,
881           low-cost solution for PECI-to-SMBus/I2C protocol conversion.
882           It allows reading the temperature from the PECI-compliant
883           host directly from up to four PECI-enabled CPUs.
884
885           This driver can also be built as a module. If so, the module
886           will be called max6621.
887
888 config SENSORS_MAX6639
889         tristate "Maxim MAX6639 sensor chip"
890         depends on I2C
891         help
892           If you say yes here you get support for the MAX6639
893           sensor chips.
894
895           This driver can also be built as a module. If so, the module
896           will be called max6639.
897
898 config SENSORS_MAX6642
899         tristate "Maxim MAX6642 sensor chip"
900         depends on I2C
901         help
902           If you say yes here you get support for MAX6642 sensor chip.
903           MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor
904           with Overtemperature Alarm from Maxim.
905
906           This driver can also be built as a module. If so, the module
907           will be called max6642.
908
909 config SENSORS_MAX6650
910         tristate "Maxim MAX6650 sensor chip"
911         depends on I2C
912         depends on THERMAL || THERMAL=n
913         help
914           If you say yes here you get support for the MAX6650 / MAX6651
915           sensor chips.
916
917           This driver can also be built as a module. If so, the module
918           will be called max6650.
919
920 config SENSORS_MAX6697
921         tristate "Maxim MAX6697 and compatibles"
922         depends on I2C
923         help
924           If you say yes here you get support for MAX6581, MAX6602, MAX6622,
925           MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699
926           temperature sensor chips.
927
928           This driver can also be built as a module. If so, the module
929           will be called max6697.
930
931 config SENSORS_MAX31790
932         tristate "Maxim MAX31790 sensor chip"
933         depends on I2C
934         help
935           If you say yes here you get support for 6-Channel PWM-Output
936           Fan RPM Controller.
937
938           This driver can also be built as a module. If so, the module
939           will be called max31790.
940
941 config SENSORS_MCP3021
942         tristate "Microchip MCP3021 and compatibles"
943         depends on I2C
944         help
945           If you say yes here you get support for MCP3021 and MCP3221.
946           The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221
947           with 12-bit resolution.
948
949           This driver can also be built as a module. If so, the module
950           will be called mcp3021.
951
952 config SENSORS_MLXREG_FAN
953         tristate "Mellanox Mellanox FAN driver"
954         depends on MELLANOX_PLATFORM
955         imply THERMAL
956         select REGMAP
957         help
958           This option enables support for the FAN control on the Mellanox
959           Ethernet and InfiniBand switches. The driver can be activated by the
960           platform device add call. Say Y to enable these. To compile this
961           driver as a module, choose 'M' here: the module will be called
962           mlxreg-fan.
963
964 config SENSORS_TC654
965         tristate "Microchip TC654/TC655 and compatibles"
966         depends on I2C
967         help
968           If you say yes here you get support for TC654 and TC655.
969           The TC654 and TC655 are PWM mode fan speed controllers with
970           FanSense technology for use with brushless DC fans.
971
972           This driver can also be built as a module. If so, the module
973           will be called tc654.
974
975 config SENSORS_MENF21BMC_HWMON
976         tristate "MEN 14F021P00 BMC Hardware Monitoring"
977         depends on MFD_MENF21BMC
978         help
979           Say Y here to include support for the MEN 14F021P00 BMC
980           hardware monitoring.
981
982           This driver can also be built as a module. If so the module
983           will be called menf21bmc_hwmon.
984
985 config SENSORS_ADCXX
986         tristate "National Semiconductor ADCxxxSxxx"
987         depends on SPI_MASTER
988         help
989           If you say yes here you get support for the National Semiconductor
990           ADC<bb><c>S<sss> chip family, where
991           * bb  is the resolution in number of bits (8, 10, 12)
992           * c   is the number of channels (1, 2, 4, 8)
993           * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
994             kSPS and 101 for 1 MSPS)
995
996           Examples : ADC081S101, ADC124S501, ...
997
998           This driver can also be built as a module. If so, the module
999           will be called adcxx.
1000
1001 config SENSORS_LM63
1002         tristate "National Semiconductor LM63 and compatibles"
1003         depends on I2C
1004         help
1005           If you say yes here you get support for the National
1006           Semiconductor LM63, LM64, and LM96163 remote diode digital temperature
1007           sensors with integrated fan control.  Such chips are found
1008           on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
1009           others.
1010
1011           This driver can also be built as a module. If so, the module
1012           will be called lm63.
1013
1014 config SENSORS_LM70
1015         tristate "National Semiconductor LM70 and compatibles"
1016         depends on SPI_MASTER
1017         help
1018           If you say yes here you get support for the National Semiconductor
1019           LM70, LM71, LM74 and Texas Instruments TMP121/TMP123 digital tempera-
1020           ture sensor chips.
1021
1022           This driver can also be built as a module. If so, the module
1023           will be called lm70.
1024
1025 config SENSORS_LM73
1026         tristate "National Semiconductor LM73"
1027         depends on I2C
1028         help
1029           If you say yes here you get support for National Semiconductor LM73
1030           sensor chips.
1031           This driver can also be built as a module. If so, the module
1032           will be called lm73.
1033
1034 config SENSORS_LM75
1035         tristate "National Semiconductor LM75 and compatibles"
1036         depends on I2C
1037         select REGMAP_I2C
1038         help
1039           If you say yes here you get support for one common type of
1040           temperature sensor chip, with models including:
1041
1042                 - Analog Devices ADT75
1043                 - Dallas Semiconductor DS75, DS1775 and DS7505
1044                 - Global Mixed-mode Technology (GMT) G751
1045                 - Maxim MAX6625 and MAX6626
1046                 - Microchip MCP980x
1047                 - National Semiconductor LM75, LM75A
1048                 - NXP's LM75A
1049                 - ST Microelectronics STDS75
1050                 - ST Microelectronics STLM75
1051                 - TelCom (now Microchip) TCN75
1052                 - Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75,
1053                   TMP175, TMP275
1054
1055           This driver supports driver model based binding through board
1056           specific I2C device tables.
1057
1058           It also supports the "legacy" style of driver binding.  To use
1059           that with some chips which don't replicate LM75 quirks exactly,
1060           you may need the "force" module parameter.
1061
1062           This driver can also be built as a module. If so, the module
1063           will be called lm75.
1064
1065 config SENSORS_LM77
1066         tristate "National Semiconductor LM77"
1067         depends on I2C
1068         help
1069           If you say yes here you get support for National Semiconductor LM77
1070           sensor chips.
1071
1072           This driver can also be built as a module. If so, the module
1073           will be called lm77.
1074
1075 config SENSORS_LM78
1076         tristate "National Semiconductor LM78 and compatibles"
1077         depends on I2C
1078         select HWMON_VID
1079         help
1080           If you say yes here you get support for National Semiconductor LM78,
1081           LM78-J and LM79.
1082
1083           This driver can also be built as a module. If so, the module
1084           will be called lm78.
1085
1086 config SENSORS_LM80
1087         tristate "National Semiconductor LM80 and LM96080"
1088         depends on I2C
1089         help
1090           If you say yes here you get support for National Semiconductor
1091           LM80 and LM96080 sensor chips.
1092
1093           This driver can also be built as a module. If so, the module
1094           will be called lm80.
1095
1096 config SENSORS_LM83
1097         tristate "National Semiconductor LM83 and compatibles"
1098         depends on I2C
1099         help
1100           If you say yes here you get support for National Semiconductor
1101           LM82 and LM83 sensor chips.
1102
1103           This driver can also be built as a module. If so, the module
1104           will be called lm83.
1105
1106 config SENSORS_LM85
1107         tristate "National Semiconductor LM85 and compatibles"
1108         depends on I2C
1109         select HWMON_VID
1110         help
1111           If you say yes here you get support for National Semiconductor LM85
1112           sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
1113           EMC6D101, EMC6D102, and EMC6D103.
1114
1115           This driver can also be built as a module. If so, the module
1116           will be called lm85.
1117
1118 config SENSORS_LM87
1119         tristate "National Semiconductor LM87 and compatibles"
1120         depends on I2C
1121         select HWMON_VID
1122         help
1123           If you say yes here you get support for National Semiconductor LM87
1124           and Analog Devices ADM1024 sensor chips.
1125
1126           This driver can also be built as a module. If so, the module
1127           will be called lm87.
1128
1129 config SENSORS_LM90
1130         tristate "National Semiconductor LM90 and compatibles"
1131         depends on I2C
1132         help
1133           If you say yes here you get support for National Semiconductor LM90,
1134           LM86, LM89 and LM99, Analog Devices ADM1032, ADT7461, and ADT7461A,
1135           Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6654, MAX6657, MAX6658,
1136           MAX6659, MAX6680, MAX6681, MAX6692, MAX6695, MAX6696,
1137           ON Semiconductor NCT1008, Winbond/Nuvoton W83L771W/G/AWG/ASG,
1138           Philips SA56004, GMT G781, Texas Instruments TMP451 and TMP461
1139           sensor chips.
1140
1141           This driver can also be built as a module. If so, the module
1142           will be called lm90.
1143
1144 config SENSORS_LM92
1145         tristate "National Semiconductor LM92 and compatibles"
1146         depends on I2C
1147         help
1148           If you say yes here you get support for National Semiconductor LM92
1149           and Maxim MAX6635 sensor chips.
1150
1151           This driver can also be built as a module. If so, the module
1152           will be called lm92.
1153
1154 config SENSORS_LM93
1155         tristate "National Semiconductor LM93 and compatibles"
1156         depends on I2C
1157         select HWMON_VID
1158         help
1159           If you say yes here you get support for National Semiconductor LM93,
1160           LM94, and compatible sensor chips.
1161
1162           This driver can also be built as a module. If so, the module
1163           will be called lm93.
1164
1165 config SENSORS_LM95234
1166         tristate "National Semiconductor LM95234 and compatibles"
1167         depends on I2C
1168         help
1169           If you say yes here you get support for the LM95233 and LM95234
1170           temperature sensor chips.
1171
1172           This driver can also be built as a module. If so, the module
1173           will be called lm95234.
1174
1175 config SENSORS_LM95241
1176         tristate "National Semiconductor LM95241 and compatibles"
1177         depends on I2C
1178         help
1179           If you say yes here you get support for LM95231 and LM95241 sensor
1180           chips.
1181
1182           This driver can also be built as a module. If so, the module
1183           will be called lm95241.
1184
1185 config SENSORS_LM95245
1186         tristate "National Semiconductor LM95245 and compatibles"
1187         depends on I2C
1188         select REGMAP_I2C
1189         help
1190           If you say yes here you get support for LM95235 and LM95245
1191           temperature sensor chips.
1192
1193           This driver can also be built as a module. If so, the module
1194           will be called lm95245.
1195
1196 config SENSORS_PC87360
1197         tristate "National Semiconductor PC87360 family"
1198         depends on !PPC
1199         select HWMON_VID
1200         help
1201           If you say yes here you get access to the hardware monitoring
1202           functions of the National Semiconductor PC8736x Super-I/O chips.
1203           The PC87360, PC87363 and PC87364 only have fan monitoring and
1204           control.  The PC87365 and PC87366 additionally have voltage and
1205           temperature monitoring.
1206
1207           This driver can also be built as a module. If so, the module
1208           will be called pc87360.
1209
1210 config SENSORS_PC87427
1211         tristate "National Semiconductor PC87427"
1212         depends on !PPC
1213         help
1214           If you say yes here you get access to the hardware monitoring
1215           functions of the National Semiconductor PC87427 Super-I/O chip.
1216           The chip has two distinct logical devices, one for fan speed
1217           monitoring and control, and one for voltage and temperature
1218           monitoring. Fan speed monitoring and control are supported, as
1219           well as temperature monitoring. Voltages aren't supported yet.
1220
1221           This driver can also be built as a module. If so, the module
1222           will be called pc87427.
1223
1224 config SENSORS_NTC_THERMISTOR
1225         tristate "NTC thermistor support from Murata"
1226         depends on !OF || IIO=n || IIO
1227         depends on THERMAL || !THERMAL_OF
1228         help
1229           This driver supports NTC thermistors sensor reading and its
1230           interpretation. The driver can also monitor the temperature and
1231           send notifications about the temperature.
1232
1233           Currently, this driver supports
1234           NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, NCP15WL333,
1235           NCP03WF104 and NCP15XH103 from Murata and B57330V2103 and
1236           B57891S0103 from EPCOS.
1237
1238           This driver can also be built as a module. If so, the module
1239           will be called ntc-thermistor.
1240
1241 config SENSORS_NCT6683
1242         tristate "Nuvoton NCT6683D"
1243         depends on !PPC
1244         help
1245           If you say yes here you get support for the hardware monitoring
1246           functionality of the Nuvoton NCT6683D eSIO chip.
1247
1248           This driver can also be built as a module. If so, the module
1249           will be called nct6683.
1250
1251 config SENSORS_NCT6775
1252         tristate "Nuvoton NCT6775F and compatibles"
1253         depends on !PPC
1254         select HWMON_VID
1255         help
1256           If you say yes here you get support for the hardware monitoring
1257           functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D,
1258           NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible
1259           Super-I/O chips. This driver replaces the w83627ehf driver for
1260           NCT6775F and NCT6776F.
1261
1262           This driver can also be built as a module. If so, the module
1263           will be called nct6775.
1264
1265 config SENSORS_NCT7802
1266         tristate "Nuvoton NCT7802Y"
1267         depends on I2C
1268         select REGMAP_I2C
1269         help
1270           If you say yes here you get support for the Nuvoton NCT7802Y
1271           hardware monitoring chip.
1272
1273           This driver can also be built as a module. If so, the module
1274           will be called nct7802.
1275
1276 config SENSORS_NCT7904
1277         tristate "Nuvoton NCT7904"
1278         depends on I2C
1279         help
1280           If you say yes here you get support for the Nuvoton NCT7904
1281           hardware monitoring chip, including manual fan speed control.
1282
1283           This driver can also be built as a module. If so, the module
1284           will be called nct7904.
1285
1286 config SENSORS_NPCM7XX
1287         tristate "Nuvoton NPCM750 and compatible PWM and Fan controllers"
1288         imply THERMAL
1289         help
1290           This driver provides support for Nuvoton NPCM750/730/715/705 PWM
1291           and Fan controllers.
1292
1293           This driver can also be built as a module. If so, the module
1294           will be called npcm750-pwm-fan.
1295
1296 config SENSORS_NSA320
1297         tristate "ZyXEL NSA320 and compatible fan speed and temperature sensors"
1298         depends on GPIOLIB && OF
1299         depends on MACH_KIRKWOOD || COMPILE_TEST
1300         help
1301           If you say yes here you get support for hardware monitoring
1302           for the ZyXEL NSA320 Media Server and other compatible devices
1303           (probably the NSA325 and some NSA310 variants).
1304
1305           The sensor data is taken from a Holtek HT46R065 microcontroller
1306           connected to GPIO lines.
1307
1308           This driver can also be built as a module. If so, the module
1309           will be called nsa320-hwmon.
1310
1311 source "drivers/hwmon/occ/Kconfig"
1312
1313 config SENSORS_PCF8591
1314         tristate "Philips PCF8591 ADC/DAC"
1315         depends on I2C
1316         help
1317           If you say yes here you get support for Philips PCF8591 4-channel
1318           ADC, 1-channel DAC chips.
1319
1320           This driver can also be built as a module. If so, the module
1321           will be called pcf8591.
1322
1323           These devices are hard to detect and rarely found on mainstream
1324           hardware. If unsure, say N.
1325
1326 source "drivers/hwmon/pmbus/Kconfig"
1327
1328 config SENSORS_PWM_FAN
1329         tristate "PWM fan"
1330         depends on (PWM && OF) || COMPILE_TEST
1331         depends on THERMAL || THERMAL=n
1332         help
1333           If you say yes here you get support for fans connected to PWM lines.
1334           The driver uses the generic PWM interface, thus it will work on a
1335           variety of SoCs.
1336
1337           This driver can also be built as a module. If so, the module
1338           will be called pwm-fan.
1339
1340 config SENSORS_RASPBERRYPI_HWMON
1341         tristate "Raspberry Pi voltage monitor"
1342         depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
1343         help
1344           If you say yes here you get support for voltage sensor on the
1345           Raspberry Pi.
1346
1347           This driver can also be built as a module. If so, the module
1348           will be called raspberrypi-hwmon.
1349
1350 config SENSORS_SHT15
1351         tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
1352         depends on GPIOLIB || COMPILE_TEST
1353         select BITREVERSE
1354         help
1355           If you say yes here you get support for the Sensiron SHT10, SHT11,
1356           SHT15, SHT71, SHT75 humidity and temperature sensors.
1357
1358           This driver can also be built as a module. If so, the module
1359           will be called sht15.
1360
1361 config SENSORS_SHT21
1362         tristate "Sensiron humidity and temperature sensors. SHT21 and compat."
1363         depends on I2C
1364         help
1365           If you say yes here you get support for the Sensiron SHT21, SHT25
1366           humidity and temperature sensors.
1367
1368           This driver can also be built as a module. If so, the module
1369           will be called sht21.
1370
1371 config SENSORS_SHT3x
1372         tristate "Sensiron humidity and temperature sensors. SHT3x and compat."
1373         depends on I2C
1374         select CRC8
1375         help
1376           If you say yes here you get support for the Sensiron SHT30 and SHT31
1377           humidity and temperature sensors.
1378
1379           This driver can also be built as a module. If so, the module
1380           will be called sht3x.
1381
1382 config SENSORS_SHTC1
1383         tristate "Sensiron humidity and temperature sensors. SHTC1 and compat."
1384         depends on I2C
1385         help
1386           If you say yes here you get support for the Sensiron SHTC1, SHTW1,
1387           and SHTC3 humidity and temperature sensors.
1388
1389           This driver can also be built as a module. If so, the module
1390           will be called shtc1.
1391
1392 config SENSORS_S3C
1393         tristate "Samsung built-in ADC"
1394         depends on S3C_ADC
1395         help
1396           If you say yes here you get support for the on-board ADCs of
1397           the Samsung S3C24XX, S3C64XX and other series of SoC
1398
1399           This driver can also be built as a module. If so, the module
1400           will be called s3c-hwmon.
1401
1402 config SENSORS_S3C_RAW
1403         bool "Include raw channel attributes in sysfs"
1404         depends on SENSORS_S3C
1405         help
1406           Say Y here if you want to include raw copies of all the ADC
1407           channels in sysfs.
1408
1409 config SENSORS_SIS5595
1410         tristate "Silicon Integrated Systems Corp. SiS5595"
1411         depends on PCI
1412         help
1413           If you say yes here you get support for the integrated sensors in
1414           SiS5595 South Bridges.
1415
1416           This driver can also be built as a module. If so, the module
1417           will be called sis5595.
1418
1419 config SENSORS_DME1737
1420         tristate "SMSC DME1737, SCH311x and compatibles"
1421         depends on I2C && !PPC
1422         select HWMON_VID
1423         help
1424           If you say yes here you get support for the hardware monitoring
1425           and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
1426           Asus A8000 Super-I/O chips.
1427
1428           This driver can also be built as a module. If so, the module
1429           will be called dme1737.
1430
1431 config SENSORS_EMC1403
1432         tristate "SMSC EMC1403/23 thermal sensor"
1433         depends on I2C
1434         select REGMAP_I2C
1435         help
1436           If you say yes here you get support for the SMSC EMC1403/23
1437           temperature monitoring chip.
1438
1439           Threshold values can be configured using sysfs.
1440           Data from the different diodes are accessible via sysfs.
1441
1442 config SENSORS_EMC2103
1443         tristate "SMSC EMC2103"
1444         depends on I2C
1445         help
1446           If you say yes here you get support for the temperature
1447           and fan sensors of the SMSC EMC2103 chips.
1448
1449           This driver can also be built as a module. If so, the module
1450           will be called emc2103.
1451
1452 config SENSORS_EMC6W201
1453         tristate "SMSC EMC6W201"
1454         depends on I2C
1455         help
1456           If you say yes here you get support for the SMSC EMC6W201
1457           hardware monitoring chip.
1458
1459           This driver can also be built as a module. If so, the module
1460           will be called emc6w201.
1461
1462 config SENSORS_SMSC47M1
1463         tristate "SMSC LPC47M10x and compatibles"
1464         depends on !PPC
1465         help
1466           If you say yes here you get support for the integrated fan
1467           monitoring and control capabilities of the SMSC LPC47B27x,
1468           LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
1469           LPC47M192, LPC47M292 and LPC47M997 chips.
1470
1471           The temperature and voltage sensor features of the LPC47M15x,
1472           LPC47M192, LPC47M292 and LPC47M997 are supported by another
1473           driver, select also "SMSC LPC47M192 and compatibles" below for
1474           those.
1475
1476           This driver can also be built as a module. If so, the module
1477           will be called smsc47m1.
1478
1479 config SENSORS_SMSC47M192
1480         tristate "SMSC LPC47M192 and compatibles"
1481         depends on I2C
1482         select HWMON_VID
1483         help
1484           If you say yes here you get support for the temperature and
1485           voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
1486           and LPC47M997 chips.
1487
1488           The fan monitoring and control capabilities of these chips
1489           are supported by another driver, select
1490           "SMSC LPC47M10x and compatibles" above. You need both drivers
1491           if you want fan control and voltage/temperature sensor support.
1492
1493           This driver can also be built as a module. If so, the module
1494           will be called smsc47m192.
1495
1496 config SENSORS_SMSC47B397
1497         tristate "SMSC LPC47B397-NC"
1498         depends on !PPC
1499         help
1500           If you say yes here you get support for the SMSC LPC47B397-NC
1501           sensor chip.
1502
1503           This driver can also be built as a module. If so, the module
1504           will be called smsc47b397.
1505
1506 config SENSORS_SCH56XX_COMMON
1507         tristate
1508
1509 config SENSORS_SCH5627
1510         tristate "SMSC SCH5627"
1511         depends on !PPC && WATCHDOG
1512         select SENSORS_SCH56XX_COMMON
1513         select WATCHDOG_CORE
1514         help
1515           If you say yes here you get support for the hardware monitoring
1516           features of the SMSC SCH5627 Super-I/O chip including support for
1517           the integrated watchdog.
1518
1519           This driver can also be built as a module. If so, the module
1520           will be called sch5627.
1521
1522 config SENSORS_SCH5636
1523         tristate "SMSC SCH5636"
1524         depends on !PPC && WATCHDOG
1525         select SENSORS_SCH56XX_COMMON
1526         select WATCHDOG_CORE
1527         help
1528           SMSC SCH5636 Super I/O chips include an embedded microcontroller for
1529           hardware monitoring solutions, allowing motherboard manufacturers to
1530           create their own custom hwmon solution based upon the SCH5636.
1531
1532           Currently this driver only supports the Fujitsu Theseus SCH5636 based
1533           hwmon solution. Say yes here if you want support for the Fujitsu
1534           Theseus' hardware monitoring features including support for the
1535           integrated watchdog.
1536
1537           This driver can also be built as a module. If so, the module
1538           will be called sch5636.
1539
1540 config SENSORS_STTS751
1541         tristate "ST Microelectronics STTS751"
1542         depends on I2C
1543         help
1544           If you say yes here you get support for STTS751
1545           temperature sensor chips.
1546
1547           This driver can also be built as a module. If so, the module
1548           will be called stts751.
1549
1550 config SENSORS_SMM665
1551         tristate "Summit Microelectronics SMM665"
1552         depends on I2C
1553         help
1554           If you say yes here you get support for the hardware monitoring
1555           features of the Summit Microelectronics SMM665/SMM665B Six-Channel
1556           Active DC Output Controller / Monitor.
1557
1558           Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
1559           Support for those chips is untested.
1560
1561           This driver can also be built as a module. If so, the module will
1562           be called smm665.
1563
1564 config SENSORS_ADC128D818
1565         tristate "Texas Instruments ADC128D818"
1566         depends on I2C
1567         help
1568           If you say yes here you get support for the Texas Instruments
1569           ADC128D818 System Monitor with Temperature Sensor chip.
1570
1571           This driver can also be built as a module. If so, the module
1572           will be called adc128d818.
1573
1574 config SENSORS_ADS7828
1575         tristate "Texas Instruments ADS7828 and compatibles"
1576         depends on I2C
1577         select REGMAP_I2C
1578         help
1579           If you say yes here you get support for Texas Instruments ADS7828 and
1580           ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while
1581           it is 8-bit on ADS7830.
1582
1583           This driver can also be built as a module. If so, the module
1584           will be called ads7828.
1585
1586 config SENSORS_ADS7871
1587         tristate "Texas Instruments ADS7871 A/D converter"
1588         depends on SPI
1589         help
1590           If you say yes here you get support for TI ADS7871 & ADS7870
1591
1592           This driver can also be built as a module. If so, the module
1593           will be called ads7871.
1594
1595 config SENSORS_AMC6821
1596         tristate "Texas Instruments AMC6821"
1597         depends on I2C 
1598         help
1599           If you say yes here you get support for the Texas Instruments
1600           AMC6821 hardware monitoring chips.
1601
1602           This driver can also be built as a module. If so, the module
1603           will be called amc6821.
1604
1605 config SENSORS_INA209
1606         tristate "TI / Burr Brown INA209"
1607         depends on I2C
1608         help
1609           If you say yes here you get support for the TI / Burr Brown INA209
1610           voltage / current / power monitor I2C interface.
1611
1612           This driver can also be built as a module. If so, the module will
1613           be called ina209.
1614
1615 config SENSORS_INA2XX
1616         tristate "Texas Instruments INA219 and compatibles"
1617         depends on I2C
1618         select REGMAP_I2C
1619         help
1620           If you say yes here you get support for INA219, INA220, INA226,
1621           INA230, and INA231 power monitor chips.
1622
1623           The INA2xx driver is configured for the default configuration of
1624           the part as described in the datasheet.
1625           Default value for Rshunt is 10 mOhms.
1626           This driver can also be built as a module. If so, the module
1627           will be called ina2xx.
1628
1629 config SENSORS_INA3221
1630         tristate "Texas Instruments INA3221 Triple Power Monitor"
1631         depends on I2C
1632         select REGMAP_I2C
1633         help
1634           If you say yes here you get support for  the TI INA3221 Triple Power
1635           Monitor.
1636
1637           This driver can also be built as a module. If so, the module
1638           will be called ina3221.
1639
1640 config SENSORS_TC74
1641         tristate "Microchip TC74"
1642         depends on I2C
1643         help
1644           If you say yes here you get support for Microchip TC74 single
1645           input temperature sensor chips.
1646
1647           This driver can also be built as a module. If so, the module
1648           will be called tc74.
1649
1650 config SENSORS_THMC50
1651         tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
1652         depends on I2C
1653         help
1654           If you say yes here you get support for Texas Instruments THMC50
1655           sensor chips and clones: the Analog Devices ADM1022.
1656
1657           This driver can also be built as a module. If so, the module
1658           will be called thmc50.
1659
1660 config SENSORS_TMP102
1661         tristate "Texas Instruments TMP102"
1662         depends on I2C
1663         select REGMAP_I2C
1664         help
1665           If you say yes here you get support for Texas Instruments TMP102
1666           sensor chips.
1667
1668           This driver can also be built as a module. If so, the module
1669           will be called tmp102.
1670
1671 config SENSORS_TMP103
1672         tristate "Texas Instruments TMP103"
1673         depends on I2C
1674         select REGMAP_I2C
1675         help
1676           If you say yes here you get support for Texas Instruments TMP103
1677           sensor chips.
1678
1679           This driver can also be built as a module. If so, the module
1680           will be called tmp103.
1681
1682 config SENSORS_TMP108
1683         tristate "Texas Instruments TMP108"
1684         depends on I2C
1685         select REGMAP_I2C
1686         help
1687           If you say yes here you get support for Texas Instruments TMP108
1688           sensor chips.
1689
1690           This driver can also be built as a module. If so, the module
1691           will be called tmp108.
1692
1693 config SENSORS_TMP401
1694         tristate "Texas Instruments TMP401 and compatibles"
1695         depends on I2C
1696         help
1697           If you say yes here you get support for Texas Instruments TMP401,
1698           TMP411, TMP431, TMP432, TMP435, and TMP461 temperature sensor chips.
1699
1700           This driver can also be built as a module. If so, the module
1701           will be called tmp401.
1702
1703 config SENSORS_TMP421
1704         tristate "Texas Instruments TMP421 and compatible"
1705         depends on I2C
1706         help
1707           If you say yes here you get support for Texas Instruments TMP421,
1708           TMP422, TMP423, TMP441, and TMP442 temperature sensor chips.
1709
1710           This driver can also be built as a module. If so, the module
1711           will be called tmp421.
1712
1713 config SENSORS_VEXPRESS
1714         tristate "Versatile Express"
1715         depends on VEXPRESS_CONFIG
1716         help
1717           This driver provides support for hardware sensors available on
1718           the ARM Ltd's Versatile Express platform. It can provide wide
1719           range of information like temperature, power, energy.
1720
1721 config SENSORS_VIA_CPUTEMP
1722         tristate "VIA CPU temperature sensor"
1723         depends on X86
1724         select HWMON_VID
1725         help
1726           If you say yes here you get support for the temperature
1727           sensor inside your CPU. Supported are all known variants of
1728           the VIA C7 and Nano.
1729
1730 config SENSORS_VIA686A
1731         tristate "VIA686A"
1732         depends on PCI
1733         help
1734           If you say yes here you get support for the integrated sensors in
1735           Via 686A/B South Bridges.
1736
1737           This driver can also be built as a module. If so, the module
1738           will be called via686a.
1739
1740 config SENSORS_VT1211
1741         tristate "VIA VT1211"
1742         depends on !PPC
1743         select HWMON_VID
1744         help
1745           If you say yes here then you get support for hardware monitoring
1746           features of the VIA VT1211 Super-I/O chip.
1747
1748           This driver can also be built as a module. If so, the module
1749           will be called vt1211.
1750
1751 config SENSORS_VT8231
1752         tristate "VIA VT8231"
1753         depends on PCI
1754         select HWMON_VID
1755         help
1756           If you say yes here then you get support for the integrated sensors
1757           in the VIA VT8231 device.
1758
1759           This driver can also be built as a module. If so, the module
1760           will be called vt8231.
1761
1762 config SENSORS_W83773G
1763         tristate "Nuvoton W83773G"
1764         depends on I2C
1765         select REGMAP_I2C
1766         help
1767           If you say yes here you get support for the Nuvoton W83773G hardware
1768           monitoring chip.
1769
1770           This driver can also be built as a module. If so, the module
1771           will be called w83773g.
1772
1773 config SENSORS_W83781D
1774         tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
1775         depends on I2C
1776         select HWMON_VID
1777         help
1778           If you say yes here you get support for the Winbond W8378x series
1779           of sensor chips: the W83781D, W83782D and W83783S, and the similar
1780           Asus AS99127F.
1781
1782           This driver can also be built as a module. If so, the module
1783           will be called w83781d.
1784
1785 config SENSORS_W83791D
1786         tristate "Winbond W83791D"
1787         depends on I2C
1788         select HWMON_VID
1789         help
1790           If you say yes here you get support for the Winbond W83791D chip.
1791
1792           This driver can also be built as a module. If so, the module
1793           will be called w83791d.
1794
1795 config SENSORS_W83792D
1796         tristate "Winbond W83792D"
1797         depends on I2C
1798         help
1799           If you say yes here you get support for the Winbond W83792D chip.
1800
1801           This driver can also be built as a module. If so, the module
1802           will be called w83792d.
1803
1804 config SENSORS_W83793
1805         tristate "Winbond W83793"
1806         depends on I2C
1807         select HWMON_VID
1808         help
1809           If you say yes here you get support for the Winbond W83793
1810           hardware monitoring chip, including support for the integrated
1811           watchdog.
1812
1813           This driver can also be built as a module. If so, the module
1814           will be called w83793.
1815
1816 config SENSORS_W83795
1817         tristate "Winbond/Nuvoton W83795G/ADG"
1818         depends on I2C
1819         help
1820           If you say yes here you get support for the Winbond W83795G and
1821           W83795ADG hardware monitoring chip, including manual fan speed
1822           control.
1823
1824           This driver can also be built as a module. If so, the module
1825           will be called w83795.
1826
1827 config SENSORS_W83795_FANCTRL
1828         bool "Include automatic fan control support"
1829         depends on SENSORS_W83795
1830         help
1831           If you say yes here, support for automatic fan speed control
1832           will be included in the driver.
1833
1834           Please also note that this option will create sysfs attribute
1835           files which may change in the future, so you shouldn't rely
1836           on them being stable.
1837
1838 config SENSORS_W83L785TS
1839         tristate "Winbond W83L785TS-S"
1840         depends on I2C
1841         help
1842           If you say yes here you get support for the Winbond W83L785TS-S
1843           sensor chip, which is used on the Asus A7N8X, among other
1844           motherboards.
1845
1846           This driver can also be built as a module. If so, the module
1847           will be called w83l785ts.
1848
1849 config SENSORS_W83L786NG
1850         tristate "Winbond W83L786NG, W83L786NR"
1851         depends on I2C
1852         help
1853           If you say yes here you get support for the Winbond W83L786NG
1854           and W83L786NR sensor chips.
1855
1856           This driver can also be built as a module. If so, the module
1857           will be called w83l786ng.
1858
1859 config SENSORS_W83627HF
1860         tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
1861         depends on !PPC
1862         select HWMON_VID
1863         help
1864           If you say yes here you get support for the Winbond W836X7 series
1865           of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
1866           W83697HF.
1867
1868           This driver can also be built as a module. If so, the module
1869           will be called w83627hf.
1870
1871 config SENSORS_W83627EHF
1872         tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG, NCT6775F, NCT6776F"
1873         depends on !PPC
1874         select HWMON_VID
1875         help
1876           If you say yes here you get support for the hardware
1877           monitoring functionality of the Winbond W83627EHF Super-I/O chip.
1878
1879           This driver also supports the W83627EHG, which is the lead-free
1880           version of the W83627EHF, and the W83627DHG, which is a similar
1881           chip suited for specific Intel processors that use PECI such as
1882           the Core 2 Duo. And also the W83627UHG, which is a stripped down
1883           version of the W83627DHG (as far as hardware monitoring goes.)
1884
1885           This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F
1886           (also known as W83667HG-I), and NCT6776F.
1887
1888           This driver can also be built as a module. If so, the module
1889           will be called w83627ehf.
1890
1891 config SENSORS_WM831X
1892         tristate "WM831x PMICs"
1893         depends on MFD_WM831X
1894         help
1895           If you say yes here you get support for the hardware
1896           monitoring functionality of the Wolfson Microelectronics
1897           WM831x series of PMICs.
1898
1899           This driver can also be built as a module. If so, the module
1900           will be called wm831x-hwmon.
1901
1902 config SENSORS_WM8350
1903         tristate "Wolfson Microelectronics WM835x"
1904         depends on MFD_WM8350
1905         help
1906           If you say yes here you get support for the hardware
1907           monitoring features of the WM835x series of PMICs.
1908
1909           This driver can also be built as a module. If so, the module
1910           will be called wm8350-hwmon.
1911
1912 config SENSORS_ULTRA45
1913         tristate "Sun Ultra45 PIC16F747"
1914         depends on SPARC64
1915         help
1916           This driver provides support for the Ultra45 workstation environmental
1917           sensors.
1918
1919 config SENSORS_XGENE
1920         tristate "APM X-Gene SoC hardware monitoring driver"
1921         depends on XGENE_SLIMPRO_MBOX || PCC
1922         help
1923           If you say yes here you get support for the temperature
1924           and power sensors for APM X-Gene SoC.
1925
1926 if ACPI
1927
1928 comment "ACPI drivers"
1929
1930 config SENSORS_ACPI_POWER
1931         tristate "ACPI 4.0 power meter"
1932         help
1933           This driver exposes ACPI 4.0 power meters as hardware monitoring
1934           devices.  Say Y (or M) if you have a computer with ACPI 4.0 firmware
1935           and a power meter.
1936
1937           To compile this driver as a module, choose M here:
1938           the module will be called acpi_power_meter.
1939
1940 config SENSORS_ATK0110
1941         tristate "ASUS ATK0110"
1942         depends on X86
1943         help
1944           If you say yes here you get support for the ACPI hardware
1945           monitoring interface found in many ASUS motherboards. This
1946           driver will provide readings of fans, voltages and temperatures
1947           through the system firmware.
1948
1949           This driver can also be built as a module. If so, the module
1950           will be called asus_atk0110.
1951
1952 endif # ACPI
1953
1954 endif # HWMON