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