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