xref: /linux/drivers/hwmon/Kconfig (revision 9e4e86a604dfd06402933467578c4b79f5412b2c)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Hardware monitoring chip drivers configuration
4#
5
6menuconfig 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
26if HWMON
27
28config HWMON_VID
29	tristate
30
31config 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
39comment "Native drivers"
40
41config SENSORS_ABITUGURU
42	tristate "Abit uGuru (rev 1 & 2)"
43	depends on (X86 && DMI) || COMPILE_TEST && HAS_IOPORT
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
56config SENSORS_ABITUGURU3
57	tristate "Abit uGuru (rev 3)"
58	depends on (X86 && DMI) || COMPILE_TEST && HAS_IOPORT
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
70config SENSORS_SMPRO
71	tristate "Ampere's Altra SMpro hardware monitoring driver"
72	depends on MFD_SMPRO
73	help
74	  If you say yes here you get support for the thermal, voltage,
75	  current and power sensors of Ampere's Altra processor family SoC
76	  with SMpro co-processor.
77
78config SENSORS_AD7314
79	tristate "Analog Devices AD7314 and compatibles"
80	depends on SPI
81	help
82	  If you say yes here you get support for the Analog Devices
83	  AD7314, ADT7301 and ADT7302 temperature sensors.
84
85	  This driver can also be built as a module. If so, the module
86	  will be called ad7314.
87
88config SENSORS_AD7414
89	tristate "Analog Devices AD7414"
90	depends on I2C
91	help
92	  If you say yes here you get support for the Analog Devices
93	  AD7414 temperature monitoring chip.
94
95	  This driver can also be built as a module. If so, the module
96	  will be called ad7414.
97
98config SENSORS_AD7418
99	tristate "Analog Devices AD7416, AD7417 and AD7418"
100	depends on I2C
101	help
102	  If you say yes here you get support for the Analog Devices
103	  AD7416, AD7417 and AD7418 temperature monitoring chips.
104
105	  This driver can also be built as a module. If so, the module
106	  will be called ad7418.
107
108config SENSORS_ADM1025
109	tristate "Analog Devices ADM1025 and compatibles"
110	depends on I2C
111	select HWMON_VID
112	help
113	  If you say yes here you get support for Analog Devices ADM1025
114	  and Philips NE1619 sensor chips.
115
116	  This driver can also be built as a module. If so, the module
117	  will be called adm1025.
118
119config SENSORS_ADM1026
120	tristate "Analog Devices ADM1026 and compatibles"
121	depends on I2C
122	select HWMON_VID
123	help
124	  If you say yes here you get support for Analog Devices ADM1026
125	  sensor chip.
126
127	  This driver can also be built as a module. If so, the module
128	  will be called adm1026.
129
130config SENSORS_ADM1029
131	tristate "Analog Devices ADM1029"
132	depends on I2C
133	help
134	  If you say yes here you get support for Analog Devices ADM1029
135	  sensor chip.
136	  Very rare chip, please let us know you use it.
137
138	  This driver can also be built as a module. If so, the module
139	  will be called adm1029.
140
141config SENSORS_ADM1031
142	tristate "Analog Devices ADM1031 and compatibles"
143	depends on I2C
144	help
145	  If you say yes here you get support for Analog Devices ADM1031
146	  and ADM1030 sensor chips.
147
148	  This driver can also be built as a module. If so, the module
149	  will be called adm1031.
150
151config SENSORS_ADM1177
152	tristate "Analog Devices ADM1177 and compatibles"
153	depends on I2C
154	help
155	  If you say yes here you get support for Analog Devices ADM1177
156	  sensor chips.
157
158	  This driver can also be built as a module.  If so, the module
159	  will be called adm1177.
160
161config SENSORS_ADM9240
162	tristate "Analog Devices ADM9240 and compatibles"
163	depends on I2C
164	select HWMON_VID
165	select REGMAP_I2C
166	help
167	  If you say yes here you get support for Analog Devices ADM9240,
168	  Dallas DS1780, National Semiconductor LM81 sensor chips.
169
170	  This driver can also be built as a module. If so, the module
171	  will be called adm9240.
172
173config SENSORS_ADT7X10
174	tristate
175	select REGMAP
176	help
177	  This module contains common code shared by the ADT7310/ADT7320 and
178	  ADT7410/ADT7420/ADT7422 temperature monitoring chip drivers.
179
180	  If built as a module, the module will be called adt7x10.
181
182config SENSORS_ADT7310
183	tristate "Analog Devices ADT7310/ADT7320"
184	depends on SPI_MASTER
185	select SENSORS_ADT7X10
186	help
187	  If you say yes here you get support for the Analog Devices
188	  ADT7310 and ADT7320 temperature monitoring chips.
189
190	  This driver can also be built as a module. If so, the module
191	  will be called adt7310.
192
193config SENSORS_ADT7410
194	tristate "Analog Devices ADT7410/ADT7420/ADT7422"
195	depends on I2C
196	select SENSORS_ADT7X10
197	help
198	  If you say yes here you get support for the Analog Devices
199	  ADT7410, ADT7420 and ADT7422 temperature monitoring chips.
200
201	  This driver can also be built as a module. If so, the module
202	  will be called adt7410.
203
204config SENSORS_ADT7411
205	tristate "Analog Devices ADT7411"
206	depends on I2C
207	help
208	  If you say yes here you get support for the Analog Devices
209	  ADT7411 voltage and temperature monitoring chip.
210
211	  This driver can also be built as a module. If so, the module
212	  will be called adt7411.
213
214config SENSORS_ADT7462
215	tristate "Analog Devices ADT7462"
216	depends on I2C
217	help
218	  If you say yes here you get support for the Analog Devices
219	  ADT7462 temperature monitoring chips.
220
221	  This driver can also be built as a module. If so, the module
222	  will be called adt7462.
223
224config SENSORS_ADT7470
225	tristate "Analog Devices ADT7470"
226	depends on I2C
227	select REGMAP_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
235config 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
247config SENSORS_AHT10
248	tristate "Aosong AHT10, AHT20, DHT20"
249	depends on I2C
250	select CRC8
251	help
252	  If you say yes here, you get support for the Aosong AHT10, AHT20 and
253	  DHT20 temperature and humidity sensors
254
255	  This driver can also be built as a module. If so, the module
256	  will be called aht10.
257
258config SENSORS_AQUACOMPUTER_D5NEXT
259	tristate "Aquacomputer D5 Next, Octo, Quadro, Farbwerk, Farbwerk 360, High Flow Next"
260	depends on USB_HID
261	select CRC16
262	help
263	  If you say yes here you get support for sensors and fans of
264	  the Aquacomputer D5 Next watercooling pump, Octo and Quadro fan
265	  controllers, Farbwerk and Farbwerk 360 RGB controllers, High Flow
266	  Next sensor, where available.
267
268	  This driver can also be built as a module. If so, the module
269	  will be called aquacomputer_d5next.
270
271config SENSORS_AS370
272	tristate "Synaptics AS370 SoC hardware monitoring driver"
273	help
274	  If you say yes here you get support for the PVT sensors of
275	  the Synaptics AS370 SoC
276
277	  This driver can also be built as a module. If so, the module
278	  will be called as370-hwmon.
279
280
281config SENSORS_ASC7621
282	tristate "Andigilog aSC7621"
283	depends on I2C
284	help
285	  If you say yes here you get support for the aSC7621
286	  family of SMBus sensors chip found on most Intel X38, X48, X58,
287	  945, 965 and 975 desktop boards.  Currently supported chips:
288	  aSC7621
289	  aSC7621a
290
291	  This driver can also be built as a module. If so, the module
292	  will be called asc7621.
293
294config SENSORS_ASUS_ROG_RYUJIN
295	tristate "ASUS ROG RYUJIN II 360 hardware monitoring driver"
296	depends on HID
297	help
298	  If you say yes here you get support for the fans and sensors of
299	  the ASUS ROG RYUJIN II 360 AIO CPU liquid cooler.
300
301	  This driver can also be built as a module. If so, the module
302	  will be called asus_rog_ryujin.
303
304config SENSORS_AXI_FAN_CONTROL
305	tristate "Analog Devices FAN Control HDL Core driver"
306	help
307	  If you say yes here you get support for the Analog Devices
308	  AXI HDL FAN monitoring core.
309
310	  This driver can also be built as a module. If so, the module
311	  will be called axi-fan-control
312
313config SENSORS_K8TEMP
314	tristate "AMD Athlon64/FX or Opteron temperature sensor"
315	depends on X86 && PCI
316	help
317	  If you say yes here you get support for the temperature
318	  sensor(s) inside your CPU. Supported is whole AMD K8
319	  microarchitecture. Please note that you will need at least
320	  lm-sensors 2.10.1 for proper userspace support.
321
322	  This driver can also be built as a module. If so, the module
323	  will be called k8temp.
324
325config SENSORS_K10TEMP
326	tristate "AMD Family 10h+ temperature sensor"
327	depends on X86 && PCI && AMD_NODE
328	help
329	  If you say yes here you get support for the temperature
330	  sensor(s) inside your CPU. Supported are later revisions of
331	  the AMD Family 10h and all revisions of the AMD Family 11h,
332	  12h (Llano), 14h (Brazos), 15h (Bulldozer/Trinity/Kaveri/Carrizo)
333	  and 16h (Kabini/Mullins) microarchitectures.
334
335	  This driver can also be built as a module. If so, the module
336	  will be called k10temp.
337
338config SENSORS_KBATT
339	tristate "KEBA battery controller support"
340	depends on KEBA_CP500
341	help
342	  This driver supports the battery monitoring controller found in
343	  KEBA system FPGA devices.
344
345	  This driver can also be built as a module. If so, the module
346	  will be called kbatt.
347
348config SENSORS_KFAN
349	tristate "KEBA fan controller support"
350	depends on KEBA_CP500
351	help
352	  This driver supports the fan controller found in KEBA system
353	  FPGA devices.
354
355	  This driver can also be built as a module. If so, the module
356	  will be called kfan.
357
358config SENSORS_FAM15H_POWER
359	tristate "AMD Family 15h processor power"
360	depends on X86 && PCI && CPU_SUP_AMD
361	help
362	  If you say yes here you get support for processor power
363	  information of your AMD family 15h CPU.
364
365	  This driver can also be built as a module. If so, the module
366	  will be called fam15h_power.
367
368config SENSORS_APPLESMC
369	tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
370	depends on INPUT && X86
371	select NEW_LEDS
372	select LEDS_CLASS
373	help
374	  This driver provides support for the Apple System Management
375	  Controller, which provides an accelerometer (Apple Sudden Motion
376	  Sensor), light sensors, temperature sensors, keyboard backlight
377	  control and fan control.
378
379	  Only Intel-based Apple's computers are supported (MacBook Pro,
380	  MacBook, MacMini).
381
382	  Data from the different sensors, keyboard backlight control and fan
383	  control are accessible via sysfs.
384
385	  This driver also provides an absolute input class device, allowing
386	  the laptop to act as a pinball machine-esque joystick.
387
388	  Say Y here if you have an applicable laptop and want to experience
389	  the awesome power of applesmc.
390
391config SENSORS_ARM_SCMI
392	tristate "ARM SCMI Sensors"
393	depends on ARM_SCMI_PROTOCOL
394	depends on THERMAL || !THERMAL_OF
395	help
396	  This driver provides support for temperature, voltage, current
397	  and power sensors available on SCMI based platforms. The actual
398	  number and type of sensors exported depend on the platform.
399
400	  This driver can also be built as a module. If so, the module
401	  will be called scmi-hwmon.
402
403config SENSORS_ARM_SCPI
404	tristate "ARM SCPI Sensors"
405	depends on ARM_SCPI_PROTOCOL
406	depends on THERMAL || !THERMAL_OF
407	help
408	  This driver provides support for temperature, voltage, current
409	  and power sensors available on ARM Ltd's SCP based platforms. The
410	  actual number and type of sensors exported depend on the platform.
411
412config SENSORS_ASB100
413	tristate "Asus ASB100 Bach"
414	depends on (X86 || COMPILE_TEST) && I2C
415	select HWMON_VID
416	help
417	  If you say yes here you get support for the ASB100 Bach sensor
418	  chip found on some Asus mainboards.
419
420	  This driver can also be built as a module. If so, the module
421	  will be called asb100.
422
423config SENSORS_ASPEED
424	tristate "ASPEED AST2400/AST2500 PWM and Fan tach driver"
425	depends on ARCH_ASPEED || COMPILE_TEST
426	depends on THERMAL || THERMAL=n
427	select REGMAP
428	help
429	  This driver provides support for ASPEED AST2400/AST2500 PWM
430	  and Fan Tacho controllers.
431
432	  This driver can also be built as a module. If so, the module
433	  will be called aspeed_pwm_tacho.
434
435config SENSORS_ASPEED_G6
436	tristate "ASPEED G6 PWM and Fan tach driver"
437	depends on ARCH_ASPEED || COMPILE_TEST
438	depends on PWM
439	help
440	  This driver provides support for ASPEED G6 PWM and Fan Tach
441	  controllers.
442
443	  This driver can also be built as a module. If so, the module
444	  will be called aspeed_g6_pwm_tach.
445
446config SENSORS_ATXP1
447	tristate "Attansic ATXP1 VID controller"
448	depends on I2C
449	select HWMON_VID
450	help
451	  If you say yes here you get support for the Attansic ATXP1 VID
452	  controller.
453
454	  If your board have such a chip, you are able to control your CPU
455	  core and other voltages.
456
457	  This driver can also be built as a module. If so, the module
458	  will be called atxp1.
459
460config SENSORS_CGBC
461	tristate "Congatec Board Controller Sensors"
462	depends on MFD_CGBC
463	help
464	  Enable sensors support for the Congatec Board Controller. It has
465	  temperature, voltage, current and fan sensors.
466
467	  This driver can also be built as a module. If so, the module will be
468	  called cgbc-hwmon.
469
470config SENSORS_CHIPCAP2
471	tristate "Amphenol ChipCap 2 relative humidity and temperature sensor"
472	depends on I2C
473	help
474	  Say yes here to build support for the Amphenol ChipCap 2
475	  relative humidity and temperature sensor.
476
477	  To compile this driver as a module, choose M here: the module
478	  will be called chipcap2.
479
480config SENSORS_CORSAIR_CPRO
481	tristate "Corsair Commander Pro controller"
482	depends on HID
483	help
484	  If you say yes here you get support for the Corsair Commander Pro
485	  controller.
486
487	  This driver can also be built as a module. If so, the module
488	  will be called corsair-cpro.
489
490config SENSORS_CORSAIR_PSU
491	tristate "Corsair PSU HID controller"
492	depends on HID
493	help
494	  If you say yes here you get support for Corsair PSUs with a HID
495	  interface.
496	  Currently this driver supports the (RM/HX)550i, (RM/HX)650i,
497	  (RM/HX)750i, (RM/HX)850i, (RM/HX)1000i and HX1200i power supplies
498	  by Corsair.
499
500	  This driver can also be built as a module. If so, the module
501	  will be called corsair-psu.
502
503config SENSORS_CROS_EC
504	tristate "ChromeOS Embedded Controller sensors"
505	depends on MFD_CROS_EC_DEV
506	default MFD_CROS_EC_DEV
507	help
508	  If you say yes here you get support for ChromeOS Embedded Controller
509	  sensors.
510
511	  This driver can also be built as a module. If so, the module
512	  will be called cros_ec_hwmon.
513
514config SENSORS_DRIVETEMP
515	tristate "Hard disk drives with temperature sensors"
516	depends on SCSI && ATA
517	help
518	  If you say yes you get support for the temperature sensor on
519	  hard disk drives.
520
521	  This driver can also be built as a module. If so, the module
522	  will be called drivetemp.
523
524config SENSORS_DS620
525	tristate "Dallas Semiconductor DS620"
526	depends on I2C
527	help
528	  If you say yes here you get support for Dallas Semiconductor
529	  DS620 sensor chip.
530
531	  This driver can also be built as a module. If so, the module
532	  will be called ds620.
533
534config SENSORS_DS1621
535	tristate "Dallas Semiconductor DS1621 and compatibles"
536	depends on I2C
537	help
538	  If you say yes here you get support for Dallas Semiconductor/Maxim
539	  Integrated DS1621 sensor chips and compatible models including:
540
541	  - Dallas Semiconductor DS1625
542	  - Maxim Integrated DS1631
543	  - Maxim Integrated DS1721
544	  - Maxim Integrated DS1731
545
546	  This driver can also be built as a module. If so, the module
547	  will be called ds1621.
548
549config SENSORS_DELL_SMM
550	tristate "Dell laptop SMM BIOS hwmon driver"
551	depends on ACPI_WMI
552	depends on X86
553	imply THERMAL
554	help
555	  This hwmon driver adds support for reporting temperature of different
556	  sensors and controls the fans on Dell laptops via System Management
557	  Mode provided by Dell BIOS.
558
559	  When option I8K is also enabled this driver provides legacy /proc/i8k
560	  userspace interface for i8kutils package.
561
562config I8K
563	bool "Legacy /proc/i8k interface of Dell laptop SMM BIOS hwmon driver"
564	depends on SENSORS_DELL_SMM
565	depends on PROC_FS
566	help
567	  This option enables the legacy /proc/i8k userspace interface of the
568	  dell-smm-hwmon driver. The character file /proc/i8k exposes the BIOS
569	  version, temperatures and allows control of fan speeds of some Dell
570	  laptops. Sometimes it also reports power and hotkey status.
571
572	  This interface is required to run programs from the i8kutils package.
573
574	  Say Y if you intend to run userspace programs that use this interface.
575	  Say N otherwise.
576
577config SENSORS_DA9052_ADC
578	tristate "Dialog DA9052/DA9053 ADC"
579	depends on PMIC_DA9052
580	help
581	  Say y here to support the ADC found on Dialog Semiconductor
582	  DA9052-BC and DA9053-AA/Bx PMICs.
583
584	  This driver can also be built as module. If so, the module
585	  will be called da9052-hwmon.
586
587config SENSORS_DA9055
588	tristate "Dialog Semiconductor DA9055 ADC"
589	depends on MFD_DA9055
590	help
591	  If you say yes here you get support for ADC on the Dialog
592	  Semiconductor DA9055 PMIC.
593
594	  This driver can also be built as a module. If so, the module
595	  will be called da9055-hwmon.
596
597config SENSORS_I5K_AMB
598	tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
599	depends on PCI
600	help
601	  If you say yes here you get support for FB-DIMM AMB temperature
602	  monitoring chips on systems with the Intel 5000 series chipset.
603
604	  This driver can also be built as a module. If so, the module
605	  will be called i5k_amb.
606
607config SENSORS_SPARX5
608	tristate "Sparx5 SoC temperature sensor"
609	depends on ARCH_SPARX5 || ARCH_LAN969X || COMPILE_TEST
610	help
611	  If you say yes here you get support for temperature monitoring
612	  with the Microchip Sparx5 SoC.
613
614	  This driver can also be built as a module. If so, the module
615	  will be called sparx5-temp.
616
617config SENSORS_F71805F
618	tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
619	depends on HAS_IOPORT
620	depends on !PPC
621	help
622	  If you say yes here you get support for hardware monitoring
623	  features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
624	  Super-I/O chips.
625
626	  This driver can also be built as a module. If so, the module
627	  will be called f71805f.
628
629config SENSORS_F71882FG
630	tristate "Fintek F71882FG and compatibles"
631	depends on HAS_IOPORT
632	depends on !PPC
633	help
634	  If you say yes here you get support for hardware monitoring
635	  features of many Fintek Super-I/O (LPC) chips. The currently
636	  supported chips are:
637	    F71808E/A
638	    F71858FG
639	    F71862FG
640	    F71863FG
641	    F71869F/E/A
642	    F71882FG
643	    F71883FG
644	    F71889FG/ED/A
645	    F8000
646	    F81801U
647	    F81865F
648
649	  This driver can also be built as a module. If so, the module
650	  will be called f71882fg.
651
652config SENSORS_F75375S
653	tristate "Fintek F75375S/SP, F75373 and F75387"
654	depends on I2C
655	help
656	  If you say yes here you get support for hardware monitoring
657	  features of the Fintek F75375S/SP, F75373 and F75387
658
659	  This driver can also be built as a module. If so, the module
660	  will be called f75375s.
661
662config SENSORS_GSC
663	tristate "Gateworks System Controller ADC"
664	depends on MFD_GATEWORKS_GSC
665	help
666	  Support for the Gateworks System Controller A/D converters.
667
668	  To compile this driver as a module, choose M here:
669	  the module will be called gsc-hwmon.
670
671config SENSORS_MC13783_ADC
672        tristate "Freescale MC13783/MC13892 ADC"
673        depends on MFD_MC13XXX
674        help
675          Support for the A/D converter on MC13783 and MC13892 PMIC.
676
677config SENSORS_MC33XS2410
678	tristate "MC33XS2410 HWMON support"
679	depends on PWM_MC33XS2410
680	help
681	  If you say yes here you get hardware monitoring support for
682	  MC33XS2410.
683
684	  This driver can also be built as a module. If so, the module
685	  will be called mc33xs2410_hwmon.
686
687config SENSORS_FSCHMD
688	tristate "Fujitsu Siemens Computers sensor chips"
689	depends on (X86 || COMPILE_TEST) && I2C
690	help
691	  If you say yes here you get support for the following Fujitsu
692	  Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
693	  Heimdall, Heracles, Hades and Syleus including support for the
694	  integrated watchdog.
695
696	  This is a merged driver for FSC sensor chips replacing the fscpos,
697	  fscscy and fscher drivers and adding support for several other FSC
698	  sensor chips.
699
700	  This driver can also be built as a module. If so, the module
701	  will be called fschmd.
702
703config SENSORS_FTSTEUTATES
704	tristate "Fujitsu Technology Solutions sensor chip Teutates"
705	depends on I2C && WATCHDOG
706	select WATCHDOG_CORE
707	help
708	  If you say yes here you get support for the Fujitsu Technology
709	  Solutions (FTS) sensor chip "Teutates" including support for
710	  the integrated watchdog.
711
712	  This driver can also be built as a module. If so, the module
713	  will be called ftsteutates.
714
715config SENSORS_GIGABYTE_WATERFORCE
716	tristate "Gigabyte Waterforce X240/X280/X360 AIO CPU coolers"
717	depends on USB_HID
718	help
719	  If you say yes here you get support for hardware monitoring for the
720	  Gigabyte Waterforce X240/X280/X360 all-in-one CPU liquid coolers.
721
722	  This driver can also be built as a module. If so, the module
723	  will be called gigabyte_waterforce.
724
725config SENSORS_GL518SM
726	tristate "Genesys Logic GL518SM"
727	depends on I2C
728	help
729	  If you say yes here you get support for Genesys Logic GL518SM
730	  sensor chips.
731
732	  This driver can also be built as a module. If so, the module
733	  will be called gl518sm.
734
735config SENSORS_GL520SM
736	tristate "Genesys Logic GL520SM"
737	depends on I2C
738	select HWMON_VID
739	help
740	  If you say yes here you get support for Genesys Logic GL520SM
741	  sensor chips.
742
743	  This driver can also be built as a module. If so, the module
744	  will be called gl520sm.
745
746config SENSORS_GPD
747	tristate "GPD handhelds"
748	depends on X86 && DMI && HAS_IOPORT
749	help
750	  If you say yes here you get support for fan readings and
751	  control over GPD handheld devices.
752
753	  Can also be built as a module. In that case it will be
754	  called gpd-fan.
755
756config SENSORS_G760A
757	tristate "GMT G760A"
758	depends on I2C
759	help
760	  If you say yes here you get support for Global Mixed-mode
761	  Technology Inc G760A fan speed PWM controller chips.
762
763	  This driver can also be built as a module. If so, the module
764	  will be called g760a.
765
766config SENSORS_G762
767	tristate "GMT G762 and G763"
768	depends on I2C
769	help
770	  If you say yes here you get support for Global Mixed-mode
771	  Technology Inc G762 and G763 fan speed PWM controller chips.
772
773	  This driver can also be built as a module. If so, the module
774	  will be called g762.
775
776config SENSORS_GPIO_FAN
777	tristate "GPIO fan"
778	depends on GPIOLIB || COMPILE_TEST
779	depends on THERMAL || THERMAL=n
780	help
781	  If you say yes here you get support for fans connected to GPIO lines.
782
783	  This driver can also be built as a module. If so, the module
784	  will be called gpio-fan.
785
786config SENSORS_GXP_FAN_CTRL
787	tristate "HPE GXP fan controller"
788	depends on ARCH_HPE_GXP || COMPILE_TEST
789	help
790	  If you say yes here you get support for GXP fan control functionality.
791
792	  The GXP controls fan function via the CPLD through the use of PWM
793	  registers. This driver reports status and pwm setting of the fans.
794
795config SENSORS_HIH6130
796	tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor"
797	depends on I2C
798	help
799	  If you say yes here you get support for Honeywell Humidicon
800	  HIH-6130 and HIH-6131 Humidicon humidity sensors.
801
802	  This driver can also be built as a module. If so, the module
803	  will be called hih6130.
804
805config SENSORS_HS3001
806	tristate "Renesas HS3001 humidity and temperature sensors"
807	depends on I2C
808	help
809	  If you say yes here you get support for the Renesas HS3001,
810	  to HS3004 humidity and temperature sensors.
811
812	  This driver can also be built as a module. If so, the module
813	  will be called hs3001.
814
815config SENSORS_HTU31
816	tristate "Measurement Specialties HTU31 humidity and temperature sensor"
817	depends on I2C
818	select CRC8
819	help
820	  If you say yes here you get support for the HTU31 humidity
821	  and temperature sensors.
822
823	  This driver can also be built as a module. If so, the module
824	  will be called htu31.
825
826config SENSORS_IBMAEM
827	tristate "IBM Active Energy Manager temperature/power sensors and control"
828	select IPMI_SI
829	depends on IPMI_HANDLER
830	help
831	  If you say yes here you get support for the temperature and
832	  power sensors and capping hardware in various IBM System X
833	  servers that support Active Energy Manager.  This includes
834	  the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
835	  and certain HC10/HS2x/LS2x/QS2x blades.
836
837	  This driver can also be built as a module. If so, the module
838	  will be called ibmaem.
839
840config SENSORS_IBMPEX
841	tristate "IBM PowerExecutive temperature/power sensors"
842	select IPMI_SI
843	depends on IPMI_HANDLER
844	help
845	  If you say yes here you get support for the temperature and
846	  power sensors in various IBM System X servers that support
847	  PowerExecutive.  So far this includes the x3350, x3550, x3650,
848	  x3655, and x3755; the x3800, x3850, and x3950 models that have
849	  PCI Express; and some of the HS2x, LS2x, and QS2x blades.
850
851	  This driver can also be built as a module. If so, the module
852	  will be called ibmpex.
853
854config SENSORS_IBMPOWERNV
855	tristate "IBM POWERNV platform sensors"
856	depends on PPC_POWERNV
857	default y
858	help
859	  If you say yes here you get support for the temperature/fan/power
860	  sensors on your PowerNV platform.
861
862	  This driver can also be built as a module. If so, the module
863	  will be called ibmpowernv.
864
865config SENSORS_IIO_HWMON
866	tristate "Hwmon driver that uses channels specified via iio maps"
867	depends on IIO
868	help
869	  This is a platform driver that in combination with a suitable
870	  map allows IIO devices to provide basic hwmon functionality
871	  for those channels specified in the map.  This map can be provided
872	  either via platform data or the device tree bindings.
873
874config SENSORS_I5500
875	tristate "Intel 5500/5520/X58 temperature sensor"
876	depends on X86 && PCI
877	help
878	  If you say yes here you get support for the temperature
879	  sensor inside the Intel 5500, 5520 and X58 chipsets.
880
881	  This driver can also be built as a module. If so, the module
882	  will be called i5500_temp.
883
884config SENSORS_CORETEMP
885	tristate "Intel Core/Core2/Atom temperature sensor"
886	depends on X86
887	help
888	  If you say yes here you get support for the temperature
889	  sensor inside your CPU. Most of the family 6 CPUs
890	  are supported. Check Documentation/hwmon/coretemp.rst for details.
891
892config SENSORS_ISL28022
893	tristate "Renesas ISL28022"
894	depends on I2C
895	select REGMAP_I2C
896	help
897	  If you say yes here you get support for ISL28022 power monitor.
898	  Check Documentation/hwmon/isl28022.rst for details.
899
900	  This driver can also be built as a module. If so, the module
901	  will be called isl28022.
902
903config SENSORS_IT87
904	tristate "ITE IT87xx and compatibles"
905	depends on HAS_IOPORT
906	depends on !PPC
907	select HWMON_VID
908	help
909	  If you say yes here you get support for ITE IT8705F, IT8712F, IT8716F,
910	  IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8732F, IT8758E,
911	  IT8771E, IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, IT8790E,
912	  IT8603E, IT8620E, IT8623E, IT8628E, and IT8689E sensor chips, and
913	  the SiS950 clone.
914
915	  This driver can also be built as a module. If so, the module
916	  will be called it87.
917
918config SENSORS_JC42
919	tristate "JEDEC JC42.4 compliant memory module temperature sensors"
920	depends on I2C
921	select REGMAP_I2C
922	help
923	  If you say yes here, you get support for JEDEC JC42.4 compliant
924	  temperature sensors, which are used on many DDR3 memory modules for
925	  mobile devices and servers.  Support will include, but not be limited
926	  to, ADT7408, AT30TS00, CAT34TS02, CAT6095, MAX6604, MCP9804, MCP9805,
927	  MCP9808, MCP98242, MCP98243, MCP98244, MCP9843, SE97, SE98,
928	  STTS424(E), STTS2002, STTS3000, TSE2002, TSE2004, TS3000, and TS3001.
929
930	  This driver can also be built as a module. If so, the module
931	  will be called jc42.
932
933config SENSORS_POWERZ
934	tristate "ChargerLAB POWER-Z USB-C tester"
935	depends on USB
936	help
937	  If you say yes here you get support for ChargerLAB POWER-Z series of
938	  USB-C charging testers.
939
940	  This driver can also be built as a module. If so, the module
941	  will be called powerz.
942
943config SENSORS_POWR1220
944	tristate "Lattice POWR1220 Power Monitoring"
945	depends on I2C
946	help
947	  If you say yes here you get access to the hardware monitoring
948	  functions of the Lattice POWR1220 isp Power Supply Monitoring,
949	  Sequencing and Margining Controller.
950
951	  This driver can also be built as a module. If so, the module
952	  will be called powr1220.
953
954config SENSORS_LAN966X
955	tristate "Microchip LAN966x Hardware Monitoring"
956	depends on SOC_LAN966 || COMPILE_TEST
957	select REGMAP
958	select POLYNOMIAL
959	help
960	  If you say yes here you get support for temperature monitoring
961	  on the Microchip LAN966x SoC.
962
963	  This driver can also be built as a module. If so, the module
964	  will be called lan966x-hwmon.
965
966config SENSORS_LATTEPANDA_SIGMA_EC
967	tristate "LattePanda Sigma EC hardware monitoring"
968	depends on X86
969	depends on DMI
970	depends on HAS_IOPORT
971	help
972	  If you say yes here you get support for the hardware monitoring
973	  features of the Embedded Controller on LattePanda Sigma
974	  single-board computers, including CPU fan speed (RPM) and
975	  board and CPU temperatures.
976
977	  The driver reads the EC directly via ACPI EC I/O ports and
978	  uses DMI matching to ensure it only loads on supported hardware.
979
980	  This driver can also be built as a module. If so, the module
981	  will be called lattepanda-sigma-ec.
982
983config SENSORS_LENOVO_EC
984        tristate "Sensor reader for Lenovo ThinkStations"
985        depends on X86
986        help
987          If you say yes here you get support for LENOVO
988          EC Sensor data on newer ThinkStation systems
989
990          This driver can also be built as a module. If so, the module
991          will be called lenovo_ec_sensors.
992
993config SENSORS_LINEAGE
994	tristate "Lineage Compact Power Line Power Entry Module"
995	depends on I2C
996	help
997	  If you say yes here you get support for the Lineage Compact Power Line
998	  series of DC/DC and AC/DC converters such as CP1800, CP2000AC,
999	  CP2000DC, CP2725, and others.
1000
1001	  This driver can also be built as a module. If so, the module
1002	  will be called lineage-pem.
1003
1004config SENSORS_LOCHNAGAR
1005	tristate "Lochnagar Hardware Monitor"
1006	depends on MFD_LOCHNAGAR
1007	help
1008	  If you say yes here you get support for Lochnagar 2 temperature,
1009	  voltage and current sensors abilities.
1010
1011	  This driver can also be built as a module.  If so, the module
1012	  will be called lochnagar-hwmon.
1013
1014config SENSORS_LTC2945
1015	tristate "Linear Technology LTC2945"
1016	depends on I2C
1017	select REGMAP_I2C
1018	help
1019	  If you say yes here you get support for Linear Technology LTC2945
1020	  I2C System Monitor.
1021
1022	  This driver can also be built as a module. If so, the module will
1023	  be called ltc2945.
1024
1025config SENSORS_LTC2947
1026	tristate
1027
1028config SENSORS_LTC2947_I2C
1029	tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over I2C"
1030	depends on I2C
1031	select REGMAP_I2C
1032	select SENSORS_LTC2947
1033	help
1034	  If you say yes here you get support for Linear Technology LTC2947
1035	  I2C High Precision Power and Energy Monitor
1036
1037	  This driver can also be built as a module. If so, the module will
1038	  be called ltc2947-i2c.
1039
1040config SENSORS_LTC2947_SPI
1041	tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over SPI"
1042	depends on SPI_MASTER
1043	select REGMAP_SPI
1044	select SENSORS_LTC2947
1045	help
1046	  If you say yes here you get support for Linear Technology LTC2947
1047	  SPI High Precision Power and Energy Monitor
1048
1049	  This driver can also be built as a module. If so, the module will
1050	  be called ltc2947-spi.
1051
1052config SENSORS_LTC2990
1053	tristate "Linear Technology LTC2990"
1054	depends on I2C
1055	help
1056	  If you say yes here you get support for Linear Technology LTC2990
1057	  I2C System Monitor. The LTC2990 supports a combination of voltage,
1058	  current and temperature monitoring.
1059
1060	  This driver can also be built as a module. If so, the module will
1061	  be called ltc2990.
1062
1063config SENSORS_LTC2991
1064	tristate "Analog Devices LTC2991"
1065	depends on I2C
1066	select REGMAP_I2C
1067	help
1068	  If you say yes here you get support for Analog Devices LTC2991
1069	  Octal I2C Voltage, Current, and Temperature Monitor. The LTC2991
1070	  supports a combination of voltage, current and temperature monitoring.
1071
1072	  This driver can also be built as a module. If so, the module will
1073	  be called ltc2991.
1074
1075config SENSORS_LTC2992
1076	tristate "Linear Technology LTC2992"
1077	depends on I2C
1078	depends on GPIOLIB
1079	help
1080	  If you say yes here you get support for Linear Technology LTC2992
1081	  I2C System Monitor. The LTC2992 measures current, voltage, and
1082	  power of two supplies.
1083
1084	  This driver can also be built as a module. If so, the module will
1085	  be called ltc2992.
1086
1087config SENSORS_LTC4151
1088	tristate "Linear Technology LTC4151"
1089	depends on I2C
1090	help
1091	  If you say yes here you get support for Linear Technology LTC4151
1092	  High Voltage I2C Current and Voltage Monitor interface.
1093
1094	  This driver can also be built as a module. If so, the module will
1095	  be called ltc4151.
1096
1097config SENSORS_LTC4215
1098	tristate "Linear Technology LTC4215"
1099	depends on I2C
1100	help
1101	  If you say yes here you get support for Linear Technology LTC4215
1102	  Hot Swap Controller I2C interface.
1103
1104	  This driver can also be built as a module. If so, the module will
1105	  be called ltc4215.
1106
1107config SENSORS_LTC4222
1108	tristate "Linear Technology LTC4222"
1109	depends on I2C
1110	select REGMAP_I2C
1111	help
1112	  If you say yes here you get support for Linear Technology LTC4222
1113	  Dual Hot Swap Controller I2C interface.
1114
1115	  This driver can also be built as a module. If so, the module will
1116	  be called ltc4222.
1117
1118config SENSORS_LTC4245
1119	tristate "Linear Technology LTC4245"
1120	depends on I2C
1121	help
1122	  If you say yes here you get support for Linear Technology LTC4245
1123	  Multiple Supply Hot Swap Controller I2C interface.
1124
1125	  This driver can also be built as a module. If so, the module will
1126	  be called ltc4245.
1127
1128config SENSORS_LTC4260
1129	tristate "Linear Technology LTC4260"
1130	depends on I2C
1131	select REGMAP_I2C
1132	help
1133	  If you say yes here you get support for Linear Technology LTC4260
1134	  Positive Voltage Hot Swap Controller I2C interface.
1135
1136	  This driver can also be built as a module. If so, the module will
1137	  be called ltc4260.
1138
1139config SENSORS_LTC4261
1140	tristate "Linear Technology LTC4261"
1141	depends on I2C
1142	help
1143	  If you say yes here you get support for Linear Technology LTC4261
1144	  Negative Voltage Hot Swap Controller I2C interface.
1145
1146	  This driver can also be built as a module. If so, the module will
1147	  be called ltc4261.
1148
1149config SENSORS_LTC4282
1150	tristate "Analog Devices LTC4282"
1151	depends on I2C
1152	select REGMAP_I2C
1153	help
1154	  If you say yes here you get support for Analog Devices LTC4282
1155	  High Current Hot Swap Controller I2C interface.
1156
1157	  This driver can also be built as a module. If so, the module will
1158	  be called ltc4282.
1159
1160config SENSORS_LTQ_CPUTEMP
1161	bool "Lantiq cpu temperature sensor driver"
1162	depends on SOC_XWAY
1163	help
1164	  If you say yes here you get support for the temperature
1165	  sensor inside your CPU.
1166
1167config SENSORS_MACSMC_HWMON
1168	tristate "Apple SMC (Apple Silicon)"
1169	depends on MFD_MACSMC && OF
1170	help
1171	  This driver enables hwmon support for current, power, temperature,
1172	  and voltage sensors, as well as fan speed reporting and control
1173	  on Apple Silicon devices. Say Y here if you have an Apple Silicon
1174	  device.
1175
1176	  This driver can also be built as a module. If so, the module will
1177	  be called macsmc-hwmon.
1178
1179config SENSORS_MAX1111
1180	tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles"
1181	depends on SPI_MASTER
1182	help
1183	  Say y here to support Maxim's MAX1110, MAX1111, MAX1112, and MAX1113
1184	  ADC chips.
1185
1186	  This driver can also be built as a module. If so, the module
1187	  will be called max1111.
1188
1189config SENSORS_MAX127
1190	tristate "Maxim MAX127 12-bit 8-channel Data Acquisition System"
1191	depends on I2C
1192	help
1193	  Say y here to support Maxim's MAX127 DAS chips.
1194
1195	  This driver can also be built as a module. If so, the module
1196	  will be called max127.
1197
1198config SENSORS_MAX16065
1199	tristate "Maxim MAX16065 System Manager and compatibles"
1200	depends on I2C
1201	help
1202	  If you say yes here you get support for hardware monitoring
1203	  capabilities of the following Maxim System Manager chips.
1204	    MAX16065
1205	    MAX16066
1206	    MAX16067
1207	    MAX16068
1208	    MAX16070
1209	    MAX16071
1210
1211	  This driver can also be built as a module. If so, the module
1212	  will be called max16065.
1213
1214config SENSORS_MAX1619
1215	tristate "Maxim MAX1619 sensor chip"
1216	depends on I2C
1217	help
1218	  If you say yes here you get support for MAX1619 sensor chip.
1219
1220	  This driver can also be built as a module. If so, the module
1221	  will be called max1619.
1222
1223config SENSORS_MAX1668
1224	tristate "Maxim MAX1668 and compatibles"
1225	depends on I2C
1226	select REGMAP_I2C
1227	help
1228	  If you say yes here you get support for MAX1668, MAX1989 and
1229	  MAX1805 chips.
1230
1231	  This driver can also be built as a module. If so, the module
1232	  will be called max1668.
1233
1234config SENSORS_MAX197
1235	tristate "Maxim MAX197 and compatibles"
1236	help
1237	  Support for the Maxim MAX197 A/D converter.
1238	  Support will include, but not be limited to, MAX197, and MAX199.
1239
1240	  This driver can also be built as a module. If so, the module
1241	  will be called max197.
1242
1243config SENSORS_MAX31722
1244	tristate "MAX31722 temperature sensor"
1245	depends on SPI
1246	help
1247	  Support for the Maxim Integrated MAX31722/MAX31723 digital
1248	  thermometers/thermostats operating over an SPI interface.
1249
1250	  This driver can also be built as a module. If so, the module
1251	  will be called max31722.
1252
1253config SENSORS_MAX31730
1254	tristate "MAX31730 temperature sensor"
1255	depends on I2C
1256	help
1257	  Support for the Maxim Integrated MAX31730 3-Channel Remote
1258	  Temperature Sensor.
1259
1260	  This driver can also be built as a module. If so, the module
1261	  will be called max31730.
1262
1263config SENSORS_MAX31760
1264	tristate "MAX31760 fan speed controller"
1265	depends on I2C
1266	select REGMAP_I2C
1267	help
1268	  Support for the Analog Devices MAX31760 Precision Fan-Speed
1269	  Controller. MAX31760 integrates temperature sensing along with
1270	  precision PWM fan control.
1271
1272	  This driver can also be built as a module. If so, the module
1273	  will be called max31760.
1274
1275config MAX31827
1276	tristate "MAX31827 low-power temperature switch and similar devices"
1277	depends on I2C
1278	select REGMAP_I2C
1279	help
1280	  If you say yes here you get support for MAX31827, MAX31828 and
1281	  MAX31829 low-power temperature switches and sensors connected with I2C.
1282
1283	  This driver can also be built as a module.  If so, the module
1284	  will be called max31827.
1285
1286config SENSORS_MAX6620
1287	tristate "Maxim MAX6620 fan controller"
1288	depends on I2C
1289	help
1290	  If you say yes here you get support for the MAX6620
1291	  fan controller.
1292
1293	  This driver can also be built as a module. If so, the module
1294	  will be called max6620.
1295
1296config SENSORS_MAX6621
1297	tristate "Maxim MAX6621 sensor chip"
1298	depends on I2C
1299	select REGMAP_I2C
1300	help
1301	  If you say yes here you get support for MAX6621 sensor chip.
1302	  MAX6621 is a PECI-to-I2C translator provides an efficient,
1303	  low-cost solution for PECI-to-SMBus/I2C protocol conversion.
1304	  It allows reading the temperature from the PECI-compliant
1305	  host directly from up to four PECI-enabled CPUs.
1306
1307	  This driver can also be built as a module. If so, the module
1308	  will be called max6621.
1309
1310config SENSORS_MAX6639
1311	tristate "Maxim MAX6639 sensor chip"
1312	depends on I2C
1313	select REGMAP_I2C
1314	help
1315	  If you say yes here you get support for the MAX6639
1316	  sensor chips.
1317
1318	  This driver can also be built as a module. If so, the module
1319	  will be called max6639.
1320
1321config SENSORS_MAX6650
1322	tristate "Maxim MAX6650 sensor chip"
1323	depends on I2C
1324	depends on THERMAL || THERMAL=n
1325	help
1326	  If you say yes here you get support for the MAX6650 / MAX6651
1327	  sensor chips.
1328
1329	  This driver can also be built as a module. If so, the module
1330	  will be called max6650.
1331
1332config SENSORS_MAX6697
1333	tristate "Maxim MAX6697 and compatibles"
1334	depends on I2C
1335	help
1336	  If you say yes here you get support for MAX6581, MAX6602, MAX6622,
1337	  MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699
1338	  temperature sensor chips.
1339
1340	  This driver can also be built as a module. If so, the module
1341	  will be called max6697.
1342
1343config SENSORS_MAX31790
1344	tristate "Maxim MAX31790 sensor chip"
1345	depends on I2C
1346	help
1347	  If you say yes here you get support for 6-Channel PWM-Output
1348	  Fan RPM Controller.
1349
1350	  This driver can also be built as a module. If so, the module
1351	  will be called max31790.
1352
1353config SENSORS_MAX77705
1354	tristate "MAX77705 current and voltage sensor"
1355	depends on MFD_MAX77705
1356	help
1357	  If you say yes here you get support for MAX77705 sensors connected with I2C.
1358
1359	  This driver can also be built as a module. If so, the module
1360	  will be called max77705-hwmon.
1361
1362config SENSORS_MC34VR500
1363	tristate "NXP MC34VR500 hardware monitoring driver"
1364	depends on I2C
1365	select REGMAP_I2C
1366	help
1367	  If you say yes here you get support for the temperature and input
1368	  voltage sensors of the NXP MC34VR500.
1369
1370config SENSORS_MCP3021
1371	tristate "Microchip MCP3021 and compatibles"
1372	depends on I2C
1373	help
1374	  If you say yes here you get support for MCP3021 and MCP3221.
1375	  The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221
1376	  with 12-bit resolution.
1377
1378	  This driver can also be built as a module. If so, the module
1379	  will be called mcp3021.
1380
1381config SENSORS_MCP9982
1382       tristate "Microchip Technology MCP9982 driver"
1383       depends on I2C
1384       select REGMAP_I2C
1385       help
1386         Say yes here to include support for Microchip Technology's MCP998X/33
1387         and MCP998XD/33D Multichannel Automotive Temperature Monitor Family.
1388
1389         This driver can also be built as a module. If so, the module
1390         will be called mcp9982.
1391
1392config SENSORS_MLXREG_FAN
1393	tristate "Mellanox FAN driver"
1394	depends on MELLANOX_PLATFORM
1395	imply THERMAL
1396	select REGMAP
1397	help
1398	  This option enables support for the FAN control on the Mellanox
1399	  Ethernet and InfiniBand switches. The driver can be activated by the
1400	  platform device add call. Say Y to enable these. To compile this
1401	  driver as a module, choose 'M' here: the module will be called
1402	  mlxreg-fan.
1403
1404config SENSORS_TC654
1405	tristate "Microchip TC654/TC655 and compatibles"
1406	depends on I2C
1407	help
1408	  If you say yes here you get support for TC654 and TC655.
1409	  The TC654 and TC655 are PWM mode fan speed controllers with
1410	  FanSense technology for use with brushless DC fans.
1411
1412	  This driver can also be built as a module. If so, the module
1413	  will be called tc654.
1414
1415config SENSORS_TPS23861
1416	tristate "Texas Instruments TPS23861 PoE PSE"
1417	depends on I2C
1418	select REGMAP_I2C
1419	help
1420	  If you say yes here you get support for Texas Instruments
1421	  TPS23861 802.3at PoE PSE chips.
1422
1423	  This driver can also be built as a module. If so, the module
1424	  will be called tps23861.
1425
1426config SENSORS_MENF21BMC_HWMON
1427	tristate "MEN 14F021P00 BMC Hardware Monitoring"
1428	depends on MFD_MENF21BMC
1429	help
1430	  Say Y here to include support for the MEN 14F021P00 BMC
1431	  hardware monitoring.
1432
1433	  This driver can also be built as a module. If so the module
1434	  will be called menf21bmc_hwmon.
1435
1436config SENSORS_MR75203
1437	tristate "Moortec Semiconductor MR75203 PVT Controller"
1438	select REGMAP_MMIO
1439	help
1440	  If you say yes here you get support for Moortec MR75203
1441	  PVT controller.
1442
1443	  This driver can also be built as a module. If so, the module
1444	  will be called mr75203.
1445
1446config SENSORS_ADCXX
1447	tristate "National Semiconductor ADCxxxSxxx"
1448	depends on SPI_MASTER
1449	help
1450	  If you say yes here you get support for the National Semiconductor
1451	  ADC<bb><c>S<sss> chip family, where
1452	  * bb  is the resolution in number of bits (8, 10, 12)
1453	  * c   is the number of channels (1, 2, 4, 8)
1454	  * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
1455	    kSPS and 101 for 1 MSPS)
1456
1457	  Examples : ADC081S101, ADC124S501, ...
1458
1459	  This driver can also be built as a module. If so, the module
1460	  will be called adcxx.
1461
1462config SENSORS_LM63
1463	tristate "National Semiconductor LM63 and compatibles"
1464	depends on I2C
1465	help
1466	  If you say yes here you get support for the National
1467	  Semiconductor LM63, LM64, and LM96163 remote diode digital temperature
1468	  sensors with integrated fan control.  Such chips are found
1469	  on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
1470	  others.
1471
1472	  This driver can also be built as a module. If so, the module
1473	  will be called lm63.
1474
1475config SENSORS_LM70
1476	tristate "National Semiconductor LM70 and compatibles"
1477	depends on SPI_MASTER
1478	help
1479	  If you say yes here you get support for the National Semiconductor
1480	  LM70, LM71, LM74 and Texas Instruments TMP121/TMP123, TMP122/TMP124,
1481	  TMP125 digital temperature sensor chips.
1482
1483	  This driver can also be built as a module. If so, the module
1484	  will be called lm70.
1485
1486config SENSORS_LM73
1487	tristate "National Semiconductor LM73"
1488	depends on I2C
1489	help
1490	  If you say yes here you get support for National Semiconductor LM73
1491	  sensor chips.
1492	  This driver can also be built as a module. If so, the module
1493	  will be called lm73.
1494
1495config SENSORS_LM75
1496	tristate "National Semiconductor LM75 and compatibles"
1497	depends on I3C_OR_I2C
1498	select REGMAP_I2C
1499	select REGMAP_I3C if I3C
1500	help
1501	  If you say yes here you get support for one common type of
1502	  temperature sensor chip, with models including:
1503
1504		- Analog Devices ADT75
1505		- Atmel (now Microchip) AT30TS74
1506		- Dallas Semiconductor DS75, DS1775 and DS7505
1507		- Global Mixed-mode Technology (GMT) G751
1508		- Maxim MAX6625 and MAX6626
1509		- Microchip MCP980x
1510		- National Semiconductor LM75, LM75A
1511		- NXP's LM75A
1512		- ST Microelectronics STDS75
1513		- ST Microelectronics STLM75
1514		- TelCom (now Microchip) TCN75
1515		- Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75,
1516		  TMP175, TMP275
1517
1518	  This driver supports driver model based binding through board
1519	  specific I2C device tables.
1520
1521	  It also supports the "legacy" style of driver binding.  To use
1522	  that with some chips which don't replicate LM75 quirks exactly,
1523	  you may need the "force" module parameter.
1524
1525	  This driver can also be built as a module. If so, the module
1526	  will be called lm75.
1527
1528config SENSORS_LM77
1529	tristate "National Semiconductor LM77"
1530	depends on I2C
1531	help
1532	  If you say yes here you get support for National Semiconductor LM77
1533	  sensor chips.
1534
1535	  This driver can also be built as a module. If so, the module
1536	  will be called lm77.
1537
1538config SENSORS_LM78
1539	tristate "National Semiconductor LM78 and compatibles"
1540	depends on I2C
1541	select HWMON_VID
1542	help
1543	  If you say yes here you get support for National Semiconductor LM78,
1544	  LM78-J and LM79.
1545
1546	  This driver can also be built as a module. If so, the module
1547	  will be called lm78.
1548
1549config SENSORS_LM80
1550	tristate "National Semiconductor LM80 and LM96080"
1551	depends on I2C
1552	help
1553	  If you say yes here you get support for National Semiconductor
1554	  LM80 and LM96080 sensor chips.
1555
1556	  This driver can also be built as a module. If so, the module
1557	  will be called lm80.
1558
1559config SENSORS_LM83
1560	tristate "National Semiconductor LM83 and compatibles"
1561	depends on I2C
1562	select REGMAP
1563	help
1564	  If you say yes here you get support for National Semiconductor
1565	  LM82 and LM83 sensor chips.
1566
1567	  This driver can also be built as a module. If so, the module
1568	  will be called lm83.
1569
1570config SENSORS_LM85
1571	tristate "National Semiconductor LM85 and compatibles"
1572	depends on I2C
1573	select HWMON_VID
1574	help
1575	  If you say yes here you get support for National Semiconductor LM85
1576	  sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
1577	  EMC6D101, EMC6D102, and EMC6D103.
1578
1579	  This driver can also be built as a module. If so, the module
1580	  will be called lm85.
1581
1582config SENSORS_LM87
1583	tristate "National Semiconductor LM87 and compatibles"
1584	depends on I2C
1585	select HWMON_VID
1586	help
1587	  If you say yes here you get support for National Semiconductor LM87
1588	  and Analog Devices ADM1024 sensor chips.
1589
1590	  This driver can also be built as a module. If so, the module
1591	  will be called lm87.
1592
1593config SENSORS_LM90
1594	tristate "National Semiconductor LM90 and compatibles"
1595	depends on I2C
1596	help
1597	  If you say yes here you get support for National Semiconductor LM84,
1598	  LM90, LM86, LM89 and LM99, Analog Devices ADM1020, ADM2021, ADM1021A,
1599	  ADM1023, ADM1032, ADT7461, ADT7461A, ADT7481, ADT7482, and ADT7483A,
1600	  Maxim MAX1617, MAX6642, MAX6646, MAX6647, MAX6648, MAX6649, MAX6654,
1601	  MAX6657, MAX6658, MAX6659, MAX6680, MAX6681, MAX6692, MAX6695,
1602	  MAX6696,
1603	  ON Semiconductor NCT1008, NCT210, NCT72, NCT214, NCT218,
1604	  Winbond/Nuvoton W83L771W/G/AWG/ASG, NCT7716, NCT7717 and NCT7718,
1605	  Philips NE1618, SA56004, GMT G781, Texas Instruments TMP451 and TMP461
1606	  sensor chips.
1607
1608	  This driver can also be built as a module. If so, the module
1609	  will be called lm90.
1610
1611config SENSORS_LM92
1612	tristate "National Semiconductor LM92 and compatibles"
1613	depends on I2C
1614	select REGMAP_I2C
1615	help
1616	  If you say yes here you get support for National Semiconductor LM92
1617	  and LM76 as well as Maxim MAX6633/6634/6635 sensor chips.
1618
1619	  This driver can also be built as a module. If so, the module
1620	  will be called lm92.
1621
1622config SENSORS_LM93
1623	tristate "National Semiconductor LM93 and compatibles"
1624	depends on I2C
1625	select HWMON_VID
1626	help
1627	  If you say yes here you get support for National Semiconductor LM93,
1628	  LM94, and compatible sensor chips.
1629
1630	  This driver can also be built as a module. If so, the module
1631	  will be called lm93.
1632
1633config SENSORS_LM95234
1634	tristate "National Semiconductor LM95234 and compatibles"
1635	depends on I2C
1636	select REGMAP_I2C
1637	help
1638	  If you say yes here you get support for the LM95233 and LM95234
1639	  temperature sensor chips.
1640
1641	  This driver can also be built as a module. If so, the module
1642	  will be called lm95234.
1643
1644config SENSORS_LM95241
1645	tristate "National Semiconductor LM95241 and compatibles"
1646	depends on I2C
1647	help
1648	  If you say yes here you get support for LM95231 and LM95241 sensor
1649	  chips.
1650
1651	  This driver can also be built as a module. If so, the module
1652	  will be called lm95241.
1653
1654config SENSORS_LM95245
1655	tristate "National Semiconductor LM95245 and compatibles"
1656	depends on I2C
1657	select REGMAP_I2C
1658	help
1659	  If you say yes here you get support for LM95235 and LM95245
1660	  temperature sensor chips.
1661
1662	  This driver can also be built as a module. If so, the module
1663	  will be called lm95245.
1664
1665config SENSORS_PC87360
1666	tristate "National Semiconductor PC87360 family"
1667	depends on HAS_IOPORT
1668	depends on !PPC
1669	select HWMON_VID
1670	help
1671	  If you say yes here you get access to the hardware monitoring
1672	  functions of the National Semiconductor PC8736x Super-I/O chips.
1673	  The PC87360, PC87363 and PC87364 only have fan monitoring and
1674	  control.  The PC87365 and PC87366 additionally have voltage and
1675	  temperature monitoring.
1676
1677	  This driver can also be built as a module. If so, the module
1678	  will be called pc87360.
1679
1680config SENSORS_PC87427
1681	tristate "National Semiconductor PC87427"
1682	depends on HAS_IOPORT
1683	depends on !PPC
1684	help
1685	  If you say yes here you get access to the hardware monitoring
1686	  functions of the National Semiconductor PC87427 Super-I/O chip.
1687	  The chip has two distinct logical devices, one for fan speed
1688	  monitoring and control, and one for voltage and temperature
1689	  monitoring. Fan speed monitoring and control are supported, as
1690	  well as temperature monitoring. Voltages aren't supported yet.
1691
1692	  This driver can also be built as a module. If so, the module
1693	  will be called pc87427.
1694
1695config SENSORS_NTC_THERMISTOR
1696	tristate "NTC thermistor support"
1697	depends on IIO
1698	depends on THERMAL || !THERMAL_OF
1699	help
1700	  This driver supports NTC thermistors sensor reading and its
1701	  interpretation. The driver can also monitor the temperature and
1702	  send notifications about the temperature.
1703
1704	  Currently, this driver supports
1705	  NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, NCP15WL333,
1706	  NCP03WF104 and NCP15XH103 from Murata and B57330V2103 and
1707	  B57891S0103 from EPCOS.
1708
1709	  This driver can also be built as a module. If so, the module
1710	  will be called ntc_thermistor.
1711
1712config SENSORS_NCT6683
1713	tristate "Nuvoton NCT6683D"
1714	depends on HAS_IOPORT
1715	depends on !PPC
1716	help
1717	  If you say yes here you get support for the hardware monitoring
1718	  functionality of the Nuvoton NCT6683D eSIO chip.
1719
1720	  This driver can also be built as a module. If so, the module
1721	  will be called nct6683.
1722
1723config SENSORS_NCT6694
1724	tristate "Nuvoton NCT6694 Hardware Monitor support"
1725	depends on MFD_NCT6694
1726	help
1727	  Say Y here to support Nuvoton NCT6694 hardware monitoring
1728	  functionality.
1729
1730	  This driver can also be built as a module. If so, the module
1731	  will be called nct6694-hwmon.
1732
1733config SENSORS_NCT6775_CORE
1734	tristate
1735	select REGMAP
1736	help
1737	  This module contains common code shared by the platform and
1738	  i2c versions of the nct6775 driver; it is not useful on its
1739	  own.
1740
1741	  If built as a module, the module will be called
1742	  nct6775-core.
1743
1744config SENSORS_NCT6775
1745	tristate "Platform driver for Nuvoton NCT6775F and compatibles"
1746	depends on HAS_IOPORT
1747	depends on !PPC
1748	depends on ACPI || ACPI=n
1749	select HWMON_VID
1750	select SENSORS_NCT6775_CORE
1751	help
1752	  If you say yes here you get support for the hardware monitoring
1753	  functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D,
1754	  NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible
1755	  Super-I/O chips. This driver replaces the w83627ehf driver for
1756	  NCT6775F and NCT6776F.
1757
1758	  This driver can also be built as a module. If so, the module
1759	  will be called nct6775.
1760
1761config SENSORS_NCT6775_I2C
1762	tristate "I2C driver for Nuvoton NCT6775F and compatibles"
1763	depends on I2C
1764	select REGMAP_I2C
1765	select SENSORS_NCT6775_CORE
1766	help
1767	  If you say yes here you get support for the hardware monitoring
1768	  functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D,
1769	  NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible
1770	  Super-I/O chips via their I2C interface.
1771
1772	  If you're not building a kernel for a BMC, this is probably
1773	  not the driver you want (see CONFIG_SENSORS_NCT6775).
1774
1775	  This driver can also be built as a module. If so, the module
1776	  will be called nct6775-i2c.
1777
1778config SENSORS_NCT7363
1779	tristate "Nuvoton NCT7363Y"
1780	depends on I2C
1781	select REGMAP_I2C
1782	help
1783	  If you say yes here you get support for the Nuvoton NCT7363Y
1784	  hardware monitoring chip.
1785
1786	  This driver can also be built as a module. If so, the module
1787	  will be called nct7363.
1788
1789config SENSORS_NCT7802
1790	tristate "Nuvoton NCT7802Y"
1791	depends on I2C
1792	select REGMAP_I2C
1793	help
1794	  If you say yes here you get support for the Nuvoton NCT7802Y
1795	  hardware monitoring chip.
1796
1797	  This driver can also be built as a module. If so, the module
1798	  will be called nct7802.
1799
1800config SENSORS_NCT7904
1801	tristate "Nuvoton NCT7904"
1802	depends on I2C && WATCHDOG
1803	select WATCHDOG_CORE
1804	help
1805	  If you say yes here you get support for the Nuvoton NCT7904
1806	  hardware monitoring chip, including manual fan speed control
1807	  and support for the integrated watchdog.
1808
1809	  This driver can also be built as a module. If so, the module
1810	  will be called nct7904.
1811
1812config SENSORS_NPCM7XX
1813	tristate "Nuvoton NPCM750 and compatible PWM and Fan controllers"
1814	imply THERMAL
1815	help
1816	  This driver provides support for Nuvoton NPCM750/730/715/705 PWM
1817          and Fan controllers.
1818
1819          This driver can also be built as a module. If so, the module
1820          will be called npcm750-pwm-fan.
1821
1822config SENSORS_NSA320
1823	tristate "ZyXEL NSA320 and compatible fan speed and temperature sensors"
1824	depends on GPIOLIB && OF
1825	depends on MACH_KIRKWOOD || COMPILE_TEST
1826	help
1827	  If you say yes here you get support for hardware monitoring
1828	  for the ZyXEL NSA320 Media Server and other compatible devices
1829	  (probably the NSA325 and some NSA310 variants).
1830
1831	  The sensor data is taken from a Holtek HT46R065 microcontroller
1832	  connected to GPIO lines.
1833
1834	  This driver can also be built as a module. If so, the module
1835	  will be called nsa320-hwmon.
1836
1837config SENSORS_NZXT_KRAKEN2
1838	tristate "NZXT Kraken X42/X51/X62/X72 liquid coolers"
1839	depends on USB_HID
1840	help
1841	  If you say yes here you get support for hardware monitoring for the
1842	  NZXT Kraken X42/X52/X62/X72 all-in-one CPU liquid coolers.
1843
1844	  This driver can also be built as a module. If so, the module
1845	  will be called nzxt-kraken2.
1846
1847config SENSORS_NZXT_KRAKEN3
1848	tristate "NZXT Kraken X53/X63/X73, Z53/Z63/Z73 coolers"
1849	depends on USB_HID
1850	help
1851	  If you say yes here you get support for hardware monitoring for the
1852	  NZXT Kraken X53/X63/X73, Z53/Z63/Z73 all-in-one CPU liquid coolers.
1853
1854	  This driver can also be built as a module. If so, the module
1855	  will be called nzxt-kraken3.
1856
1857config SENSORS_NZXT_SMART2
1858	tristate "NZXT RGB & Fan Controller/Smart Device v2"
1859	depends on USB_HID
1860	help
1861	  If you say yes here you get support for hardware monitoring for the
1862	  NZXT RGB & Fan Controller/Smart Device v2.
1863
1864	  This driver can also be built as a module. If so, the module
1865	  will be called nzxt-smart2.
1866
1867source "drivers/hwmon/occ/Kconfig"
1868
1869config SENSORS_PCF8591
1870	tristate "Philips PCF8591 ADC/DAC"
1871	depends on I2C
1872	help
1873	  If you say yes here you get support for Philips PCF8591 4-channel
1874	  ADC, 1-channel DAC chips.
1875
1876	  This driver can also be built as a module. If so, the module
1877	  will be called pcf8591.
1878
1879	  These devices are hard to detect and rarely found on mainstream
1880	  hardware. If unsure, say N.
1881
1882source "drivers/hwmon/peci/Kconfig"
1883
1884source "drivers/hwmon/pmbus/Kconfig"
1885
1886config SENSORS_PT5161L
1887	tristate "Astera Labs PT5161L PCIe retimer hardware monitoring"
1888	depends on I2C
1889	help
1890	  If you say yes here you get support for temperature monitoring
1891	  on the Astera Labs PT5161L PCIe retimer.
1892
1893	  This driver can also be built as a module. If so, the module
1894	  will be called pt5161l.
1895
1896config SENSORS_PWM_FAN
1897	tristate "PWM fan"
1898	depends on PWM || COMPILE_TEST
1899	depends on THERMAL || THERMAL=n
1900	help
1901	  If you say yes here you get support for fans connected to PWM lines.
1902	  The driver uses the generic PWM interface, thus it will work on a
1903	  variety of SoCs.
1904
1905	  This driver can also be built as a module. If so, the module
1906	  will be called pwm-fan.
1907
1908config SENSORS_QNAP_MCU_HWMON
1909	tristate "QNAP MCU hardware monitoring"
1910	depends on MFD_QNAP_MCU
1911	depends on THERMAL || THERMAL=n
1912	help
1913	  Say yes here to enable support for fan and temperature sensor
1914	  connected to a QNAP MCU, as found in a number of QNAP network
1915	  attached storage devices.
1916
1917	  This driver can also be built as a module. If so, the module
1918	  will be called qnap-mcu-hwmon.
1919
1920config SENSORS_RASPBERRYPI_HWMON
1921	tristate "Raspberry Pi voltage monitor"
1922	depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
1923	help
1924	  If you say yes here you get support for voltage sensor on the
1925	  Raspberry Pi.
1926
1927	  This driver can also be built as a module. If so, the module
1928	  will be called raspberrypi-hwmon.
1929
1930config SENSORS_SL28CPLD
1931	tristate "Kontron sl28cpld hardware monitoring driver"
1932	depends on MFD_SL28CPLD || COMPILE_TEST
1933	help
1934	  If you say yes here you get support for the fan supervisor of the
1935	  sl28cpld board management controller.
1936
1937	  This driver can also be built as a module.  If so, the module
1938	  will be called sl28cpld-hwmon.
1939
1940config SENSORS_SBTSI
1941	tristate "Emulated SB-TSI temperature sensor"
1942	depends on I2C
1943	help
1944	  If you say yes here you get support for emulated temperature
1945	  sensors on AMD SoCs with SB-TSI interface connected to a BMC device.
1946
1947	  This driver can also be built as a module. If so, the module will
1948	  be called sbtsi_temp.
1949
1950config SENSORS_SHT15
1951	tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
1952	depends on GPIOLIB || COMPILE_TEST
1953	select BITREVERSE
1954	help
1955	  If you say yes here you get support for the Sensiron SHT10, SHT11,
1956	  SHT15, SHT71, SHT75 humidity and temperature sensors.
1957
1958	  This driver can also be built as a module. If so, the module
1959	  will be called sht15.
1960
1961config SENSORS_SHT21
1962	tristate "Sensiron humidity and temperature sensors. SHT21 and compat."
1963	depends on I2C
1964	help
1965	  If you say yes here you get support for the Sensiron SHT20, SHT21,
1966	  SHT25 humidity and temperature sensors.
1967
1968	  This driver can also be built as a module. If so, the module
1969	  will be called sht21.
1970
1971config SENSORS_SHT3x
1972	tristate "Sensiron humidity and temperature sensors. SHT3x and compat."
1973	depends on I2C
1974	select CRC8
1975	help
1976	  If you say yes here you get support for the Sensiron SHT30, SHT31 and
1977	  SHT85 humidity and temperature sensors.
1978
1979	  This driver can also be built as a module. If so, the module
1980	  will be called sht3x.
1981
1982config SENSORS_SHT4x
1983	tristate "Sensiron humidity and temperature sensors. SHT4x and compat."
1984	depends on I2C
1985	select CRC8
1986	help
1987	  If you say yes here you get support for the Sensiron SHT40, SHT41 and
1988	  SHT45 humidity and temperature sensors.
1989
1990	  This driver can also be built as a module. If so, the module
1991	  will be called sht4x.
1992
1993config SENSORS_SHTC1
1994	tristate "Sensiron humidity and temperature sensors. SHTC1 and compat."
1995	depends on I2C
1996	help
1997	  If you say yes here you get support for the Sensiron SHTC1, SHTW1,
1998	  and SHTC3 humidity and temperature sensors.
1999
2000	  This driver can also be built as a module. If so, the module
2001	  will be called shtc1.
2002
2003config SENSORS_SIS5595
2004	tristate "Silicon Integrated Systems Corp. SiS5595"
2005	depends on PCI && HAS_IOPORT
2006	help
2007	  If you say yes here you get support for the integrated sensors in
2008	  SiS5595 South Bridges.
2009
2010	  This driver can also be built as a module. If so, the module
2011	  will be called sis5595.
2012
2013config SENSORS_SY7636A
2014	tristate "Silergy SY7636A"
2015	depends on MFD_SY7636A
2016	help
2017	  If you say yes here you get support for the thermistor readout of
2018	  the Silergy SY7636A PMIC.
2019
2020	  This driver can also be built as a module.  If so, the module
2021	  will be called sy7636a-hwmon.
2022
2023config SENSORS_DME1737
2024	tristate "SMSC DME1737, SCH311x and compatibles"
2025	depends on HAS_IOPORT
2026	depends on I2C && !PPC
2027	select HWMON_VID
2028	help
2029	  If you say yes here you get support for the hardware monitoring
2030	  and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
2031	  Asus A8000 Super-I/O chips.
2032
2033	  This driver can also be built as a module. If so, the module
2034	  will be called dme1737.
2035
2036config SENSORS_EMC1403
2037	tristate "SMSC EMC1403/23 thermal sensor"
2038	depends on I2C
2039	select REGMAP_I2C
2040	help
2041	  If you say yes here you get support for the SMSC EMC1403/23
2042	  temperature monitoring chip.
2043
2044	  Threshold values can be configured using sysfs.
2045	  Data from the different diodes are accessible via sysfs.
2046
2047config SENSORS_EMC2103
2048	tristate "SMSC EMC2103"
2049	depends on I2C
2050	help
2051	  If you say yes here you get support for the temperature
2052	  and fan sensors of the SMSC EMC2103 chips.
2053
2054	  This driver can also be built as a module. If so, the module
2055	  will be called emc2103.
2056
2057config SENSORS_EMC2305
2058	tristate "Microchip EMC2305 and compatible EMC2301/2/3"
2059	depends on I2C
2060	imply THERMAL
2061	help
2062	  If you say yes here you get support for the Microchip EMC2305
2063	  fan controller chips.
2064	  The Microchip EMC2305 is a fan controller for up to 5 fans.
2065	  Fan rotation speeds are reported in RPM.
2066
2067	  This driver can also be built as a module.  If so, the module
2068	  will be called emc2305.
2069
2070config SENSORS_EMC6W201
2071	tristate "SMSC EMC6W201"
2072	depends on I2C
2073	help
2074	  If you say yes here you get support for the SMSC EMC6W201
2075	  hardware monitoring chip.
2076
2077	  This driver can also be built as a module. If so, the module
2078	  will be called emc6w201.
2079
2080config SENSORS_SMSC47M1
2081	tristate "SMSC LPC47M10x and compatibles"
2082	depends on HAS_IOPORT
2083	depends on !PPC
2084	help
2085	  If you say yes here you get support for the integrated fan
2086	  monitoring and control capabilities of the SMSC LPC47B27x,
2087	  LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
2088	  LPC47M192, LPC47M292 and LPC47M997 chips.
2089
2090	  The temperature and voltage sensor features of the LPC47M15x,
2091	  LPC47M192, LPC47M292 and LPC47M997 are supported by another
2092	  driver, select also "SMSC LPC47M192 and compatibles" below for
2093	  those.
2094
2095	  This driver can also be built as a module. If so, the module
2096	  will be called smsc47m1.
2097
2098config SENSORS_SMSC47M192
2099	tristate "SMSC LPC47M192 and compatibles"
2100	depends on I2C
2101	select HWMON_VID
2102	help
2103	  If you say yes here you get support for the temperature and
2104	  voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
2105	  and LPC47M997 chips.
2106
2107	  The fan monitoring and control capabilities of these chips
2108	  are supported by another driver, select
2109	  "SMSC LPC47M10x and compatibles" above. You need both drivers
2110	  if you want fan control and voltage/temperature sensor support.
2111
2112	  This driver can also be built as a module. If so, the module
2113	  will be called smsc47m192.
2114
2115config SENSORS_SMSC47B397
2116	tristate "SMSC LPC47B397-NC"
2117	depends on HAS_IOPORT
2118	depends on !PPC
2119	help
2120	  If you say yes here you get support for the SMSC LPC47B397-NC
2121	  sensor chip.
2122
2123	  This driver can also be built as a module. If so, the module
2124	  will be called smsc47b397.
2125
2126config SENSORS_SCH56XX_COMMON
2127	tristate
2128	select REGMAP
2129
2130config SENSORS_SCH5627
2131	tristate "SMSC SCH5627"
2132	depends on HAS_IOPORT
2133	depends on !PPC && WATCHDOG
2134	select SENSORS_SCH56XX_COMMON
2135	select WATCHDOG_CORE
2136	help
2137	  If you say yes here you get support for the hardware monitoring
2138	  features of the SMSC SCH5627 Super-I/O chip including support for
2139	  the integrated watchdog.
2140
2141	  This driver can also be built as a module. If so, the module
2142	  will be called sch5627.
2143
2144config SENSORS_SCH5636
2145	tristate "SMSC SCH5636"
2146	depends on HAS_IOPORT
2147	depends on !PPC && WATCHDOG
2148	select SENSORS_SCH56XX_COMMON
2149	select WATCHDOG_CORE
2150	help
2151	  SMSC SCH5636 Super I/O chips include an embedded microcontroller for
2152	  hardware monitoring solutions, allowing motherboard manufacturers to
2153	  create their own custom hwmon solution based upon the SCH5636.
2154
2155	  Currently this driver only supports the Fujitsu Theseus SCH5636 based
2156	  hwmon solution. Say yes here if you want support for the Fujitsu
2157	  Theseus' hardware monitoring features including support for the
2158	  integrated watchdog.
2159
2160	  This driver can also be built as a module. If so, the module
2161	  will be called sch5636.
2162
2163config SENSORS_STTS751
2164	tristate "ST Microelectronics STTS751"
2165	depends on I2C
2166	help
2167	  If you say yes here you get support for STTS751
2168	  temperature sensor chips.
2169
2170	  This driver can also be built as a module. If so, the module
2171	  will be called stts751.
2172
2173config SENSORS_SFCTEMP
2174	tristate "Starfive JH71x0 temperature sensor"
2175	depends on ARCH_STARFIVE || COMPILE_TEST
2176	help
2177	  If you say yes here you get support for temperature sensor
2178	  on the Starfive JH71x0 SoCs.
2179
2180	  This driver can also be built as a module.  If so, the module
2181	  will be called sfctemp.
2182
2183config SENSORS_SG2042_MCU
2184	tristate "Sophgo onboard MCU support"
2185	depends on I2C
2186	depends on ARCH_SOPHGO || COMPILE_TEST
2187	help
2188	  Support for onboard MCU of Sophgo SG2042 SoCs. This mcu provides
2189	  power control and some basic information.
2190
2191	  This driver can be built as a module. If so, the module
2192	  will be called sg2042-mcu.
2193
2194config SENSORS_SURFACE_FAN
2195	tristate "Surface Fan Driver"
2196	depends on SURFACE_AGGREGATOR
2197	depends on SURFACE_AGGREGATOR_BUS
2198	help
2199	  Driver that provides monitoring of the fan on Surface Pro devices that
2200	  have a fan, like the Surface Pro 9.
2201
2202	  This makes the fan's current speed accessible through the hwmon
2203	  system. It does not provide control over the fan, the firmware is
2204	  responsible for that, this driver merely provides monitoring.
2205
2206	  Select M or Y here, if you want to be able to read the fan's speed.
2207
2208config SENSORS_SURFACE_TEMP
2209	tristate "Microsoft Surface Thermal Sensor Driver"
2210	depends on SURFACE_AGGREGATOR
2211	depends on SURFACE_AGGREGATOR_BUS
2212	help
2213	  Driver for monitoring thermal sensors connected via the Surface
2214	  Aggregator Module (embedded controller) on Microsoft Surface devices.
2215
2216	  This driver can also be built as a module. If so, the module
2217	  will be called surface_temp.
2218
2219config SENSORS_ADC128D818
2220	tristate "Texas Instruments ADC128D818"
2221	depends on I2C
2222	help
2223	  If you say yes here you get support for the Texas Instruments
2224	  ADC128D818 System Monitor with Temperature Sensor chip.
2225
2226	  This driver can also be built as a module. If so, the module
2227	  will be called adc128d818.
2228
2229config SENSORS_ADS7828
2230	tristate "Texas Instruments ADS7828 and compatibles"
2231	depends on I2C
2232	select REGMAP_I2C
2233	help
2234	  If you say yes here you get support for Texas Instruments ADS7828 and
2235	  ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while
2236	  it is 8-bit on ADS7830.
2237
2238	  This driver can also be built as a module. If so, the module
2239	  will be called ads7828.
2240
2241config SENSORS_ADS7871
2242	tristate "Texas Instruments ADS7871 A/D converter"
2243	depends on SPI
2244	help
2245	  If you say yes here you get support for TI ADS7871 & ADS7870
2246
2247	  This driver can also be built as a module. If so, the module
2248	  will be called ads7871.
2249
2250config SENSORS_AMC6821
2251	tristate "Texas Instruments AMC6821"
2252	depends on I2C
2253	select REGMAP_I2C
2254	help
2255	  If you say yes here you get support for the Texas Instruments
2256	  AMC6821 hardware monitoring chips.
2257
2258	  This driver can also be built as a module. If so, the module
2259	  will be called amc6821.
2260
2261config SENSORS_INA209
2262	tristate "TI / Burr Brown INA209"
2263	depends on I2C
2264	help
2265	  If you say yes here you get support for the TI / Burr Brown INA209
2266	  voltage / current / power monitor I2C interface.
2267
2268	  This driver can also be built as a module. If so, the module will
2269	  be called ina209.
2270
2271config SENSORS_INA2XX
2272	tristate "Texas Instruments INA219 and compatibles"
2273	depends on I2C
2274	select REGMAP_I2C
2275	help
2276	  If you say yes here you get support for INA219, INA220, INA226,
2277	  INA230, INA231, INA234, INA260, and SY24655 power monitor chips.
2278
2279	  The INA2xx driver is configured for the default configuration of
2280	  the part as described in the datasheet.
2281	  Default value for Rshunt is 10 mOhms except for INA260 which has an
2282	  internal 2 mOhm shunt resistor.
2283	  This driver can also be built as a module. If so, the module
2284	  will be called ina2xx.
2285
2286config SENSORS_INA238
2287	tristate "Texas Instruments INA238 and compatibles"
2288	depends on I2C
2289	select REGMAP_I2C
2290	help
2291	  If you say yes here you get support for INA228, INA237, INA238,
2292	  INA700, INA780, and SQ52206 power monitor chips. This driver supports
2293	  voltage, current, power, energy, and temperature measurements as well
2294	  as alarm configuration.
2295
2296	  This driver can also be built as a module. If so, the module
2297	  will be called ina238.
2298
2299config SENSORS_INA3221
2300	tristate "Texas Instruments INA3221 Triple Power Monitor"
2301	depends on I2C
2302	select REGMAP_I2C
2303	help
2304	  If you say yes here you get support for  the TI INA3221 Triple Power
2305	  Monitor.
2306
2307	  This driver can also be built as a module. If so, the module
2308	  will be called ina3221.
2309
2310config SENSORS_SPD5118
2311	tristate "SPD5118 Compliant Temperature Sensors"
2312	depends on I2C
2313	select REGMAP_I2C
2314	help
2315	  If you say yes here you get support for SPD5118 (JEDEC JESD300)
2316	  compliant temperature sensors. Such sensors are found on DDR5 memory
2317	  modules.
2318
2319	  This driver can also be built as a module. If so, the module
2320	  will be called spd5118.
2321
2322config SENSORS_SPD5118_DETECT
2323	bool "Enable detect function"
2324	depends on SENSORS_SPD5118
2325	default (!DMI || !X86)
2326	help
2327	  If enabled, the driver auto-detects if a chip in the SPD address
2328	  range is compliant to the SPD51888 standard and auto-instantiates
2329	  if that is the case. If disabled, SPD5118 compliant devices have
2330	  to be instantiated by other means. On X86 systems with DMI support
2331	  this will typically be done from DMI DDR detection code in the
2332	  I2C SMBus subsystem. Devicetree based systems will instantiate
2333	  attached devices if the DIMMs are listed in the devicetree file.
2334
2335	  Disabling the detect function will speed up boot time and reduce
2336	  the risk of mis-detecting SPD5118 compliant devices. However, it
2337	  may result in missed DIMMs under some circumstances.
2338
2339	  If unsure, say Y.
2340
2341config SENSORS_TC74
2342	tristate "Microchip TC74"
2343	depends on I2C
2344	help
2345	  If you say yes here you get support for Microchip TC74 single
2346	  input temperature sensor chips.
2347
2348	  This driver can also be built as a module. If so, the module
2349	  will be called tc74.
2350
2351config SENSORS_THMC50
2352	tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
2353	depends on I2C
2354	help
2355	  If you say yes here you get support for Texas Instruments THMC50
2356	  sensor chips and clones: the Analog Devices ADM1022.
2357
2358	  This driver can also be built as a module. If so, the module
2359	  will be called thmc50.
2360
2361config SENSORS_TMP102
2362	tristate "Texas Instruments TMP102"
2363	depends on I2C
2364	select REGMAP_I2C
2365	help
2366	  If you say yes here you get support for Texas Instruments TMP102,
2367	  TMP110 and TMP113 sensor chips.
2368
2369	  This driver can also be built as a module. If so, the module
2370	  will be called tmp102.
2371
2372config SENSORS_TMP103
2373	tristate "Texas Instruments TMP103"
2374	depends on I2C
2375	select REGMAP_I2C
2376	help
2377	  If you say yes here you get support for Texas Instruments TMP103
2378	  sensor chips.
2379
2380	  This driver can also be built as a module. If so, the module
2381	  will be called tmp103.
2382
2383config SENSORS_TMP108
2384	tristate "Texas Instruments TMP108"
2385	depends on I3C_OR_I2C
2386	select REGMAP_I2C
2387	select REGMAP_I3C if I3C
2388	help
2389	  If you say yes here you get support for Texas Instruments TMP108
2390	  sensor chips, NXP temperature sensors P3T1035, P3T1085 and P3T2030.
2391
2392	  This driver can also be built as a module. If so, the module
2393	  will be called tmp108.
2394
2395config SENSORS_TMP401
2396	tristate "Texas Instruments TMP401 and compatibles"
2397	depends on I2C
2398	select REGMAP
2399	help
2400	  If you say yes here you get support for Texas Instruments TMP401,
2401	  TMP411, TMP431, TMP432, and TMP435 temperature sensor chips.
2402
2403	  This driver can also be built as a module. If so, the module
2404	  will be called tmp401.
2405
2406config SENSORS_TMP421
2407	tristate "Texas Instruments TMP421 and compatible"
2408	depends on I2C
2409	help
2410	  If you say yes here you get support for Texas Instruments TMP421,
2411	  TMP422, TMP423, TMP441, and TMP442 temperature sensor chips.
2412
2413	  This driver can also be built as a module. If so, the module
2414	  will be called tmp421.
2415
2416config SENSORS_TMP464
2417	tristate "Texas Instruments TMP464 and compatible"
2418	depends on I2C
2419	select REGMAP_I2C
2420	help
2421	  If you say yes here you get support for Texas Instruments TMP464
2422	  and TMP468 temperature sensor chips.
2423
2424	  This driver can also be built as a module. If so, the module
2425	  will be called tmp464.
2426
2427config SENSORS_TMP513
2428	tristate "Texas Instruments TMP513 and compatibles"
2429	depends on I2C
2430	select REGMAP_I2C
2431	help
2432	  If you say yes here you get support for Texas Instruments TMP512,
2433	  and TMP513 temperature and power supply sensor chips.
2434
2435	  This driver can also be built as a module. If so, the module
2436	  will be called tmp513.
2437
2438config SENSORS_TSC1641
2439	tristate "ST Microelectronics TSC1641 Power Monitor"
2440	depends on I2C
2441	select REGMAP_I2C
2442	help
2443	  If you say yes here you get support for TSC1641 power  monitor chip.
2444	  The TSC1641 driver is configured for the default configuration of
2445	  the part except temperature is enabled by default.
2446
2447	  This driver can also be built as a module. If so, the module
2448	  will be called tsc1641.
2449
2450config SENSORS_VEXPRESS
2451	tristate "Versatile Express"
2452	depends on VEXPRESS_CONFIG
2453	help
2454	  This driver provides support for hardware sensors available on
2455	  the ARM Ltd's Versatile Express platform. It can provide wide
2456	  range of information like temperature, power, energy.
2457
2458config SENSORS_VIA_CPUTEMP
2459	tristate "VIA CPU temperature sensor"
2460	depends on X86
2461	select HWMON_VID
2462	help
2463	  If you say yes here you get support for the temperature
2464	  sensor inside your CPU. Supported are all known variants of
2465	  the VIA C7 and Nano.
2466
2467config SENSORS_VIA686A
2468	tristate "VIA686A"
2469	depends on PCI && HAS_IOPORT
2470	help
2471	  If you say yes here you get support for the integrated sensors in
2472	  Via 686A/B South Bridges.
2473
2474	  This driver can also be built as a module. If so, the module
2475	  will be called via686a.
2476
2477config SENSORS_VT1211
2478	tristate "VIA VT1211"
2479	depends on HAS_IOPORT
2480	depends on !PPC
2481	select HWMON_VID
2482	help
2483	  If you say yes here then you get support for hardware monitoring
2484	  features of the VIA VT1211 Super-I/O chip.
2485
2486	  This driver can also be built as a module. If so, the module
2487	  will be called vt1211.
2488
2489config SENSORS_VT8231
2490	tristate "VIA VT8231"
2491	depends on PCI && HAS_IOPORT
2492	select HWMON_VID
2493	help
2494	  If you say yes here then you get support for the integrated sensors
2495	  in the VIA VT8231 device.
2496
2497	  This driver can also be built as a module. If so, the module
2498	  will be called vt8231.
2499
2500config SENSORS_W83773G
2501	tristate "Nuvoton W83773G"
2502	depends on I2C
2503	select REGMAP_I2C
2504	help
2505	  If you say yes here you get support for the Nuvoton W83773G hardware
2506	  monitoring chip.
2507
2508	  This driver can also be built as a module. If so, the module
2509	  will be called w83773g.
2510
2511config SENSORS_W83781D
2512	tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
2513	depends on I2C
2514	select HWMON_VID
2515	help
2516	  If you say yes here you get support for the Winbond W8378x series
2517	  of sensor chips: the W83781D, W83782D and W83783S, and the similar
2518	  Asus AS99127F.
2519
2520	  This driver can also be built as a module. If so, the module
2521	  will be called w83781d.
2522
2523config SENSORS_W83791D
2524	tristate "Winbond W83791D"
2525	depends on I2C
2526	select HWMON_VID
2527	help
2528	  If you say yes here you get support for the Winbond W83791D chip.
2529
2530	  This driver can also be built as a module. If so, the module
2531	  will be called w83791d.
2532
2533config SENSORS_W83792D
2534	tristate "Winbond W83792D"
2535	depends on I2C
2536	help
2537	  If you say yes here you get support for the Winbond W83792D chip.
2538
2539	  This driver can also be built as a module. If so, the module
2540	  will be called w83792d.
2541
2542config SENSORS_W83793
2543	tristate "Winbond W83793"
2544	depends on I2C
2545	select HWMON_VID
2546	help
2547	  If you say yes here you get support for the Winbond W83793
2548	  hardware monitoring chip, including support for the integrated
2549	  watchdog.
2550
2551	  This driver can also be built as a module. If so, the module
2552	  will be called w83793.
2553
2554config SENSORS_W83795
2555	tristate "Winbond/Nuvoton W83795G/ADG"
2556	depends on I2C
2557	help
2558	  If you say yes here you get support for the Winbond W83795G and
2559	  W83795ADG hardware monitoring chip, including manual fan speed
2560	  control.
2561
2562	  This driver can also be built as a module. If so, the module
2563	  will be called w83795.
2564
2565config SENSORS_W83795_FANCTRL
2566	bool "Include automatic fan control support"
2567	depends on SENSORS_W83795
2568	help
2569	  If you say yes here, support for automatic fan speed control
2570	  will be included in the driver.
2571
2572	  Please also note that this option will create sysfs attribute
2573	  files which may change in the future, so you shouldn't rely
2574	  on them being stable.
2575
2576config SENSORS_W83L785TS
2577	tristate "Winbond W83L785TS-S"
2578	depends on I2C
2579	help
2580	  If you say yes here you get support for the Winbond W83L785TS-S
2581	  sensor chip, which is used on the Asus A7N8X, among other
2582	  motherboards.
2583
2584	  This driver can also be built as a module. If so, the module
2585	  will be called w83l785ts.
2586
2587config SENSORS_W83L786NG
2588	tristate "Winbond W83L786NG, W83L786NR"
2589	depends on I2C
2590	help
2591	  If you say yes here you get support for the Winbond W83L786NG
2592	  and W83L786NR sensor chips.
2593
2594	  This driver can also be built as a module. If so, the module
2595	  will be called w83l786ng.
2596
2597config SENSORS_W83627HF
2598	tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
2599	depends on HAS_IOPORT
2600	depends on !PPC
2601	select HWMON_VID
2602	help
2603	  If you say yes here you get support for the Winbond W836X7 series
2604	  of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
2605	  W83697HF.
2606
2607	  This driver can also be built as a module. If so, the module
2608	  will be called w83627hf.
2609
2610config SENSORS_W83627EHF
2611	tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG"
2612	depends on HAS_IOPORT
2613	depends on !PPC
2614	select HWMON_VID
2615	help
2616	  If you say yes here you get support for the hardware
2617	  monitoring functionality of the Winbond W83627EHF Super-I/O chip.
2618
2619	  This driver also supports the W83627EHG, which is the lead-free
2620	  version of the W83627EHF, and the W83627DHG, which is a similar
2621	  chip suited for specific Intel processors that use PECI such as
2622	  the Core 2 Duo. And also the W83627UHG, which is a stripped down
2623	  version of the W83627DHG (as far as hardware monitoring goes.)
2624
2625	  This driver also supports Nuvoton W83667HG and W83667HG-B.
2626
2627	  This driver can also be built as a module. If so, the module
2628	  will be called w83627ehf.
2629
2630config SENSORS_WM831X
2631	tristate "WM831x PMICs"
2632	depends on MFD_WM831X
2633	help
2634	  If you say yes here you get support for the hardware
2635	  monitoring functionality of the Wolfson Microelectronics
2636	  WM831x series of PMICs.
2637
2638	  This driver can also be built as a module. If so, the module
2639	  will be called wm831x-hwmon.
2640
2641config SENSORS_WM8350
2642	tristate "Wolfson Microelectronics WM835x"
2643	depends on MFD_WM8350
2644	help
2645	  If you say yes here you get support for the hardware
2646	  monitoring features of the WM835x series of PMICs.
2647
2648	  This driver can also be built as a module. If so, the module
2649	  will be called wm8350-hwmon.
2650
2651config SENSORS_ULTRA45
2652	tristate "Sun Ultra45 PIC16F747"
2653	depends on SPARC64
2654	help
2655	  This driver provides support for the Ultra45 workstation environmental
2656	  sensors.
2657
2658config SENSORS_XGENE
2659	tristate "APM X-Gene SoC hardware monitoring driver"
2660	depends on XGENE_SLIMPRO_MBOX || PCC
2661	help
2662	  If you say yes here you get support for the temperature
2663	  and power sensors for APM X-Gene SoC.
2664
2665config SENSORS_YOGAFAN
2666	tristate "Lenovo Yoga Fan Hardware Monitoring"
2667	depends on ACPI && HWMON && DMI
2668	help
2669	  If you say yes here you get support for fan speed monitoring
2670	  on Lenovo Yoga, Legion, IdeaPad, Slim and LOQ laptops.
2671	  The driver interfaces with the Embedded Controller via ACPI
2672	  and uses a Rate-Limited Lag filter to smooth RPM readings.
2673
2674	  This driver can also be built as a module. If so, the module
2675	  will be called yogafan.
2676
2677config SENSORS_INTEL_M10_BMC_HWMON
2678	tristate "Intel MAX10 BMC Hardware Monitoring"
2679	depends on MFD_INTEL_M10_BMC_CORE
2680	help
2681	  This driver provides support for the hardware monitoring functionality
2682	  on Intel MAX10 BMC chip.
2683
2684	  This BMC Chip is used on Intel FPGA PCIe Acceleration Cards (PAC). Its
2685	  sensors monitor various telemetry data of different components on the
2686	  card, e.g. board temperature, FPGA core temperature/voltage/current.
2687
2688if ACPI
2689
2690comment "ACPI drivers"
2691
2692config SENSORS_ACPI_POWER
2693	tristate "ACPI 4.0 power meter"
2694	help
2695	  This driver exposes ACPI 4.0 power meters as hardware monitoring
2696	  devices.  Say Y (or M) if you have a computer with ACPI 4.0 firmware
2697	  and a power meter.
2698
2699	  To compile this driver as a module, choose M here:
2700	  the module will be called acpi_power_meter.
2701
2702config SENSORS_ATK0110
2703	tristate "ASUS ATK0110"
2704	depends on X86
2705	help
2706	  If you say yes here you get support for the ACPI hardware
2707	  monitoring interface found in many ASUS motherboards. This
2708	  driver will provide readings of fans, voltages and temperatures
2709	  through the system firmware.
2710
2711	  This driver can also be built as a module. If so, the module
2712	  will be called asus_atk0110.
2713
2714config SENSORS_ASUS_WMI
2715	tristate "ASUS WMI X370/X470/B450/X399"
2716	depends on ACPI_WMI
2717	help
2718	  If you say yes here you get support for the ACPI hardware monitoring
2719	  interface found in X370/X470/B450/X399 ASUS motherboards. This driver
2720	  will provide readings of fans, voltages and temperatures through the system
2721	  firmware.
2722
2723	  This driver can also be built as a module. If so, the module
2724	  will be called asus_wmi_sensors.
2725
2726config SENSORS_ASUS_EC
2727	tristate "ASUS EC Sensors"
2728	depends on X86
2729	depends on ACPI_EC
2730	help
2731	  If you say yes here you get support for the ACPI embedded controller
2732	  hardware monitoring interface found in some ASUS motherboards. This is
2733	  where such sensors as water flow and temperature, optional fans, and
2734	  additional temperature sensors (T_Sensor, chipset temperatures)
2735	  find themselves.
2736
2737	  This driver can also be built as a module. If so, the module
2738	  will be called asus_ec_sensors.
2739
2740config SENSORS_HP_WMI
2741	tristate "HP WMI Sensors"
2742	depends on ACPI_WMI
2743	help
2744	  If you say yes here you get support for the ACPI hardware monitoring
2745	  interface found in HP (and some HP Compaq) business-class computers.
2746	  Available sensors vary between systems. Temperature and fan speed
2747	  sensors are the most common.
2748
2749	  This driver can also be built as a module. If so, the module
2750	  will be called hp_wmi_sensors.
2751
2752endif # ACPI
2753
2754endif # HWMON
2755