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