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