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