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