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