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