xref: /linux/drivers/hwmon/Kconfig (revision a28b088ede9df9fd9f5be6e54b4a7d9fc70d9f35)
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 || 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 OF_GPIO
779	depends on GPIOLIB || COMPILE_TEST
780	depends on THERMAL || THERMAL=n
781	help
782	  If you say yes here you get support for fans connected to GPIO lines.
783
784	  This driver can also be built as a module. If so, the module
785	  will be called gpio-fan.
786
787config SENSORS_GXP_FAN_CTRL
788	tristate "HPE GXP fan controller"
789	depends on ARCH_HPE_GXP || COMPILE_TEST
790	help
791	  If you say yes here you get support for GXP fan control functionality.
792
793	  The GXP controls fan function via the CPLD through the use of PWM
794	  registers. This driver reports status and pwm setting of the fans.
795
796config SENSORS_HIH6130
797	tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor"
798	depends on I2C
799	help
800	  If you say yes here you get support for Honeywell Humidicon
801	  HIH-6130 and HIH-6131 Humidicon humidity sensors.
802
803	  This driver can also be built as a module. If so, the module
804	  will be called hih6130.
805
806config SENSORS_HS3001
807	tristate "Renesas HS3001 humidity and temperature sensors"
808	depends on I2C
809	help
810	  If you say yes here you get support for the Renesas HS3001,
811	  to HS3004 humidity and temperature sensors.
812
813	  This driver can also be built as a module. If so, the module
814	  will be called hs3001.
815
816config SENSORS_HTU31
817	tristate "Measurement Specialties HTU31 humidity and temperature sensor"
818	depends on I2C
819	select CRC8
820	help
821	  If you say yes here you get support for the HTU31 humidity
822	  and temperature sensors.
823
824	  This driver can also be built as a module. If so, the module
825	  will be called htu31.
826
827config SENSORS_IBMAEM
828	tristate "IBM Active Energy Manager temperature/power sensors and control"
829	select IPMI_SI
830	depends on IPMI_HANDLER
831	help
832	  If you say yes here you get support for the temperature and
833	  power sensors and capping hardware in various IBM System X
834	  servers that support Active Energy Manager.  This includes
835	  the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
836	  and certain HC10/HS2x/LS2x/QS2x blades.
837
838	  This driver can also be built as a module. If so, the module
839	  will be called ibmaem.
840
841config SENSORS_IBMPEX
842	tristate "IBM PowerExecutive temperature/power sensors"
843	select IPMI_SI
844	depends on IPMI_HANDLER
845	help
846	  If you say yes here you get support for the temperature and
847	  power sensors in various IBM System X servers that support
848	  PowerExecutive.  So far this includes the x3350, x3550, x3650,
849	  x3655, and x3755; the x3800, x3850, and x3950 models that have
850	  PCI Express; and some of the HS2x, LS2x, and QS2x blades.
851
852	  This driver can also be built as a module. If so, the module
853	  will be called ibmpex.
854
855config SENSORS_IBMPOWERNV
856	tristate "IBM POWERNV platform sensors"
857	depends on PPC_POWERNV
858	default y
859	help
860	  If you say yes here you get support for the temperature/fan/power
861	  sensors on your PowerNV platform.
862
863	  This driver can also be built as a module. If so, the module
864	  will be called ibmpowernv.
865
866config SENSORS_IIO_HWMON
867	tristate "Hwmon driver that uses channels specified via iio maps"
868	depends on IIO
869	help
870	  This is a platform driver that in combination with a suitable
871	  map allows IIO devices to provide basic hwmon functionality
872	  for those channels specified in the map.  This map can be provided
873	  either via platform data or the device tree bindings.
874
875config SENSORS_I5500
876	tristate "Intel 5500/5520/X58 temperature sensor"
877	depends on X86 && PCI
878	help
879	  If you say yes here you get support for the temperature
880	  sensor inside the Intel 5500, 5520 and X58 chipsets.
881
882	  This driver can also be built as a module. If so, the module
883	  will be called i5500_temp.
884
885config SENSORS_CORETEMP
886	tristate "Intel Core/Core2/Atom temperature sensor"
887	depends on X86
888	help
889	  If you say yes here you get support for the temperature
890	  sensor inside your CPU. Most of the family 6 CPUs
891	  are supported. Check Documentation/hwmon/coretemp.rst for details.
892
893config SENSORS_ISL28022
894	tristate "Renesas ISL28022"
895	depends on I2C
896	select REGMAP_I2C
897	help
898	  If you say yes here you get support for ISL28022 power monitor.
899	  Check Documentation/hwmon/isl28022.rst for details.
900
901	  This driver can also be built as a module. If so, the module
902	  will be called isl28022.
903
904config SENSORS_IT87
905	tristate "ITE IT87xx and compatibles"
906	depends on HAS_IOPORT
907	depends on !PPC
908	select HWMON_VID
909	help
910	  If you say yes here you get support for ITE IT8705F, IT8712F, IT8716F,
911	  IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8732F, IT8758E,
912	  IT8771E, IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, IT8790E,
913	  IT8603E, IT8620E, IT8623E, and IT8628E sensor chips, and the SiS950
914	  clone.
915
916	  This driver can also be built as a module. If so, the module
917	  will be called it87.
918
919config SENSORS_JC42
920	tristate "JEDEC JC42.4 compliant memory module temperature sensors"
921	depends on I2C
922	select REGMAP_I2C
923	help
924	  If you say yes here, you get support for JEDEC JC42.4 compliant
925	  temperature sensors, which are used on many DDR3 memory modules for
926	  mobile devices and servers.  Support will include, but not be limited
927	  to, ADT7408, AT30TS00, CAT34TS02, CAT6095, MAX6604, MCP9804, MCP9805,
928	  MCP9808, MCP98242, MCP98243, MCP98244, MCP9843, SE97, SE98,
929	  STTS424(E), STTS2002, STTS3000, TSE2002, TSE2004, TS3000, and TS3001.
930
931	  This driver can also be built as a module. If so, the module
932	  will be called jc42.
933
934config SENSORS_POWERZ
935	tristate "ChargerLAB POWER-Z USB-C tester"
936	depends on USB
937	help
938	  If you say yes here you get support for ChargerLAB POWER-Z series of
939	  USB-C charging testers.
940
941	  This driver can also be built as a module. If so, the module
942	  will be called powerz.
943
944config SENSORS_POWR1220
945	tristate "Lattice POWR1220 Power Monitoring"
946	depends on I2C
947	help
948	  If you say yes here you get access to the hardware monitoring
949	  functions of the Lattice POWR1220 isp Power Supply Monitoring,
950	  Sequencing and Margining Controller.
951
952	  This driver can also be built as a module. If so, the module
953	  will be called powr1220.
954
955config SENSORS_LAN966X
956	tristate "Microchip LAN966x Hardware Monitoring"
957	depends on SOC_LAN966 || COMPILE_TEST
958	select REGMAP
959	select POLYNOMIAL
960	help
961	  If you say yes here you get support for temperature monitoring
962	  on the Microchip LAN966x SoC.
963
964	  This driver can also be built as a module. If so, the module
965	  will be called lan966x-hwmon.
966
967config SENSORS_LATTEPANDA_SIGMA_EC
968	tristate "LattePanda Sigma EC hardware monitoring"
969	depends on X86
970	depends on DMI
971	depends on HAS_IOPORT
972	help
973	  If you say yes here you get support for the hardware monitoring
974	  features of the Embedded Controller on LattePanda Sigma
975	  single-board computers, including CPU fan speed (RPM) and
976	  board and CPU temperatures.
977
978	  The driver reads the EC directly via ACPI EC I/O ports and
979	  uses DMI matching to ensure it only loads on supported hardware.
980
981	  This driver can also be built as a module. If so, the module
982	  will be called lattepanda-sigma-ec.
983
984config SENSORS_LENOVO_EC
985        tristate "Sensor reader for Lenovo ThinkStations"
986        depends on X86
987        help
988          If you say yes here you get support for LENOVO
989          EC Sensor data on newer ThinkStation systems
990
991          This driver can also be built as a module. If so, the module
992          will be called lenovo_ec_sensors.
993
994config SENSORS_LINEAGE
995	tristate "Lineage Compact Power Line Power Entry Module"
996	depends on I2C
997	help
998	  If you say yes here you get support for the Lineage Compact Power Line
999	  series of DC/DC and AC/DC converters such as CP1800, CP2000AC,
1000	  CP2000DC, CP2725, and others.
1001
1002	  This driver can also be built as a module. If so, the module
1003	  will be called lineage-pem.
1004
1005config SENSORS_LOCHNAGAR
1006	tristate "Lochnagar Hardware Monitor"
1007	depends on MFD_LOCHNAGAR
1008	help
1009	  If you say yes here you get support for Lochnagar 2 temperature,
1010	  voltage and current sensors abilities.
1011
1012	  This driver can also be built as a module.  If so, the module
1013	  will be called lochnagar-hwmon.
1014
1015config SENSORS_LTC2945
1016	tristate "Linear Technology LTC2945"
1017	depends on I2C
1018	select REGMAP_I2C
1019	help
1020	  If you say yes here you get support for Linear Technology LTC2945
1021	  I2C System Monitor.
1022
1023	  This driver can also be built as a module. If so, the module will
1024	  be called ltc2945.
1025
1026config SENSORS_LTC2947
1027	tristate
1028
1029config SENSORS_LTC2947_I2C
1030	tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over I2C"
1031	depends on I2C
1032	select REGMAP_I2C
1033	select SENSORS_LTC2947
1034	help
1035	  If you say yes here you get support for Linear Technology LTC2947
1036	  I2C High Precision Power and Energy Monitor
1037
1038	  This driver can also be built as a module. If so, the module will
1039	  be called ltc2947-i2c.
1040
1041config SENSORS_LTC2947_SPI
1042	tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over SPI"
1043	depends on SPI_MASTER
1044	select REGMAP_SPI
1045	select SENSORS_LTC2947
1046	help
1047	  If you say yes here you get support for Linear Technology LTC2947
1048	  SPI High Precision Power and Energy Monitor
1049
1050	  This driver can also be built as a module. If so, the module will
1051	  be called ltc2947-spi.
1052
1053config SENSORS_LTC2990
1054	tristate "Linear Technology LTC2990"
1055	depends on I2C
1056	help
1057	  If you say yes here you get support for Linear Technology LTC2990
1058	  I2C System Monitor. The LTC2990 supports a combination of voltage,
1059	  current and temperature monitoring.
1060
1061	  This driver can also be built as a module. If so, the module will
1062	  be called ltc2990.
1063
1064config SENSORS_LTC2991
1065	tristate "Analog Devices LTC2991"
1066	depends on I2C
1067	select REGMAP_I2C
1068	help
1069	  If you say yes here you get support for Analog Devices LTC2991
1070	  Octal I2C Voltage, Current, and Temperature Monitor. The LTC2991
1071	  supports a combination of voltage, current and temperature monitoring.
1072
1073	  This driver can also be built as a module. If so, the module will
1074	  be called ltc2991.
1075
1076config SENSORS_LTC2992
1077	tristate "Linear Technology LTC2992"
1078	depends on I2C
1079	depends on GPIOLIB
1080	help
1081	  If you say yes here you get support for Linear Technology LTC2992
1082	  I2C System Monitor. The LTC2992 measures current, voltage, and
1083	  power of two supplies.
1084
1085	  This driver can also be built as a module. If so, the module will
1086	  be called ltc2992.
1087
1088config SENSORS_LTC4151
1089	tristate "Linear Technology LTC4151"
1090	depends on I2C
1091	help
1092	  If you say yes here you get support for Linear Technology LTC4151
1093	  High Voltage I2C Current and Voltage Monitor interface.
1094
1095	  This driver can also be built as a module. If so, the module will
1096	  be called ltc4151.
1097
1098config SENSORS_LTC4215
1099	tristate "Linear Technology LTC4215"
1100	depends on I2C
1101	help
1102	  If you say yes here you get support for Linear Technology LTC4215
1103	  Hot Swap Controller I2C interface.
1104
1105	  This driver can also be built as a module. If so, the module will
1106	  be called ltc4215.
1107
1108config SENSORS_LTC4222
1109	tristate "Linear Technology LTC4222"
1110	depends on I2C
1111	select REGMAP_I2C
1112	help
1113	  If you say yes here you get support for Linear Technology LTC4222
1114	  Dual Hot Swap Controller I2C interface.
1115
1116	  This driver can also be built as a module. If so, the module will
1117	  be called ltc4222.
1118
1119config SENSORS_LTC4245
1120	tristate "Linear Technology LTC4245"
1121	depends on I2C
1122	help
1123	  If you say yes here you get support for Linear Technology LTC4245
1124	  Multiple Supply Hot Swap Controller I2C interface.
1125
1126	  This driver can also be built as a module. If so, the module will
1127	  be called ltc4245.
1128
1129config SENSORS_LTC4260
1130	tristate "Linear Technology LTC4260"
1131	depends on I2C
1132	select REGMAP_I2C
1133	help
1134	  If you say yes here you get support for Linear Technology LTC4260
1135	  Positive Voltage Hot Swap Controller I2C interface.
1136
1137	  This driver can also be built as a module. If so, the module will
1138	  be called ltc4260.
1139
1140config SENSORS_LTC4261
1141	tristate "Linear Technology LTC4261"
1142	depends on I2C
1143	help
1144	  If you say yes here you get support for Linear Technology LTC4261
1145	  Negative Voltage Hot Swap Controller I2C interface.
1146
1147	  This driver can also be built as a module. If so, the module will
1148	  be called ltc4261.
1149
1150config SENSORS_LTC4282
1151	tristate "Analog Devices LTC4282"
1152	depends on I2C
1153	select REGMAP_I2C
1154	help
1155	  If you say yes here you get support for Analog Devices LTC4282
1156	  High Current Hot Swap Controller I2C interface.
1157
1158	  This driver can also be built as a module. If so, the module will
1159	  be called ltc4282.
1160
1161config SENSORS_LTQ_CPUTEMP
1162	bool "Lantiq cpu temperature sensor driver"
1163	depends on SOC_XWAY
1164	help
1165	  If you say yes here you get support for the temperature
1166	  sensor inside your CPU.
1167
1168config SENSORS_MACSMC_HWMON
1169	tristate "Apple SMC (Apple Silicon)"
1170	depends on MFD_MACSMC && OF
1171	help
1172	  This driver enables hwmon support for current, power, temperature,
1173	  and voltage sensors, as well as fan speed reporting and control
1174	  on Apple Silicon devices. Say Y here if you have an Apple Silicon
1175	  device.
1176
1177	  This driver can also be built as a module. If so, the module will
1178	  be called macsmc-hwmon.
1179
1180config SENSORS_MAX1111
1181	tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles"
1182	depends on SPI_MASTER
1183	help
1184	  Say y here to support Maxim's MAX1110, MAX1111, MAX1112, and MAX1113
1185	  ADC chips.
1186
1187	  This driver can also be built as a module. If so, the module
1188	  will be called max1111.
1189
1190config SENSORS_MAX127
1191	tristate "Maxim MAX127 12-bit 8-channel Data Acquisition System"
1192	depends on I2C
1193	help
1194	  Say y here to support Maxim's MAX127 DAS chips.
1195
1196	  This driver can also be built as a module. If so, the module
1197	  will be called max127.
1198
1199config SENSORS_MAX16065
1200	tristate "Maxim MAX16065 System Manager and compatibles"
1201	depends on I2C
1202	help
1203	  If you say yes here you get support for hardware monitoring
1204	  capabilities of the following Maxim System Manager chips.
1205	    MAX16065
1206	    MAX16066
1207	    MAX16067
1208	    MAX16068
1209	    MAX16070
1210	    MAX16071
1211
1212	  This driver can also be built as a module. If so, the module
1213	  will be called max16065.
1214
1215config SENSORS_MAX1619
1216	tristate "Maxim MAX1619 sensor chip"
1217	depends on I2C
1218	help
1219	  If you say yes here you get support for MAX1619 sensor chip.
1220
1221	  This driver can also be built as a module. If so, the module
1222	  will be called max1619.
1223
1224config SENSORS_MAX1668
1225	tristate "Maxim MAX1668 and compatibles"
1226	depends on I2C
1227	select REGMAP_I2C
1228	help
1229	  If you say yes here you get support for MAX1668, MAX1989 and
1230	  MAX1805 chips.
1231
1232	  This driver can also be built as a module. If so, the module
1233	  will be called max1668.
1234
1235config SENSORS_MAX197
1236	tristate "Maxim MAX197 and compatibles"
1237	help
1238	  Support for the Maxim MAX197 A/D converter.
1239	  Support will include, but not be limited to, MAX197, and MAX199.
1240
1241	  This driver can also be built as a module. If so, the module
1242	  will be called max197.
1243
1244config SENSORS_MAX31722
1245	tristate "MAX31722 temperature sensor"
1246	depends on SPI
1247	help
1248	  Support for the Maxim Integrated MAX31722/MAX31723 digital
1249	  thermometers/thermostats operating over an SPI interface.
1250
1251	  This driver can also be built as a module. If so, the module
1252	  will be called max31722.
1253
1254config SENSORS_MAX31730
1255	tristate "MAX31730 temperature sensor"
1256	depends on I2C
1257	help
1258	  Support for the Maxim Integrated MAX31730 3-Channel Remote
1259	  Temperature Sensor.
1260
1261	  This driver can also be built as a module. If so, the module
1262	  will be called max31730.
1263
1264config SENSORS_MAX31760
1265	tristate "MAX31760 fan speed controller"
1266	depends on I2C
1267	select REGMAP_I2C
1268	help
1269	  Support for the Analog Devices MAX31760 Precision Fan-Speed
1270	  Controller. MAX31760 integrates temperature sensing along with
1271	  precision PWM fan control.
1272
1273	  This driver can also be built as a module. If so, the module
1274	  will be called max31760.
1275
1276config MAX31827
1277	tristate "MAX31827 low-power temperature switch and similar devices"
1278	depends on I2C
1279	select REGMAP_I2C
1280	help
1281	  If you say yes here you get support for MAX31827, MAX31828 and
1282	  MAX31829 low-power temperature switches and sensors connected with I2C.
1283
1284	  This driver can also be built as a module.  If so, the module
1285	  will be called max31827.
1286
1287config SENSORS_MAX6620
1288	tristate "Maxim MAX6620 fan controller"
1289	depends on I2C
1290	help
1291	  If you say yes here you get support for the MAX6620
1292	  fan controller.
1293
1294	  This driver can also be built as a module. If so, the module
1295	  will be called max6620.
1296
1297config SENSORS_MAX6621
1298	tristate "Maxim MAX6621 sensor chip"
1299	depends on I2C
1300	select REGMAP_I2C
1301	help
1302	  If you say yes here you get support for MAX6621 sensor chip.
1303	  MAX6621 is a PECI-to-I2C translator provides an efficient,
1304	  low-cost solution for PECI-to-SMBus/I2C protocol conversion.
1305	  It allows reading the temperature from the PECI-compliant
1306	  host directly from up to four PECI-enabled CPUs.
1307
1308	  This driver can also be built as a module. If so, the module
1309	  will be called max6621.
1310
1311config SENSORS_MAX6639
1312	tristate "Maxim MAX6639 sensor chip"
1313	depends on I2C
1314	select REGMAP_I2C
1315	help
1316	  If you say yes here you get support for the MAX6639
1317	  sensor chips.
1318
1319	  This driver can also be built as a module. If so, the module
1320	  will be called max6639.
1321
1322config SENSORS_MAX6650
1323	tristate "Maxim MAX6650 sensor chip"
1324	depends on I2C
1325	depends on THERMAL || THERMAL=n
1326	help
1327	  If you say yes here you get support for the MAX6650 / MAX6651
1328	  sensor chips.
1329
1330	  This driver can also be built as a module. If so, the module
1331	  will be called max6650.
1332
1333config SENSORS_MAX6697
1334	tristate "Maxim MAX6697 and compatibles"
1335	depends on I2C
1336	help
1337	  If you say yes here you get support for MAX6581, MAX6602, MAX6622,
1338	  MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699
1339	  temperature sensor chips.
1340
1341	  This driver can also be built as a module. If so, the module
1342	  will be called max6697.
1343
1344config SENSORS_MAX31790
1345	tristate "Maxim MAX31790 sensor chip"
1346	depends on I2C
1347	help
1348	  If you say yes here you get support for 6-Channel PWM-Output
1349	  Fan RPM Controller.
1350
1351	  This driver can also be built as a module. If so, the module
1352	  will be called max31790.
1353
1354config SENSORS_MAX77705
1355	tristate "MAX77705 current and voltage sensor"
1356	depends on MFD_MAX77705
1357	help
1358	  If you say yes here you get support for MAX77705 sensors connected with I2C.
1359
1360	  This driver can also be built as a module. If so, the module
1361	  will be called max77705-hwmon.
1362
1363config SENSORS_MC34VR500
1364	tristate "NXP MC34VR500 hardware monitoring driver"
1365	depends on I2C
1366	select REGMAP_I2C
1367	help
1368	  If you say yes here you get support for the temperature and input
1369	  voltage sensors of the NXP MC34VR500.
1370
1371config SENSORS_MCP3021
1372	tristate "Microchip MCP3021 and compatibles"
1373	depends on I2C
1374	help
1375	  If you say yes here you get support for MCP3021 and MCP3221.
1376	  The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221
1377	  with 12-bit resolution.
1378
1379	  This driver can also be built as a module. If so, the module
1380	  will be called mcp3021.
1381
1382config SENSORS_MLXREG_FAN
1383	tristate "Mellanox FAN driver"
1384	depends on MELLANOX_PLATFORM
1385	imply THERMAL
1386	select REGMAP
1387	help
1388	  This option enables support for the FAN control on the Mellanox
1389	  Ethernet and InfiniBand switches. The driver can be activated by the
1390	  platform device add call. Say Y to enable these. To compile this
1391	  driver as a module, choose 'M' here: the module will be called
1392	  mlxreg-fan.
1393
1394config SENSORS_TC654
1395	tristate "Microchip TC654/TC655 and compatibles"
1396	depends on I2C
1397	help
1398	  If you say yes here you get support for TC654 and TC655.
1399	  The TC654 and TC655 are PWM mode fan speed controllers with
1400	  FanSense technology for use with brushless DC fans.
1401
1402	  This driver can also be built as a module. If so, the module
1403	  will be called tc654.
1404
1405config SENSORS_TPS23861
1406	tristate "Texas Instruments TPS23861 PoE PSE"
1407	depends on I2C
1408	select REGMAP_I2C
1409	help
1410	  If you say yes here you get support for Texas Instruments
1411	  TPS23861 802.3at PoE PSE chips.
1412
1413	  This driver can also be built as a module. If so, the module
1414	  will be called tps23861.
1415
1416config SENSORS_MENF21BMC_HWMON
1417	tristate "MEN 14F021P00 BMC Hardware Monitoring"
1418	depends on MFD_MENF21BMC
1419	help
1420	  Say Y here to include support for the MEN 14F021P00 BMC
1421	  hardware monitoring.
1422
1423	  This driver can also be built as a module. If so the module
1424	  will be called menf21bmc_hwmon.
1425
1426config SENSORS_MR75203
1427	tristate "Moortec Semiconductor MR75203 PVT Controller"
1428	select REGMAP_MMIO
1429	help
1430	  If you say yes here you get support for Moortec MR75203
1431	  PVT controller.
1432
1433	  This driver can also be built as a module. If so, the module
1434	  will be called mr75203.
1435
1436config SENSORS_ADCXX
1437	tristate "National Semiconductor ADCxxxSxxx"
1438	depends on SPI_MASTER
1439	help
1440	  If you say yes here you get support for the National Semiconductor
1441	  ADC<bb><c>S<sss> chip family, where
1442	  * bb  is the resolution in number of bits (8, 10, 12)
1443	  * c   is the number of channels (1, 2, 4, 8)
1444	  * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
1445	    kSPS and 101 for 1 MSPS)
1446
1447	  Examples : ADC081S101, ADC124S501, ...
1448
1449	  This driver can also be built as a module. If so, the module
1450	  will be called adcxx.
1451
1452config SENSORS_LM63
1453	tristate "National Semiconductor LM63 and compatibles"
1454	depends on I2C
1455	help
1456	  If you say yes here you get support for the National
1457	  Semiconductor LM63, LM64, and LM96163 remote diode digital temperature
1458	  sensors with integrated fan control.  Such chips are found
1459	  on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
1460	  others.
1461
1462	  This driver can also be built as a module. If so, the module
1463	  will be called lm63.
1464
1465config SENSORS_LM70
1466	tristate "National Semiconductor LM70 and compatibles"
1467	depends on SPI_MASTER
1468	help
1469	  If you say yes here you get support for the National Semiconductor
1470	  LM70, LM71, LM74 and Texas Instruments TMP121/TMP123, TMP122/TMP124,
1471	  TMP125 digital temperature sensor chips.
1472
1473	  This driver can also be built as a module. If so, the module
1474	  will be called lm70.
1475
1476config SENSORS_LM73
1477	tristate "National Semiconductor LM73"
1478	depends on I2C
1479	help
1480	  If you say yes here you get support for National Semiconductor LM73
1481	  sensor chips.
1482	  This driver can also be built as a module. If so, the module
1483	  will be called lm73.
1484
1485config SENSORS_LM75
1486	tristate "National Semiconductor LM75 and compatibles"
1487	depends on I3C_OR_I2C
1488	select REGMAP_I2C
1489	select REGMAP_I3C if I3C
1490	help
1491	  If you say yes here you get support for one common type of
1492	  temperature sensor chip, with models including:
1493
1494		- Analog Devices ADT75
1495		- Atmel (now Microchip) AT30TS74
1496		- Dallas Semiconductor DS75, DS1775 and DS7505
1497		- Global Mixed-mode Technology (GMT) G751
1498		- Maxim MAX6625 and MAX6626
1499		- Microchip MCP980x
1500		- National Semiconductor LM75, LM75A
1501		- NXP's LM75A
1502		- ST Microelectronics STDS75
1503		- ST Microelectronics STLM75
1504		- TelCom (now Microchip) TCN75
1505		- Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75,
1506		  TMP175, TMP275
1507
1508	  This driver supports driver model based binding through board
1509	  specific I2C device tables.
1510
1511	  It also supports the "legacy" style of driver binding.  To use
1512	  that with some chips which don't replicate LM75 quirks exactly,
1513	  you may need the "force" module parameter.
1514
1515	  This driver can also be built as a module. If so, the module
1516	  will be called lm75.
1517
1518config SENSORS_LM77
1519	tristate "National Semiconductor LM77"
1520	depends on I2C
1521	help
1522	  If you say yes here you get support for National Semiconductor LM77
1523	  sensor chips.
1524
1525	  This driver can also be built as a module. If so, the module
1526	  will be called lm77.
1527
1528config SENSORS_LM78
1529	tristate "National Semiconductor LM78 and compatibles"
1530	depends on I2C
1531	select HWMON_VID
1532	help
1533	  If you say yes here you get support for National Semiconductor LM78,
1534	  LM78-J and LM79.
1535
1536	  This driver can also be built as a module. If so, the module
1537	  will be called lm78.
1538
1539config SENSORS_LM80
1540	tristate "National Semiconductor LM80 and LM96080"
1541	depends on I2C
1542	help
1543	  If you say yes here you get support for National Semiconductor
1544	  LM80 and LM96080 sensor chips.
1545
1546	  This driver can also be built as a module. If so, the module
1547	  will be called lm80.
1548
1549config SENSORS_LM83
1550	tristate "National Semiconductor LM83 and compatibles"
1551	depends on I2C
1552	select REGMAP
1553	help
1554	  If you say yes here you get support for National Semiconductor
1555	  LM82 and LM83 sensor chips.
1556
1557	  This driver can also be built as a module. If so, the module
1558	  will be called lm83.
1559
1560config SENSORS_LM85
1561	tristate "National Semiconductor LM85 and compatibles"
1562	depends on I2C
1563	select HWMON_VID
1564	help
1565	  If you say yes here you get support for National Semiconductor LM85
1566	  sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
1567	  EMC6D101, EMC6D102, and EMC6D103.
1568
1569	  This driver can also be built as a module. If so, the module
1570	  will be called lm85.
1571
1572config SENSORS_LM87
1573	tristate "National Semiconductor LM87 and compatibles"
1574	depends on I2C
1575	select HWMON_VID
1576	help
1577	  If you say yes here you get support for National Semiconductor LM87
1578	  and Analog Devices ADM1024 sensor chips.
1579
1580	  This driver can also be built as a module. If so, the module
1581	  will be called lm87.
1582
1583config SENSORS_LM90
1584	tristate "National Semiconductor LM90 and compatibles"
1585	depends on I2C
1586	help
1587	  If you say yes here you get support for National Semiconductor LM84,
1588	  LM90, LM86, LM89 and LM99, Analog Devices ADM1020, ADM2021, ADM1021A,
1589	  ADM1023, ADM1032, ADT7461, ADT7461A, ADT7481, ADT7482, and ADT7483A,
1590	  Maxim MAX1617, MAX6642, MAX6646, MAX6647, MAX6648, MAX6649, MAX6654,
1591	  MAX6657, MAX6658, MAX6659, MAX6680, MAX6681, MAX6692, MAX6695,
1592	  MAX6696,
1593	  ON Semiconductor NCT1008, NCT210, NCT72, NCT214, NCT218,
1594	  Winbond/Nuvoton W83L771W/G/AWG/ASG, NCT7716, NCT7717 and NCT7718,
1595	  Philips NE1618, SA56004, GMT G781, Texas Instruments TMP451 and TMP461
1596	  sensor chips.
1597
1598	  This driver can also be built as a module. If so, the module
1599	  will be called lm90.
1600
1601config SENSORS_LM92
1602	tristate "National Semiconductor LM92 and compatibles"
1603	depends on I2C
1604	select REGMAP_I2C
1605	help
1606	  If you say yes here you get support for National Semiconductor LM92
1607	  and LM76 as well as Maxim MAX6633/6634/6635 sensor chips.
1608
1609	  This driver can also be built as a module. If so, the module
1610	  will be called lm92.
1611
1612config SENSORS_LM93
1613	tristate "National Semiconductor LM93 and compatibles"
1614	depends on I2C
1615	select HWMON_VID
1616	help
1617	  If you say yes here you get support for National Semiconductor LM93,
1618	  LM94, and compatible sensor chips.
1619
1620	  This driver can also be built as a module. If so, the module
1621	  will be called lm93.
1622
1623config SENSORS_LM95234
1624	tristate "National Semiconductor LM95234 and compatibles"
1625	depends on I2C
1626	select REGMAP_I2C
1627	help
1628	  If you say yes here you get support for the LM95233 and LM95234
1629	  temperature sensor chips.
1630
1631	  This driver can also be built as a module. If so, the module
1632	  will be called lm95234.
1633
1634config SENSORS_LM95241
1635	tristate "National Semiconductor LM95241 and compatibles"
1636	depends on I2C
1637	help
1638	  If you say yes here you get support for LM95231 and LM95241 sensor
1639	  chips.
1640
1641	  This driver can also be built as a module. If so, the module
1642	  will be called lm95241.
1643
1644config SENSORS_LM95245
1645	tristate "National Semiconductor LM95245 and compatibles"
1646	depends on I2C
1647	select REGMAP_I2C
1648	help
1649	  If you say yes here you get support for LM95235 and LM95245
1650	  temperature sensor chips.
1651
1652	  This driver can also be built as a module. If so, the module
1653	  will be called lm95245.
1654
1655config SENSORS_PC87360
1656	tristate "National Semiconductor PC87360 family"
1657	depends on HAS_IOPORT
1658	depends on !PPC
1659	select HWMON_VID
1660	help
1661	  If you say yes here you get access to the hardware monitoring
1662	  functions of the National Semiconductor PC8736x Super-I/O chips.
1663	  The PC87360, PC87363 and PC87364 only have fan monitoring and
1664	  control.  The PC87365 and PC87366 additionally have voltage and
1665	  temperature monitoring.
1666
1667	  This driver can also be built as a module. If so, the module
1668	  will be called pc87360.
1669
1670config SENSORS_PC87427
1671	tristate "National Semiconductor PC87427"
1672	depends on HAS_IOPORT
1673	depends on !PPC
1674	help
1675	  If you say yes here you get access to the hardware monitoring
1676	  functions of the National Semiconductor PC87427 Super-I/O chip.
1677	  The chip has two distinct logical devices, one for fan speed
1678	  monitoring and control, and one for voltage and temperature
1679	  monitoring. Fan speed monitoring and control are supported, as
1680	  well as temperature monitoring. Voltages aren't supported yet.
1681
1682	  This driver can also be built as a module. If so, the module
1683	  will be called pc87427.
1684
1685config SENSORS_NTC_THERMISTOR
1686	tristate "NTC thermistor support"
1687	depends on IIO
1688	depends on THERMAL || !THERMAL_OF
1689	help
1690	  This driver supports NTC thermistors sensor reading and its
1691	  interpretation. The driver can also monitor the temperature and
1692	  send notifications about the temperature.
1693
1694	  Currently, this driver supports
1695	  NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, NCP15WL333,
1696	  NCP03WF104 and NCP15XH103 from Murata and B57330V2103 and
1697	  B57891S0103 from EPCOS.
1698
1699	  This driver can also be built as a module. If so, the module
1700	  will be called ntc_thermistor.
1701
1702config SENSORS_NCT6683
1703	tristate "Nuvoton NCT6683D"
1704	depends on HAS_IOPORT
1705	depends on !PPC
1706	help
1707	  If you say yes here you get support for the hardware monitoring
1708	  functionality of the Nuvoton NCT6683D eSIO chip.
1709
1710	  This driver can also be built as a module. If so, the module
1711	  will be called nct6683.
1712
1713config SENSORS_NCT6694
1714	tristate "Nuvoton NCT6694 Hardware Monitor support"
1715	depends on MFD_NCT6694
1716	help
1717	  Say Y here to support Nuvoton NCT6694 hardware monitoring
1718	  functionality.
1719
1720	  This driver can also be built as a module. If so, the module
1721	  will be called nct6694-hwmon.
1722
1723config SENSORS_NCT6775_CORE
1724	tristate
1725	select REGMAP
1726	help
1727	  This module contains common code shared by the platform and
1728	  i2c versions of the nct6775 driver; it is not useful on its
1729	  own.
1730
1731	  If built as a module, the module will be called
1732	  nct6775-core.
1733
1734config SENSORS_NCT6775
1735	tristate "Platform driver for Nuvoton NCT6775F and compatibles"
1736	depends on HAS_IOPORT
1737	depends on !PPC
1738	depends on ACPI || ACPI=n
1739	select HWMON_VID
1740	select SENSORS_NCT6775_CORE
1741	help
1742	  If you say yes here you get support for the hardware monitoring
1743	  functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D,
1744	  NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible
1745	  Super-I/O chips. This driver replaces the w83627ehf driver for
1746	  NCT6775F and NCT6776F.
1747
1748	  This driver can also be built as a module. If so, the module
1749	  will be called nct6775.
1750
1751config SENSORS_NCT6775_I2C
1752	tristate "I2C driver for Nuvoton NCT6775F and compatibles"
1753	depends on I2C
1754	select REGMAP_I2C
1755	select SENSORS_NCT6775_CORE
1756	help
1757	  If you say yes here you get support for the hardware monitoring
1758	  functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D,
1759	  NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible
1760	  Super-I/O chips via their I2C interface.
1761
1762	  If you're not building a kernel for a BMC, this is probably
1763	  not the driver you want (see CONFIG_SENSORS_NCT6775).
1764
1765	  This driver can also be built as a module. If so, the module
1766	  will be called nct6775-i2c.
1767
1768config SENSORS_NCT7363
1769	tristate "Nuvoton NCT7363Y"
1770	depends on I2C
1771	select REGMAP_I2C
1772	help
1773	  If you say yes here you get support for the Nuvoton NCT7363Y
1774	  hardware monitoring chip.
1775
1776	  This driver can also be built as a module. If so, the module
1777	  will be called nct7363.
1778
1779config SENSORS_NCT7802
1780	tristate "Nuvoton NCT7802Y"
1781	depends on I2C
1782	select REGMAP_I2C
1783	help
1784	  If you say yes here you get support for the Nuvoton NCT7802Y
1785	  hardware monitoring chip.
1786
1787	  This driver can also be built as a module. If so, the module
1788	  will be called nct7802.
1789
1790config SENSORS_NCT7904
1791	tristate "Nuvoton NCT7904"
1792	depends on I2C && WATCHDOG
1793	select WATCHDOG_CORE
1794	help
1795	  If you say yes here you get support for the Nuvoton NCT7904
1796	  hardware monitoring chip, including manual fan speed control
1797	  and support for the integrated watchdog.
1798
1799	  This driver can also be built as a module. If so, the module
1800	  will be called nct7904.
1801
1802config SENSORS_NPCM7XX
1803	tristate "Nuvoton NPCM750 and compatible PWM and Fan controllers"
1804	imply THERMAL
1805	help
1806	  This driver provides support for Nuvoton NPCM750/730/715/705 PWM
1807          and Fan controllers.
1808
1809          This driver can also be built as a module. If so, the module
1810          will be called npcm750-pwm-fan.
1811
1812config SENSORS_NSA320
1813	tristate "ZyXEL NSA320 and compatible fan speed and temperature sensors"
1814	depends on GPIOLIB && OF
1815	depends on MACH_KIRKWOOD || COMPILE_TEST
1816	help
1817	  If you say yes here you get support for hardware monitoring
1818	  for the ZyXEL NSA320 Media Server and other compatible devices
1819	  (probably the NSA325 and some NSA310 variants).
1820
1821	  The sensor data is taken from a Holtek HT46R065 microcontroller
1822	  connected to GPIO lines.
1823
1824	  This driver can also be built as a module. If so, the module
1825	  will be called nsa320-hwmon.
1826
1827config SENSORS_NZXT_KRAKEN2
1828	tristate "NZXT Kraken X42/X51/X62/X72 liquid coolers"
1829	depends on USB_HID
1830	help
1831	  If you say yes here you get support for hardware monitoring for the
1832	  NZXT Kraken X42/X52/X62/X72 all-in-one CPU liquid coolers.
1833
1834	  This driver can also be built as a module. If so, the module
1835	  will be called nzxt-kraken2.
1836
1837config SENSORS_NZXT_KRAKEN3
1838	tristate "NZXT Kraken X53/X63/X73, Z53/Z63/Z73 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 X53/X63/X73, Z53/Z63/Z73 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-kraken3.
1846
1847config SENSORS_NZXT_SMART2
1848	tristate "NZXT RGB & Fan Controller/Smart Device v2"
1849	depends on USB_HID
1850	help
1851	  If you say yes here you get support for hardware monitoring for the
1852	  NZXT RGB & Fan Controller/Smart Device v2.
1853
1854	  This driver can also be built as a module. If so, the module
1855	  will be called nzxt-smart2.
1856
1857source "drivers/hwmon/occ/Kconfig"
1858
1859config SENSORS_PCF8591
1860	tristate "Philips PCF8591 ADC/DAC"
1861	depends on I2C
1862	help
1863	  If you say yes here you get support for Philips PCF8591 4-channel
1864	  ADC, 1-channel DAC chips.
1865
1866	  This driver can also be built as a module. If so, the module
1867	  will be called pcf8591.
1868
1869	  These devices are hard to detect and rarely found on mainstream
1870	  hardware. If unsure, say N.
1871
1872source "drivers/hwmon/peci/Kconfig"
1873
1874source "drivers/hwmon/pmbus/Kconfig"
1875
1876config SENSORS_PT5161L
1877	tristate "Astera Labs PT5161L PCIe retimer hardware monitoring"
1878	depends on I2C
1879	help
1880	  If you say yes here you get support for temperature monitoring
1881	  on the Astera Labs PT5161L PCIe retimer.
1882
1883	  This driver can also be built as a module. If so, the module
1884	  will be called pt5161l.
1885
1886config SENSORS_PWM_FAN
1887	tristate "PWM fan"
1888	depends on PWM || COMPILE_TEST
1889	depends on THERMAL || THERMAL=n
1890	help
1891	  If you say yes here you get support for fans connected to PWM lines.
1892	  The driver uses the generic PWM interface, thus it will work on a
1893	  variety of SoCs.
1894
1895	  This driver can also be built as a module. If so, the module
1896	  will be called pwm-fan.
1897
1898config SENSORS_QNAP_MCU_HWMON
1899	tristate "QNAP MCU hardware monitoring"
1900	depends on MFD_QNAP_MCU
1901	depends on THERMAL || THERMAL=n
1902	help
1903	  Say yes here to enable support for fan and temperature sensor
1904	  connected to a QNAP MCU, as found in a number of QNAP network
1905	  attached storage devices.
1906
1907	  This driver can also be built as a module. If so, the module
1908	  will be called qnap-mcu-hwmon.
1909
1910config SENSORS_RASPBERRYPI_HWMON
1911	tristate "Raspberry Pi voltage monitor"
1912	depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
1913	help
1914	  If you say yes here you get support for voltage sensor on the
1915	  Raspberry Pi.
1916
1917	  This driver can also be built as a module. If so, the module
1918	  will be called raspberrypi-hwmon.
1919
1920config SENSORS_SL28CPLD
1921	tristate "Kontron sl28cpld hardware monitoring driver"
1922	depends on MFD_SL28CPLD || COMPILE_TEST
1923	help
1924	  If you say yes here you get support for the fan supervisor of the
1925	  sl28cpld board management controller.
1926
1927	  This driver can also be built as a module.  If so, the module
1928	  will be called sl28cpld-hwmon.
1929
1930config SENSORS_SBTSI
1931	tristate "Emulated SB-TSI temperature sensor"
1932	depends on I2C
1933	help
1934	  If you say yes here you get support for emulated temperature
1935	  sensors on AMD SoCs with SB-TSI interface connected to a BMC device.
1936
1937	  This driver can also be built as a module. If so, the module will
1938	  be called sbtsi_temp.
1939
1940config SENSORS_SHT15
1941	tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
1942	depends on GPIOLIB || COMPILE_TEST
1943	select BITREVERSE
1944	help
1945	  If you say yes here you get support for the Sensiron SHT10, SHT11,
1946	  SHT15, SHT71, SHT75 humidity and temperature sensors.
1947
1948	  This driver can also be built as a module. If so, the module
1949	  will be called sht15.
1950
1951config SENSORS_SHT21
1952	tristate "Sensiron humidity and temperature sensors. SHT21 and compat."
1953	depends on I2C
1954	help
1955	  If you say yes here you get support for the Sensiron SHT20, SHT21,
1956	  SHT25 humidity and temperature sensors.
1957
1958	  This driver can also be built as a module. If so, the module
1959	  will be called sht21.
1960
1961config SENSORS_SHT3x
1962	tristate "Sensiron humidity and temperature sensors. SHT3x and compat."
1963	depends on I2C
1964	select CRC8
1965	help
1966	  If you say yes here you get support for the Sensiron SHT30, SHT31 and
1967	  SHT85 humidity and temperature sensors.
1968
1969	  This driver can also be built as a module. If so, the module
1970	  will be called sht3x.
1971
1972config SENSORS_SHT4x
1973	tristate "Sensiron humidity and temperature sensors. SHT4x and compat."
1974	depends on I2C
1975	select CRC8
1976	help
1977	  If you say yes here you get support for the Sensiron SHT40, SHT41 and
1978	  SHT45 humidity and temperature sensors.
1979
1980	  This driver can also be built as a module. If so, the module
1981	  will be called sht4x.
1982
1983config SENSORS_SHTC1
1984	tristate "Sensiron humidity and temperature sensors. SHTC1 and compat."
1985	depends on I2C
1986	help
1987	  If you say yes here you get support for the Sensiron SHTC1, SHTW1,
1988	  and SHTC3 humidity and temperature sensors.
1989
1990	  This driver can also be built as a module. If so, the module
1991	  will be called shtc1.
1992
1993config SENSORS_SIS5595
1994	tristate "Silicon Integrated Systems Corp. SiS5595"
1995	depends on PCI && HAS_IOPORT
1996	help
1997	  If you say yes here you get support for the integrated sensors in
1998	  SiS5595 South Bridges.
1999
2000	  This driver can also be built as a module. If so, the module
2001	  will be called sis5595.
2002
2003config SENSORS_SY7636A
2004	tristate "Silergy SY7636A"
2005	depends on MFD_SY7636A
2006	help
2007	  If you say yes here you get support for the thermistor readout of
2008	  the Silergy SY7636A PMIC.
2009
2010	  This driver can also be built as a module.  If so, the module
2011	  will be called sy7636a-hwmon.
2012
2013config SENSORS_DME1737
2014	tristate "SMSC DME1737, SCH311x and compatibles"
2015	depends on HAS_IOPORT
2016	depends on I2C && !PPC
2017	select HWMON_VID
2018	help
2019	  If you say yes here you get support for the hardware monitoring
2020	  and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
2021	  Asus A8000 Super-I/O chips.
2022
2023	  This driver can also be built as a module. If so, the module
2024	  will be called dme1737.
2025
2026config SENSORS_EMC1403
2027	tristate "SMSC EMC1403/23 thermal sensor"
2028	depends on I2C
2029	select REGMAP_I2C
2030	help
2031	  If you say yes here you get support for the SMSC EMC1403/23
2032	  temperature monitoring chip.
2033
2034	  Threshold values can be configured using sysfs.
2035	  Data from the different diodes are accessible via sysfs.
2036
2037config SENSORS_EMC2103
2038	tristate "SMSC EMC2103"
2039	depends on I2C
2040	help
2041	  If you say yes here you get support for the temperature
2042	  and fan sensors of the SMSC EMC2103 chips.
2043
2044	  This driver can also be built as a module. If so, the module
2045	  will be called emc2103.
2046
2047config SENSORS_EMC2305
2048	tristate "Microchip EMC2305 and compatible EMC2301/2/3"
2049	depends on I2C
2050	imply THERMAL
2051	help
2052	  If you say yes here you get support for the Microchip EMC2305
2053	  fan controller chips.
2054	  The Microchip EMC2305 is a fan controller for up to 5 fans.
2055	  Fan rotation speeds are reported in RPM.
2056
2057	  This driver can also be built as a module.  If so, the module
2058	  will be called emc2305.
2059
2060config SENSORS_EMC6W201
2061	tristate "SMSC EMC6W201"
2062	depends on I2C
2063	help
2064	  If you say yes here you get support for the SMSC EMC6W201
2065	  hardware monitoring chip.
2066
2067	  This driver can also be built as a module. If so, the module
2068	  will be called emc6w201.
2069
2070config SENSORS_SMSC47M1
2071	tristate "SMSC LPC47M10x and compatibles"
2072	depends on HAS_IOPORT
2073	depends on !PPC
2074	help
2075	  If you say yes here you get support for the integrated fan
2076	  monitoring and control capabilities of the SMSC LPC47B27x,
2077	  LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
2078	  LPC47M192, LPC47M292 and LPC47M997 chips.
2079
2080	  The temperature and voltage sensor features of the LPC47M15x,
2081	  LPC47M192, LPC47M292 and LPC47M997 are supported by another
2082	  driver, select also "SMSC LPC47M192 and compatibles" below for
2083	  those.
2084
2085	  This driver can also be built as a module. If so, the module
2086	  will be called smsc47m1.
2087
2088config SENSORS_SMSC47M192
2089	tristate "SMSC LPC47M192 and compatibles"
2090	depends on I2C
2091	select HWMON_VID
2092	help
2093	  If you say yes here you get support for the temperature and
2094	  voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
2095	  and LPC47M997 chips.
2096
2097	  The fan monitoring and control capabilities of these chips
2098	  are supported by another driver, select
2099	  "SMSC LPC47M10x and compatibles" above. You need both drivers
2100	  if you want fan control and voltage/temperature sensor support.
2101
2102	  This driver can also be built as a module. If so, the module
2103	  will be called smsc47m192.
2104
2105config SENSORS_SMSC47B397
2106	tristate "SMSC LPC47B397-NC"
2107	depends on HAS_IOPORT
2108	depends on !PPC
2109	help
2110	  If you say yes here you get support for the SMSC LPC47B397-NC
2111	  sensor chip.
2112
2113	  This driver can also be built as a module. If so, the module
2114	  will be called smsc47b397.
2115
2116config SENSORS_SCH56XX_COMMON
2117	tristate
2118	select REGMAP
2119
2120config SENSORS_SCH5627
2121	tristate "SMSC SCH5627"
2122	depends on HAS_IOPORT
2123	depends on !PPC && WATCHDOG
2124	select SENSORS_SCH56XX_COMMON
2125	select WATCHDOG_CORE
2126	help
2127	  If you say yes here you get support for the hardware monitoring
2128	  features of the SMSC SCH5627 Super-I/O chip including support for
2129	  the integrated watchdog.
2130
2131	  This driver can also be built as a module. If so, the module
2132	  will be called sch5627.
2133
2134config SENSORS_SCH5636
2135	tristate "SMSC SCH5636"
2136	depends on HAS_IOPORT
2137	depends on !PPC && WATCHDOG
2138	select SENSORS_SCH56XX_COMMON
2139	select WATCHDOG_CORE
2140	help
2141	  SMSC SCH5636 Super I/O chips include an embedded microcontroller for
2142	  hardware monitoring solutions, allowing motherboard manufacturers to
2143	  create their own custom hwmon solution based upon the SCH5636.
2144
2145	  Currently this driver only supports the Fujitsu Theseus SCH5636 based
2146	  hwmon solution. Say yes here if you want support for the Fujitsu
2147	  Theseus' hardware monitoring features including support for the
2148	  integrated watchdog.
2149
2150	  This driver can also be built as a module. If so, the module
2151	  will be called sch5636.
2152
2153config SENSORS_STTS751
2154	tristate "ST Microelectronics STTS751"
2155	depends on I2C
2156	help
2157	  If you say yes here you get support for STTS751
2158	  temperature sensor chips.
2159
2160	  This driver can also be built as a module. If so, the module
2161	  will be called stts751.
2162
2163config SENSORS_SFCTEMP
2164	tristate "Starfive JH71x0 temperature sensor"
2165	depends on ARCH_STARFIVE || COMPILE_TEST
2166	help
2167	  If you say yes here you get support for temperature sensor
2168	  on the Starfive JH71x0 SoCs.
2169
2170	  This driver can also be built as a module.  If so, the module
2171	  will be called sfctemp.
2172
2173config SENSORS_SG2042_MCU
2174	tristate "Sophgo onboard MCU support"
2175	depends on I2C
2176	depends on ARCH_SOPHGO || COMPILE_TEST
2177	help
2178	  Support for onboard MCU of Sophgo SG2042 SoCs. This mcu provides
2179	  power control and some basic information.
2180
2181	  This driver can be built as a module. If so, the module
2182	  will be called sg2042-mcu.
2183
2184config SENSORS_SURFACE_FAN
2185	tristate "Surface Fan Driver"
2186	depends on SURFACE_AGGREGATOR
2187	depends on SURFACE_AGGREGATOR_BUS
2188	help
2189	  Driver that provides monitoring of the fan on Surface Pro devices that
2190	  have a fan, like the Surface Pro 9.
2191
2192	  This makes the fan's current speed accessible through the hwmon
2193	  system. It does not provide control over the fan, the firmware is
2194	  responsible for that, this driver merely provides monitoring.
2195
2196	  Select M or Y here, if you want to be able to read the fan's speed.
2197
2198config SENSORS_SURFACE_TEMP
2199	tristate "Microsoft Surface Thermal Sensor Driver"
2200	depends on SURFACE_AGGREGATOR
2201	depends on SURFACE_AGGREGATOR_BUS
2202	help
2203	  Driver for monitoring thermal sensors connected via the Surface
2204	  Aggregator Module (embedded controller) on Microsoft Surface devices.
2205
2206	  This driver can also be built as a module. If so, the module
2207	  will be called surface_temp.
2208
2209config SENSORS_ADC128D818
2210	tristate "Texas Instruments ADC128D818"
2211	depends on I2C
2212	help
2213	  If you say yes here you get support for the Texas Instruments
2214	  ADC128D818 System Monitor with Temperature Sensor chip.
2215
2216	  This driver can also be built as a module. If so, the module
2217	  will be called adc128d818.
2218
2219config SENSORS_ADS7828
2220	tristate "Texas Instruments ADS7828 and compatibles"
2221	depends on I2C
2222	select REGMAP_I2C
2223	help
2224	  If you say yes here you get support for Texas Instruments ADS7828 and
2225	  ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while
2226	  it is 8-bit on ADS7830.
2227
2228	  This driver can also be built as a module. If so, the module
2229	  will be called ads7828.
2230
2231config SENSORS_ADS7871
2232	tristate "Texas Instruments ADS7871 A/D converter"
2233	depends on SPI
2234	help
2235	  If you say yes here you get support for TI ADS7871 & ADS7870
2236
2237	  This driver can also be built as a module. If so, the module
2238	  will be called ads7871.
2239
2240config SENSORS_AMC6821
2241	tristate "Texas Instruments AMC6821"
2242	depends on I2C
2243	select REGMAP_I2C
2244	help
2245	  If you say yes here you get support for the Texas Instruments
2246	  AMC6821 hardware monitoring chips.
2247
2248	  This driver can also be built as a module. If so, the module
2249	  will be called amc6821.
2250
2251config SENSORS_INA209
2252	tristate "TI / Burr Brown INA209"
2253	depends on I2C
2254	help
2255	  If you say yes here you get support for the TI / Burr Brown INA209
2256	  voltage / current / power monitor I2C interface.
2257
2258	  This driver can also be built as a module. If so, the module will
2259	  be called ina209.
2260
2261config SENSORS_INA2XX
2262	tristate "Texas Instruments INA219 and compatibles"
2263	depends on I2C
2264	select REGMAP_I2C
2265	help
2266	  If you say yes here you get support for INA219, INA220, INA226,
2267	  INA230, INA231, INA234, INA260, and SY24655 power monitor chips.
2268
2269	  The INA2xx driver is configured for the default configuration of
2270	  the part as described in the datasheet.
2271	  Default value for Rshunt is 10 mOhms except for INA260 which has an
2272	  internal 2 mOhm shunt resistor.
2273	  This driver can also be built as a module. If so, the module
2274	  will be called ina2xx.
2275
2276config SENSORS_INA238
2277	tristate "Texas Instruments INA238 and compatibles"
2278	depends on I2C
2279	select REGMAP_I2C
2280	help
2281	  If you say yes here you get support for INA228, INA237, INA238,
2282	  INA700, INA780, and SQ52206 power monitor chips. This driver supports
2283	  voltage, current, power, energy, and temperature measurements as well
2284	  as alarm configuration.
2285
2286	  This driver can also be built as a module. If so, the module
2287	  will be called ina238.
2288
2289config SENSORS_INA3221
2290	tristate "Texas Instruments INA3221 Triple Power Monitor"
2291	depends on I2C
2292	select REGMAP_I2C
2293	help
2294	  If you say yes here you get support for  the TI INA3221 Triple Power
2295	  Monitor.
2296
2297	  This driver can also be built as a module. If so, the module
2298	  will be called ina3221.
2299
2300config SENSORS_SPD5118
2301	tristate "SPD5118 Compliant Temperature Sensors"
2302	depends on I2C
2303	select REGMAP_I2C
2304	help
2305	  If you say yes here you get support for SPD5118 (JEDEC JESD300)
2306	  compliant temperature sensors. Such sensors are found on DDR5 memory
2307	  modules.
2308
2309	  This driver can also be built as a module. If so, the module
2310	  will be called spd5118.
2311
2312config SENSORS_SPD5118_DETECT
2313	bool "Enable detect function"
2314	depends on SENSORS_SPD5118
2315	default (!DMI || !X86)
2316	help
2317	  If enabled, the driver auto-detects if a chip in the SPD address
2318	  range is compliant to the SPD51888 standard and auto-instantiates
2319	  if that is the case. If disabled, SPD5118 compliant devices have
2320	  to be instantiated by other means. On X86 systems with DMI support
2321	  this will typically be done from DMI DDR detection code in the
2322	  I2C SMBus subsystem. Devicetree based systems will instantiate
2323	  attached devices if the DIMMs are listed in the devicetree file.
2324
2325	  Disabling the detect function will speed up boot time and reduce
2326	  the risk of mis-detecting SPD5118 compliant devices. However, it
2327	  may result in missed DIMMs under some circumstances.
2328
2329	  If unsure, say Y.
2330
2331config SENSORS_TC74
2332	tristate "Microchip TC74"
2333	depends on I2C
2334	help
2335	  If you say yes here you get support for Microchip TC74 single
2336	  input temperature sensor chips.
2337
2338	  This driver can also be built as a module. If so, the module
2339	  will be called tc74.
2340
2341config SENSORS_THMC50
2342	tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
2343	depends on I2C
2344	help
2345	  If you say yes here you get support for Texas Instruments THMC50
2346	  sensor chips and clones: the Analog Devices ADM1022.
2347
2348	  This driver can also be built as a module. If so, the module
2349	  will be called thmc50.
2350
2351config SENSORS_TMP102
2352	tristate "Texas Instruments TMP102"
2353	depends on I2C
2354	select REGMAP_I2C
2355	help
2356	  If you say yes here you get support for Texas Instruments TMP102,
2357	  TMP110 and TMP113 sensor chips.
2358
2359	  This driver can also be built as a module. If so, the module
2360	  will be called tmp102.
2361
2362config SENSORS_TMP103
2363	tristate "Texas Instruments TMP103"
2364	depends on I2C
2365	select REGMAP_I2C
2366	help
2367	  If you say yes here you get support for Texas Instruments TMP103
2368	  sensor chips.
2369
2370	  This driver can also be built as a module. If so, the module
2371	  will be called tmp103.
2372
2373config SENSORS_TMP108
2374	tristate "Texas Instruments TMP108"
2375	depends on I3C_OR_I2C
2376	select REGMAP_I2C
2377	select REGMAP_I3C if I3C
2378	help
2379	  If you say yes here you get support for Texas Instruments TMP108
2380	  sensor chips, NXP temperature sensors P3T1035, P3T1085 and P3T2030.
2381
2382	  This driver can also be built as a module. If so, the module
2383	  will be called tmp108.
2384
2385config SENSORS_TMP401
2386	tristate "Texas Instruments TMP401 and compatibles"
2387	depends on I2C
2388	select REGMAP
2389	help
2390	  If you say yes here you get support for Texas Instruments TMP401,
2391	  TMP411, TMP431, TMP432, and TMP435 temperature sensor chips.
2392
2393	  This driver can also be built as a module. If so, the module
2394	  will be called tmp401.
2395
2396config SENSORS_TMP421
2397	tristate "Texas Instruments TMP421 and compatible"
2398	depends on I2C
2399	help
2400	  If you say yes here you get support for Texas Instruments TMP421,
2401	  TMP422, TMP423, TMP441, and TMP442 temperature sensor chips.
2402
2403	  This driver can also be built as a module. If so, the module
2404	  will be called tmp421.
2405
2406config SENSORS_TMP464
2407	tristate "Texas Instruments TMP464 and compatible"
2408	depends on I2C
2409	select REGMAP_I2C
2410	help
2411	  If you say yes here you get support for Texas Instruments TMP464
2412	  and TMP468 temperature sensor chips.
2413
2414	  This driver can also be built as a module. If so, the module
2415	  will be called tmp464.
2416
2417config SENSORS_TMP513
2418	tristate "Texas Instruments TMP513 and compatibles"
2419	depends on I2C
2420	select REGMAP_I2C
2421	help
2422	  If you say yes here you get support for Texas Instruments TMP512,
2423	  and TMP513 temperature and power supply sensor chips.
2424
2425	  This driver can also be built as a module. If so, the module
2426	  will be called tmp513.
2427
2428config SENSORS_TSC1641
2429	tristate "ST Microelectronics TSC1641 Power Monitor"
2430	depends on I2C
2431	select REGMAP_I2C
2432	help
2433	  If you say yes here you get support for TSC1641 power  monitor chip.
2434	  The TSC1641 driver is configured for the default configuration of
2435	  the part except temperature is enabled by default.
2436
2437	  This driver can also be built as a module. If so, the module
2438	  will be called tsc1641.
2439
2440config SENSORS_VEXPRESS
2441	tristate "Versatile Express"
2442	depends on VEXPRESS_CONFIG
2443	help
2444	  This driver provides support for hardware sensors available on
2445	  the ARM Ltd's Versatile Express platform. It can provide wide
2446	  range of information like temperature, power, energy.
2447
2448config SENSORS_VIA_CPUTEMP
2449	tristate "VIA CPU temperature sensor"
2450	depends on X86
2451	select HWMON_VID
2452	help
2453	  If you say yes here you get support for the temperature
2454	  sensor inside your CPU. Supported are all known variants of
2455	  the VIA C7 and Nano.
2456
2457config SENSORS_VIA686A
2458	tristate "VIA686A"
2459	depends on PCI && HAS_IOPORT
2460	help
2461	  If you say yes here you get support for the integrated sensors in
2462	  Via 686A/B South Bridges.
2463
2464	  This driver can also be built as a module. If so, the module
2465	  will be called via686a.
2466
2467config SENSORS_VT1211
2468	tristate "VIA VT1211"
2469	depends on HAS_IOPORT
2470	depends on !PPC
2471	select HWMON_VID
2472	help
2473	  If you say yes here then you get support for hardware monitoring
2474	  features of the VIA VT1211 Super-I/O chip.
2475
2476	  This driver can also be built as a module. If so, the module
2477	  will be called vt1211.
2478
2479config SENSORS_VT8231
2480	tristate "VIA VT8231"
2481	depends on PCI && HAS_IOPORT
2482	select HWMON_VID
2483	help
2484	  If you say yes here then you get support for the integrated sensors
2485	  in the VIA VT8231 device.
2486
2487	  This driver can also be built as a module. If so, the module
2488	  will be called vt8231.
2489
2490config SENSORS_W83773G
2491	tristate "Nuvoton W83773G"
2492	depends on I2C
2493	select REGMAP_I2C
2494	help
2495	  If you say yes here you get support for the Nuvoton W83773G hardware
2496	  monitoring chip.
2497
2498	  This driver can also be built as a module. If so, the module
2499	  will be called w83773g.
2500
2501config SENSORS_W83781D
2502	tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
2503	depends on I2C
2504	select HWMON_VID
2505	help
2506	  If you say yes here you get support for the Winbond W8378x series
2507	  of sensor chips: the W83781D, W83782D and W83783S, and the similar
2508	  Asus AS99127F.
2509
2510	  This driver can also be built as a module. If so, the module
2511	  will be called w83781d.
2512
2513config SENSORS_W83791D
2514	tristate "Winbond W83791D"
2515	depends on I2C
2516	select HWMON_VID
2517	help
2518	  If you say yes here you get support for the Winbond W83791D chip.
2519
2520	  This driver can also be built as a module. If so, the module
2521	  will be called w83791d.
2522
2523config SENSORS_W83792D
2524	tristate "Winbond W83792D"
2525	depends on I2C
2526	help
2527	  If you say yes here you get support for the Winbond W83792D chip.
2528
2529	  This driver can also be built as a module. If so, the module
2530	  will be called w83792d.
2531
2532config SENSORS_W83793
2533	tristate "Winbond W83793"
2534	depends on I2C
2535	select HWMON_VID
2536	help
2537	  If you say yes here you get support for the Winbond W83793
2538	  hardware monitoring chip, including support for the integrated
2539	  watchdog.
2540
2541	  This driver can also be built as a module. If so, the module
2542	  will be called w83793.
2543
2544config SENSORS_W83795
2545	tristate "Winbond/Nuvoton W83795G/ADG"
2546	depends on I2C
2547	help
2548	  If you say yes here you get support for the Winbond W83795G and
2549	  W83795ADG hardware monitoring chip, including manual fan speed
2550	  control.
2551
2552	  This driver can also be built as a module. If so, the module
2553	  will be called w83795.
2554
2555config SENSORS_W83795_FANCTRL
2556	bool "Include automatic fan control support"
2557	depends on SENSORS_W83795
2558	help
2559	  If you say yes here, support for automatic fan speed control
2560	  will be included in the driver.
2561
2562	  Please also note that this option will create sysfs attribute
2563	  files which may change in the future, so you shouldn't rely
2564	  on them being stable.
2565
2566config SENSORS_W83L785TS
2567	tristate "Winbond W83L785TS-S"
2568	depends on I2C
2569	help
2570	  If you say yes here you get support for the Winbond W83L785TS-S
2571	  sensor chip, which is used on the Asus A7N8X, among other
2572	  motherboards.
2573
2574	  This driver can also be built as a module. If so, the module
2575	  will be called w83l785ts.
2576
2577config SENSORS_W83L786NG
2578	tristate "Winbond W83L786NG, W83L786NR"
2579	depends on I2C
2580	help
2581	  If you say yes here you get support for the Winbond W83L786NG
2582	  and W83L786NR sensor chips.
2583
2584	  This driver can also be built as a module. If so, the module
2585	  will be called w83l786ng.
2586
2587config SENSORS_W83627HF
2588	tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
2589	depends on HAS_IOPORT
2590	depends on !PPC
2591	select HWMON_VID
2592	help
2593	  If you say yes here you get support for the Winbond W836X7 series
2594	  of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
2595	  W83697HF.
2596
2597	  This driver can also be built as a module. If so, the module
2598	  will be called w83627hf.
2599
2600config SENSORS_W83627EHF
2601	tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG"
2602	depends on HAS_IOPORT
2603	depends on !PPC
2604	select HWMON_VID
2605	help
2606	  If you say yes here you get support for the hardware
2607	  monitoring functionality of the Winbond W83627EHF Super-I/O chip.
2608
2609	  This driver also supports the W83627EHG, which is the lead-free
2610	  version of the W83627EHF, and the W83627DHG, which is a similar
2611	  chip suited for specific Intel processors that use PECI such as
2612	  the Core 2 Duo. And also the W83627UHG, which is a stripped down
2613	  version of the W83627DHG (as far as hardware monitoring goes.)
2614
2615	  This driver also supports Nuvoton W83667HG and W83667HG-B.
2616
2617	  This driver can also be built as a module. If so, the module
2618	  will be called w83627ehf.
2619
2620config SENSORS_WM831X
2621	tristate "WM831x PMICs"
2622	depends on MFD_WM831X
2623	help
2624	  If you say yes here you get support for the hardware
2625	  monitoring functionality of the Wolfson Microelectronics
2626	  WM831x series of PMICs.
2627
2628	  This driver can also be built as a module. If so, the module
2629	  will be called wm831x-hwmon.
2630
2631config SENSORS_WM8350
2632	tristate "Wolfson Microelectronics WM835x"
2633	depends on MFD_WM8350
2634	help
2635	  If you say yes here you get support for the hardware
2636	  monitoring features of the WM835x series of PMICs.
2637
2638	  This driver can also be built as a module. If so, the module
2639	  will be called wm8350-hwmon.
2640
2641config SENSORS_ULTRA45
2642	tristate "Sun Ultra45 PIC16F747"
2643	depends on SPARC64
2644	help
2645	  This driver provides support for the Ultra45 workstation environmental
2646	  sensors.
2647
2648config SENSORS_XGENE
2649	tristate "APM X-Gene SoC hardware monitoring driver"
2650	depends on XGENE_SLIMPRO_MBOX || PCC
2651	help
2652	  If you say yes here you get support for the temperature
2653	  and power sensors for APM X-Gene SoC.
2654
2655config SENSORS_INTEL_M10_BMC_HWMON
2656	tristate "Intel MAX10 BMC Hardware Monitoring"
2657	depends on MFD_INTEL_M10_BMC_CORE
2658	help
2659	  This driver provides support for the hardware monitoring functionality
2660	  on Intel MAX10 BMC chip.
2661
2662	  This BMC Chip is used on Intel FPGA PCIe Acceleration Cards (PAC). Its
2663	  sensors monitor various telemetry data of different components on the
2664	  card, e.g. board temperature, FPGA core temperature/voltage/current.
2665
2666if ACPI
2667
2668comment "ACPI drivers"
2669
2670config SENSORS_ACPI_POWER
2671	tristate "ACPI 4.0 power meter"
2672	help
2673	  This driver exposes ACPI 4.0 power meters as hardware monitoring
2674	  devices.  Say Y (or M) if you have a computer with ACPI 4.0 firmware
2675	  and a power meter.
2676
2677	  To compile this driver as a module, choose M here:
2678	  the module will be called acpi_power_meter.
2679
2680config SENSORS_ATK0110
2681	tristate "ASUS ATK0110"
2682	depends on X86
2683	help
2684	  If you say yes here you get support for the ACPI hardware
2685	  monitoring interface found in many ASUS motherboards. This
2686	  driver will provide readings of fans, voltages and temperatures
2687	  through the system firmware.
2688
2689	  This driver can also be built as a module. If so, the module
2690	  will be called asus_atk0110.
2691
2692config SENSORS_ASUS_WMI
2693	tristate "ASUS WMI X370/X470/B450/X399"
2694	depends on ACPI_WMI
2695	help
2696	  If you say yes here you get support for the ACPI hardware monitoring
2697	  interface found in X370/X470/B450/X399 ASUS motherboards. This driver
2698	  will provide readings of fans, voltages and temperatures through the system
2699	  firmware.
2700
2701	  This driver can also be built as a module. If so, the module
2702	  will be called asus_wmi_sensors.
2703
2704config SENSORS_ASUS_EC
2705	tristate "ASUS EC Sensors"
2706	depends on X86
2707	depends on ACPI_EC
2708	help
2709	  If you say yes here you get support for the ACPI embedded controller
2710	  hardware monitoring interface found in some ASUS motherboards. This is
2711	  where such sensors as water flow and temperature, optional fans, and
2712	  additional temperature sensors (T_Sensor, chipset temperatures)
2713	  find themselves.
2714
2715	  This driver can also be built as a module. If so, the module
2716	  will be called asus_ec_sensors.
2717
2718config SENSORS_HP_WMI
2719	tristate "HP WMI Sensors"
2720	depends on ACPI_WMI
2721	help
2722	  If you say yes here you get support for the ACPI hardware monitoring
2723	  interface found in HP (and some HP Compaq) business-class computers.
2724	  Available sensors vary between systems. Temperature and fan speed
2725	  sensors are the most common.
2726
2727	  This driver can also be built as a module. If so, the module
2728	  will be called hp_wmi_sensors.
2729
2730endif # ACPI
2731
2732endif # HWMON
2733