1 # SPDX-License-Identifier: GPL-2.0-only
3 # Hardware monitoring chip drivers configuration
7 tristate "Hardware Monitoring support"
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.
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.
23 This support can also be built as a module. If so, the module
31 config HWMON_DEBUG_CHIP
32 bool "Hardware Monitoring Chip debugging messages"
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
39 comment "Native drivers"
42 tristate "AB8500 thermal monitoring"
43 depends on AB8500_GPADC && AB8500_BM && (IIO = y)
46 If you say yes here you get support for the thermal sensor part
47 of the AB8500 chip. The driver includes thermal management for
48 AB8500 die and two GPADC channels. The GPADC channel are preferably
49 used to access sensors outside the AB8500 chip.
51 This driver can also be built as a module. If so, the module
52 will be called abx500-temp.
54 config SENSORS_ABITUGURU
55 tristate "Abit uGuru (rev 1 & 2)"
58 If you say yes here you get support for the sensor part of the first
59 and second revision of the Abit uGuru chip. The voltage and frequency
60 control parts of the Abit uGuru are not supported. The Abit uGuru
61 chip can be found on Abit uGuru featuring motherboards (most modern
62 Abit motherboards from before end 2005). For more info and a list
63 of which motherboards have which revision see
64 Documentation/hwmon/abituguru.rst
66 This driver can also be built as a module. If so, the module
67 will be called abituguru.
69 config SENSORS_ABITUGURU3
70 tristate "Abit uGuru (rev 3)"
73 If you say yes here you get support for the sensor part of the
74 third revision of the Abit uGuru chip. Only reading the sensors
75 and their settings is supported. The third revision of the Abit
76 uGuru chip can be found on recent Abit motherboards (since end
77 2005). For more info and a list of which motherboards have which
78 revision see Documentation/hwmon/abituguru3.rst
80 This driver can also be built as a module. If so, the module
81 will be called abituguru3.
84 tristate "Analog Devices AD7314 and compatibles"
87 If you say yes here you get support for the Analog Devices
88 AD7314, ADT7301 and ADT7302 temperature sensors.
90 This driver can also be built as a module. If so, the module
91 will be called ad7314.
94 tristate "Analog Devices AD7414"
97 If you say yes here you get support for the Analog Devices
98 AD7414 temperature monitoring chip.
100 This driver can also be built as a module. If so, the module
101 will be called ad7414.
103 config SENSORS_AD7418
104 tristate "Analog Devices AD7416, AD7417 and AD7418"
107 If you say yes here you get support for the Analog Devices
108 AD7416, AD7417 and AD7418 temperature monitoring chips.
110 This driver can also be built as a module. If so, the module
111 will be called ad7418.
113 config SENSORS_ADM1021
114 tristate "Analog Devices ADM1021 and compatibles"
117 If you say yes here you get support for Analog Devices ADM1021
118 and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
119 Genesys Logic GL523SM, National Semiconductor LM84 and TI THMC10.
121 This driver can also be built as a module. If so, the module
122 will be called adm1021.
124 config SENSORS_ADM1025
125 tristate "Analog Devices ADM1025 and compatibles"
129 If you say yes here you get support for Analog Devices ADM1025
130 and Philips NE1619 sensor chips.
132 This driver can also be built as a module. If so, the module
133 will be called adm1025.
135 config SENSORS_ADM1026
136 tristate "Analog Devices ADM1026 and compatibles"
140 If you say yes here you get support for Analog Devices ADM1026
143 This driver can also be built as a module. If so, the module
144 will be called adm1026.
146 config SENSORS_ADM1029
147 tristate "Analog Devices ADM1029"
150 If you say yes here you get support for Analog Devices ADM1029
152 Very rare chip, please let us know you use it.
154 This driver can also be built as a module. If so, the module
155 will be called adm1029.
157 config SENSORS_ADM1031
158 tristate "Analog Devices ADM1031 and compatibles"
161 If you say yes here you get support for Analog Devices ADM1031
162 and ADM1030 sensor chips.
164 This driver can also be built as a module. If so, the module
165 will be called adm1031.
167 config SENSORS_ADM9240
168 tristate "Analog Devices ADM9240 and compatibles"
172 If you say yes here you get support for Analog Devices ADM9240,
173 Dallas DS1780, National Semiconductor LM81 sensor chips.
175 This driver can also be built as a module. If so, the module
176 will be called adm9240.
178 config SENSORS_ADT7X10
181 This module contains common code shared by the ADT7310/ADT7320 and
182 ADT7410/ADT7420 temperature monitoring chip drivers.
184 If built as a module, the module will be called adt7x10.
186 config SENSORS_ADT7310
187 tristate "Analog Devices ADT7310/ADT7320"
188 depends on SPI_MASTER
189 select SENSORS_ADT7X10
191 If you say yes here you get support for the Analog Devices
192 ADT7310 and ADT7320 temperature monitoring chips.
194 This driver can also be built as a module. If so, the module
195 will be called adt7310.
197 config SENSORS_ADT7410
198 tristate "Analog Devices ADT7410/ADT7420"
200 select SENSORS_ADT7X10
202 If you say yes here you get support for the Analog Devices
203 ADT7410 and ADT7420 temperature monitoring chips.
205 This driver can also be built as a module. If so, the module
206 will be called adt7410.
208 config SENSORS_ADT7411
209 tristate "Analog Devices ADT7411"
212 If you say yes here you get support for the Analog Devices
213 ADT7411 voltage and temperature monitoring chip.
215 This driver can also be built as a module. If so, the module
216 will be called adt7411.
218 config SENSORS_ADT7462
219 tristate "Analog Devices ADT7462"
222 If you say yes here you get support for the Analog Devices
223 ADT7462 temperature monitoring chips.
225 This driver can also be built as a module. If so, the module
226 will be called adt7462.
228 config SENSORS_ADT7470
229 tristate "Analog Devices ADT7470"
232 If you say yes here you get support for the Analog Devices
233 ADT7470 temperature monitoring chips.
235 This driver can also be built as a module. If so, the module
236 will be called adt7470.
238 config SENSORS_ADT7475
239 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
243 If you say yes here you get support for the Analog Devices
244 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
247 This driver can also be built as a module. If so, the module
248 will be called adt7475.
251 tristate "Synaptics AS370 SoC hardware monitoring driver"
253 If you say yes here you get support for the PVT sensors of
254 the Synaptics AS370 SoC
256 This driver can also be built as a module. If so, the module
257 will be called as370-hwmon.
260 config SENSORS_ASC7621
261 tristate "Andigilog aSC7621"
264 If you say yes here you get support for the aSC7621
265 family of SMBus sensors chip found on most Intel X38, X48, X58,
266 945, 965 and 975 desktop boards. Currently supported chips:
270 This driver can also be built as a module. If so, the module
271 will be called asc7621.
273 config SENSORS_K8TEMP
274 tristate "AMD Athlon64/FX or Opteron temperature sensor"
275 depends on X86 && PCI
277 If you say yes here you get support for the temperature
278 sensor(s) inside your CPU. Supported is whole AMD K8
279 microarchitecture. Please note that you will need at least
280 lm-sensors 2.10.1 for proper userspace support.
282 This driver can also be built as a module. If so, the module
283 will be called k8temp.
285 config SENSORS_K10TEMP
286 tristate "AMD Family 10h+ temperature sensor"
287 depends on X86 && PCI && AMD_NB
289 If you say yes here you get support for the temperature
290 sensor(s) inside your CPU. Supported are later revisions of
291 the AMD Family 10h and all revisions of the AMD Family 11h,
292 12h (Llano), 14h (Brazos), 15h (Bulldozer/Trinity/Kaveri/Carrizo)
293 and 16h (Kabini/Mullins) microarchitectures.
295 This driver can also be built as a module. If so, the module
296 will be called k10temp.
298 config SENSORS_FAM15H_POWER
299 tristate "AMD Family 15h processor power"
300 depends on X86 && PCI && CPU_SUP_AMD
302 If you say yes here you get support for processor power
303 information of your AMD family 15h CPU.
305 This driver can also be built as a module. If so, the module
306 will be called fam15h_power.
308 config SENSORS_APPLESMC
309 tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
310 depends on INPUT && X86
314 This driver provides support for the Apple System Management
315 Controller, which provides an accelerometer (Apple Sudden Motion
316 Sensor), light sensors, temperature sensors, keyboard backlight
317 control and fan control.
319 Only Intel-based Apple's computers are supported (MacBook Pro,
322 Data from the different sensors, keyboard backlight control and fan
323 control are accessible via sysfs.
325 This driver also provides an absolute input class device, allowing
326 the laptop to act as a pinball machine-esque joystick.
328 Say Y here if you have an applicable laptop and want to experience
329 the awesome power of applesmc.
331 config SENSORS_ARM_SCMI
332 tristate "ARM SCMI Sensors"
333 depends on ARM_SCMI_PROTOCOL
334 depends on THERMAL || !THERMAL_OF
336 This driver provides support for temperature, voltage, current
337 and power sensors available on SCMI based platforms. The actual
338 number and type of sensors exported depend on the platform.
340 This driver can also be built as a module. If so, the module
341 will be called scmi-hwmon.
343 config SENSORS_ARM_SCPI
344 tristate "ARM SCPI Sensors"
345 depends on ARM_SCPI_PROTOCOL
346 depends on THERMAL || !THERMAL_OF
348 This driver provides support for temperature, voltage, current
349 and power sensors available on ARM Ltd's SCP based platforms. The
350 actual number and type of sensors exported depend on the platform.
352 config SENSORS_ASB100
353 tristate "Asus ASB100 Bach"
354 depends on X86 && I2C
357 If you say yes here you get support for the ASB100 Bach sensor
358 chip found on some Asus mainboards.
360 This driver can also be built as a module. If so, the module
361 will be called asb100.
363 config SENSORS_ASPEED
364 tristate "ASPEED AST2400/AST2500 PWM and Fan tach driver"
365 depends on THERMAL || THERMAL=n
368 This driver provides support for ASPEED AST2400/AST2500 PWM
369 and Fan Tacho controllers.
371 This driver can also be built as a module. If so, the module
372 will be called aspeed_pwm_tacho.
375 tristate "Attansic ATXP1 VID controller"
379 If you say yes here you get support for the Attansic ATXP1 VID
382 If your board have such a chip, you are able to control your CPU
383 core and other voltages.
385 This driver can also be built as a module. If so, the module
386 will be called atxp1.
389 tristate "Dallas Semiconductor DS620"
392 If you say yes here you get support for Dallas Semiconductor
395 This driver can also be built as a module. If so, the module
396 will be called ds620.
398 config SENSORS_DS1621
399 tristate "Dallas Semiconductor DS1621 and compatibles"
402 If you say yes here you get support for Dallas Semiconductor/Maxim
403 Integrated DS1621 sensor chips and compatible models including:
405 - Dallas Semiconductor DS1625
406 - Maxim Integrated DS1631
407 - Maxim Integrated DS1721
408 - Maxim Integrated DS1731
410 This driver can also be built as a module. If so, the module
411 will be called ds1621.
413 config SENSORS_DELL_SMM
414 tristate "Dell laptop SMM BIOS hwmon driver"
417 This hwmon driver adds support for reporting temperature of different
418 sensors and controls the fans on Dell laptops via System Management
419 Mode provided by Dell BIOS.
421 When option I8K is also enabled this driver provides legacy /proc/i8k
422 userspace interface for i8kutils package.
424 config SENSORS_DA9052_ADC
425 tristate "Dialog DA9052/DA9053 ADC"
426 depends on PMIC_DA9052
428 Say y here to support the ADC found on Dialog Semiconductor
429 DA9052-BC and DA9053-AA/Bx PMICs.
431 This driver can also be built as module. If so, the module
432 will be called da9052-hwmon.
434 config SENSORS_DA9055
435 tristate "Dialog Semiconductor DA9055 ADC"
436 depends on MFD_DA9055
438 If you say yes here you get support for ADC on the Dialog
439 Semiconductor DA9055 PMIC.
441 This driver can also be built as a module. If so, the module
442 will be called da9055-hwmon.
444 config SENSORS_I5K_AMB
445 tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
448 If you say yes here you get support for FB-DIMM AMB temperature
449 monitoring chips on systems with the Intel 5000 series chipset.
451 This driver can also be built as a module. If so, the module
452 will be called i5k_amb.
454 config SENSORS_F71805F
455 tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
458 If you say yes here you get support for hardware monitoring
459 features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
462 This driver can also be built as a module. If so, the module
463 will be called f71805f.
465 config SENSORS_F71882FG
466 tristate "Fintek F71882FG and compatibles"
469 If you say yes here you get support for hardware monitoring
470 features of many Fintek Super-I/O (LPC) chips. The currently
484 This driver can also be built as a module. If so, the module
485 will be called f71882fg.
487 config SENSORS_F75375S
488 tristate "Fintek F75375S/SP, F75373 and F75387"
491 If you say yes here you get support for hardware monitoring
492 features of the Fintek F75375S/SP, F75373 and F75387
494 This driver can also be built as a module. If so, the module
495 will be called f75375s.
497 config SENSORS_MC13783_ADC
498 tristate "Freescale MC13783/MC13892 ADC"
499 depends on MFD_MC13XXX
501 Support for the A/D converter on MC13783 and MC13892 PMIC.
503 config SENSORS_FSCHMD
504 tristate "Fujitsu Siemens Computers sensor chips"
505 depends on X86 && I2C
507 If you say yes here you get support for the following Fujitsu
508 Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
509 Heimdall, Heracles, Hades and Syleus including support for the
512 This is a merged driver for FSC sensor chips replacing the fscpos,
513 fscscy and fscher drivers and adding support for several other FSC
516 This driver can also be built as a module. If so, the module
517 will be called fschmd.
519 config SENSORS_FTSTEUTATES
520 tristate "Fujitsu Technology Solutions sensor chip Teutates"
521 depends on I2C && WATCHDOG
524 If you say yes here you get support for the Fujitsu Technology
525 Solutions (FTS) sensor chip "Teutates" including support for
526 the integrated watchdog.
528 This driver can also be built as a module. If so, the module
529 will be called ftsteutates.
531 config SENSORS_GL518SM
532 tristate "Genesys Logic GL518SM"
535 If you say yes here you get support for Genesys Logic GL518SM
538 This driver can also be built as a module. If so, the module
539 will be called gl518sm.
541 config SENSORS_GL520SM
542 tristate "Genesys Logic GL520SM"
546 If you say yes here you get support for Genesys Logic GL520SM
549 This driver can also be built as a module. If so, the module
550 will be called gl520sm.
556 If you say yes here you get support for Global Mixed-mode
557 Technology Inc G760A fan speed PWM controller chips.
559 This driver can also be built as a module. If so, the module
560 will be called g760a.
563 tristate "GMT G762 and G763"
566 If you say yes here you get support for Global Mixed-mode
567 Technology Inc G762 and G763 fan speed PWM controller chips.
569 This driver can also be built as a module. If so, the module
572 config SENSORS_GPIO_FAN
575 depends on GPIOLIB || COMPILE_TEST
576 depends on THERMAL || THERMAL=n
578 If you say yes here you get support for fans connected to GPIO lines.
580 This driver can also be built as a module. If so, the module
581 will be called gpio-fan.
583 config SENSORS_HIH6130
584 tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor"
587 If you say yes here you get support for Honeywell Humidicon
588 HIH-6130 and HIH-6131 Humidicon humidity sensors.
590 This driver can also be built as a module. If so, the module
591 will be called hih6130.
593 config SENSORS_IBMAEM
594 tristate "IBM Active Energy Manager temperature/power sensors and control"
596 depends on IPMI_HANDLER
598 If you say yes here you get support for the temperature and
599 power sensors and capping hardware in various IBM System X
600 servers that support Active Energy Manager. This includes
601 the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
602 and certain HC10/HS2x/LS2x/QS2x blades.
604 This driver can also be built as a module. If so, the module
605 will be called ibmaem.
607 config SENSORS_IBMPEX
608 tristate "IBM PowerExecutive temperature/power sensors"
610 depends on IPMI_HANDLER
612 If you say yes here you get support for the temperature and
613 power sensors in various IBM System X servers that support
614 PowerExecutive. So far this includes the x3350, x3550, x3650,
615 x3655, and x3755; the x3800, x3850, and x3950 models that have
616 PCI Express; and some of the HS2x, LS2x, and QS2x blades.
618 This driver can also be built as a module. If so, the module
619 will be called ibmpex.
621 config SENSORS_IBMPOWERNV
622 tristate "IBM POWERNV platform sensors"
623 depends on PPC_POWERNV
626 If you say yes here you get support for the temperature/fan/power
627 sensors on your PowerNV platform.
629 This driver can also be built as a module. If so, the module
630 will be called ibmpowernv.
632 config SENSORS_IIO_HWMON
633 tristate "Hwmon driver that uses channels specified via iio maps"
636 This is a platform driver that in combination with a suitable
637 map allows IIO devices to provide basic hwmon functionality
638 for those channels specified in the map. This map can be provided
639 either via platform data or the device tree bindings.
642 tristate "Intel 5500/5520/X58 temperature sensor"
643 depends on X86 && PCI
645 If you say yes here you get support for the temperature
646 sensor inside the Intel 5500, 5520 and X58 chipsets.
648 This driver can also be built as a module. If so, the module
649 will be called i5500_temp.
651 config SENSORS_CORETEMP
652 tristate "Intel Core/Core2/Atom temperature sensor"
655 If you say yes here you get support for the temperature
656 sensor inside your CPU. Most of the family 6 CPUs
657 are supported. Check Documentation/hwmon/coretemp.rst for details.
660 tristate "ITE IT87xx and compatibles"
664 If you say yes here you get support for ITE IT8705F, IT8712F, IT8716F,
665 IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8732F, IT8758E,
666 IT8771E, IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, IT8790E,
667 IT8603E, IT8620E, IT8623E, and IT8628E sensor chips, and the SiS950
670 This driver can also be built as a module. If so, the module
674 tristate "JEDEC JC42.4 compliant memory module temperature sensors"
677 If you say yes here, you get support for JEDEC JC42.4 compliant
678 temperature sensors, which are used on many DDR3 memory modules for
679 mobile devices and servers. Support will include, but not be limited
680 to, ADT7408, AT30TS00, CAT34TS02, CAT6095, MAX6604, MCP9804, MCP9805,
681 MCP9808, MCP98242, MCP98243, MCP98244, MCP9843, SE97, SE98,
682 STTS424(E), STTS2002, STTS3000, TSE2002, TSE2004, TS3000, and TS3001.
684 This driver can also be built as a module. If so, the module
687 config SENSORS_POWR1220
688 tristate "Lattice POWR1220 Power Monitoring"
691 If you say yes here you get access to the hardware monitoring
692 functions of the Lattice POWR1220 isp Power Supply Monitoring,
693 Sequencing and Margining Controller.
695 This driver can also be built as a module. If so, the module
696 will be called powr1220.
698 config SENSORS_LINEAGE
699 tristate "Lineage Compact Power Line Power Entry Module"
702 If you say yes here you get support for the Lineage Compact Power Line
703 series of DC/DC and AC/DC converters such as CP1800, CP2000AC,
704 CP2000DC, CP2725, and others.
706 This driver can also be built as a module. If so, the module
707 will be called lineage-pem.
709 config SENSORS_LOCHNAGAR
710 tristate "Lochnagar Hardware Monitor"
711 depends on MFD_LOCHNAGAR
713 If you say yes here you get support for Lochnagar 2 temperature,
714 voltage and current sensors abilities.
716 This driver can also be built as a module. If so, the module
717 will be called lochnagar-hwmon.
719 config SENSORS_LTC2945
720 tristate "Linear Technology LTC2945"
724 If you say yes here you get support for Linear Technology LTC2945
727 This driver can also be built as a module. If so, the module will
730 config SENSORS_LTC2947
733 config SENSORS_LTC2947_I2C
734 tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over I2C"
737 select SENSORS_LTC2947
739 If you say yes here you get support for Linear Technology LTC2947
740 I2C High Precision Power and Energy Monitor
742 This driver can also be built as a module. If so, the module will
743 be called ltc2947-i2c.
745 config SENSORS_LTC2947_SPI
746 tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over SPI"
747 depends on SPI_MASTER
749 select SENSORS_LTC2947
751 If you say yes here you get support for Linear Technology LTC2947
752 SPI High Precision Power and Energy Monitor
754 This driver can also be built as a module. If so, the module will
755 be called ltc2947-spi.
757 config SENSORS_LTC2990
758 tristate "Linear Technology LTC2990"
761 If you say yes here you get support for Linear Technology LTC2990
762 I2C System Monitor. The LTC2990 supports a combination of voltage,
763 current and temperature monitoring.
765 This driver can also be built as a module. If so, the module will
768 config SENSORS_LTC4151
769 tristate "Linear Technology LTC4151"
772 If you say yes here you get support for Linear Technology LTC4151
773 High Voltage I2C Current and Voltage Monitor interface.
775 This driver can also be built as a module. If so, the module will
778 config SENSORS_LTC4215
779 tristate "Linear Technology LTC4215"
782 If you say yes here you get support for Linear Technology LTC4215
783 Hot Swap Controller I2C interface.
785 This driver can also be built as a module. If so, the module will
788 config SENSORS_LTC4222
789 tristate "Linear Technology LTC4222"
793 If you say yes here you get support for Linear Technology LTC4222
794 Dual Hot Swap Controller I2C interface.
796 This driver can also be built as a module. If so, the module will
799 config SENSORS_LTC4245
800 tristate "Linear Technology LTC4245"
803 If you say yes here you get support for Linear Technology LTC4245
804 Multiple Supply Hot Swap Controller I2C interface.
806 This driver can also be built as a module. If so, the module will
809 config SENSORS_LTC4260
810 tristate "Linear Technology LTC4260"
814 If you say yes here you get support for Linear Technology LTC4260
815 Positive Voltage Hot Swap Controller I2C interface.
817 This driver can also be built as a module. If so, the module will
820 config SENSORS_LTC4261
821 tristate "Linear Technology LTC4261"
824 If you say yes here you get support for Linear Technology LTC4261
825 Negative Voltage Hot Swap Controller I2C interface.
827 This driver can also be built as a module. If so, the module will
830 config SENSORS_LTQ_CPUTEMP
831 bool "Lantiq cpu temperature sensor driver"
834 If you say yes here you get support for the temperature
835 sensor inside your CPU.
837 config SENSORS_MAX1111
838 tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles"
839 depends on SPI_MASTER
841 Say y here to support Maxim's MAX1110, MAX1111, MAX1112, and MAX1113
844 This driver can also be built as a module. If so, the module
845 will be called max1111.
847 config SENSORS_MAX16065
848 tristate "Maxim MAX16065 System Manager and compatibles"
851 If you say yes here you get support for hardware monitoring
852 capabilities of the following Maxim System Manager chips.
860 This driver can also be built as a module. If so, the module
861 will be called max16065.
863 config SENSORS_MAX1619
864 tristate "Maxim MAX1619 sensor chip"
867 If you say yes here you get support for MAX1619 sensor chip.
869 This driver can also be built as a module. If so, the module
870 will be called max1619.
872 config SENSORS_MAX1668
873 tristate "Maxim MAX1668 and compatibles"
876 If you say yes here you get support for MAX1668, MAX1989 and
879 This driver can also be built as a module. If so, the module
880 will be called max1668.
882 config SENSORS_MAX197
883 tristate "Maxim MAX197 and compatibles"
885 Support for the Maxim MAX197 A/D converter.
886 Support will include, but not be limited to, MAX197, and MAX199.
888 This driver can also be built as a module. If so, the module
889 will be called max197.
891 config SENSORS_MAX31722
892 tristate "MAX31722 temperature sensor"
895 Support for the Maxim Integrated MAX31722/MAX31723 digital
896 thermometers/thermostats operating over an SPI interface.
898 This driver can also be built as a module. If so, the module
899 will be called max31722.
901 config SENSORS_MAX6621
902 tristate "Maxim MAX6621 sensor chip"
906 If you say yes here you get support for MAX6621 sensor chip.
907 MAX6621 is a PECI-to-I2C translator provides an efficient,
908 low-cost solution for PECI-to-SMBus/I2C protocol conversion.
909 It allows reading the temperature from the PECI-compliant
910 host directly from up to four PECI-enabled CPUs.
912 This driver can also be built as a module. If so, the module
913 will be called max6621.
915 config SENSORS_MAX6639
916 tristate "Maxim MAX6639 sensor chip"
919 If you say yes here you get support for the MAX6639
922 This driver can also be built as a module. If so, the module
923 will be called max6639.
925 config SENSORS_MAX6642
926 tristate "Maxim MAX6642 sensor chip"
929 If you say yes here you get support for MAX6642 sensor chip.
930 MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor
931 with Overtemperature Alarm from Maxim.
933 This driver can also be built as a module. If so, the module
934 will be called max6642.
936 config SENSORS_MAX6650
937 tristate "Maxim MAX6650 sensor chip"
939 depends on THERMAL || THERMAL=n
941 If you say yes here you get support for the MAX6650 / MAX6651
944 This driver can also be built as a module. If so, the module
945 will be called max6650.
947 config SENSORS_MAX6697
948 tristate "Maxim MAX6697 and compatibles"
951 If you say yes here you get support for MAX6581, MAX6602, MAX6622,
952 MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699
953 temperature sensor chips.
955 This driver can also be built as a module. If so, the module
956 will be called max6697.
958 config SENSORS_MAX31790
959 tristate "Maxim MAX31790 sensor chip"
962 If you say yes here you get support for 6-Channel PWM-Output
965 This driver can also be built as a module. If so, the module
966 will be called max31790.
968 config SENSORS_MCP3021
969 tristate "Microchip MCP3021 and compatibles"
972 If you say yes here you get support for MCP3021 and MCP3221.
973 The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221
974 with 12-bit resolution.
976 This driver can also be built as a module. If so, the module
977 will be called mcp3021.
979 config SENSORS_MLXREG_FAN
980 tristate "Mellanox Mellanox FAN driver"
981 depends on MELLANOX_PLATFORM
985 This option enables support for the FAN control on the Mellanox
986 Ethernet and InfiniBand switches. The driver can be activated by the
987 platform device add call. Say Y to enable these. To compile this
988 driver as a module, choose 'M' here: the module will be called
992 tristate "Microchip TC654/TC655 and compatibles"
995 If you say yes here you get support for TC654 and TC655.
996 The TC654 and TC655 are PWM mode fan speed controllers with
997 FanSense technology for use with brushless DC fans.
999 This driver can also be built as a module. If so, the module
1000 will be called tc654.
1002 config SENSORS_MENF21BMC_HWMON
1003 tristate "MEN 14F021P00 BMC Hardware Monitoring"
1004 depends on MFD_MENF21BMC
1006 Say Y here to include support for the MEN 14F021P00 BMC
1007 hardware monitoring.
1009 This driver can also be built as a module. If so the module
1010 will be called menf21bmc_hwmon.
1012 config SENSORS_ADCXX
1013 tristate "National Semiconductor ADCxxxSxxx"
1014 depends on SPI_MASTER
1016 If you say yes here you get support for the National Semiconductor
1017 ADC<bb><c>S<sss> chip family, where
1018 * bb is the resolution in number of bits (8, 10, 12)
1019 * c is the number of channels (1, 2, 4, 8)
1020 * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
1021 kSPS and 101 for 1 MSPS)
1023 Examples : ADC081S101, ADC124S501, ...
1025 This driver can also be built as a module. If so, the module
1026 will be called adcxx.
1029 tristate "National Semiconductor LM63 and compatibles"
1032 If you say yes here you get support for the National
1033 Semiconductor LM63, LM64, and LM96163 remote diode digital temperature
1034 sensors with integrated fan control. Such chips are found
1035 on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
1038 This driver can also be built as a module. If so, the module
1039 will be called lm63.
1042 tristate "National Semiconductor LM70 and compatibles"
1043 depends on SPI_MASTER
1045 If you say yes here you get support for the National Semiconductor
1046 LM70, LM71, LM74 and Texas Instruments TMP121/TMP123 digital tempera-
1049 This driver can also be built as a module. If so, the module
1050 will be called lm70.
1053 tristate "National Semiconductor LM73"
1056 If you say yes here you get support for National Semiconductor LM73
1058 This driver can also be built as a module. If so, the module
1059 will be called lm73.
1062 tristate "National Semiconductor LM75 and compatibles"
1066 If you say yes here you get support for one common type of
1067 temperature sensor chip, with models including:
1069 - Analog Devices ADT75
1070 - Dallas Semiconductor DS75, DS1775 and DS7505
1071 - Global Mixed-mode Technology (GMT) G751
1072 - Maxim MAX6625 and MAX6626
1074 - National Semiconductor LM75, LM75A
1076 - ST Microelectronics STDS75
1077 - ST Microelectronics STLM75
1078 - TelCom (now Microchip) TCN75
1079 - Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75,
1082 This driver supports driver model based binding through board
1083 specific I2C device tables.
1085 It also supports the "legacy" style of driver binding. To use
1086 that with some chips which don't replicate LM75 quirks exactly,
1087 you may need the "force" module parameter.
1089 This driver can also be built as a module. If so, the module
1090 will be called lm75.
1093 tristate "National Semiconductor LM77"
1096 If you say yes here you get support for National Semiconductor LM77
1099 This driver can also be built as a module. If so, the module
1100 will be called lm77.
1103 tristate "National Semiconductor LM78 and compatibles"
1107 If you say yes here you get support for National Semiconductor LM78,
1110 This driver can also be built as a module. If so, the module
1111 will be called lm78.
1114 tristate "National Semiconductor LM80 and LM96080"
1117 If you say yes here you get support for National Semiconductor
1118 LM80 and LM96080 sensor chips.
1120 This driver can also be built as a module. If so, the module
1121 will be called lm80.
1124 tristate "National Semiconductor LM83 and compatibles"
1127 If you say yes here you get support for National Semiconductor
1128 LM82 and LM83 sensor chips.
1130 This driver can also be built as a module. If so, the module
1131 will be called lm83.
1134 tristate "National Semiconductor LM85 and compatibles"
1138 If you say yes here you get support for National Semiconductor LM85
1139 sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
1140 EMC6D101, EMC6D102, and EMC6D103.
1142 This driver can also be built as a module. If so, the module
1143 will be called lm85.
1146 tristate "National Semiconductor LM87 and compatibles"
1150 If you say yes here you get support for National Semiconductor LM87
1151 and Analog Devices ADM1024 sensor chips.
1153 This driver can also be built as a module. If so, the module
1154 will be called lm87.
1157 tristate "National Semiconductor LM90 and compatibles"
1160 If you say yes here you get support for National Semiconductor LM90,
1161 LM86, LM89 and LM99, Analog Devices ADM1032, ADT7461, and ADT7461A,
1162 Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
1163 MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, ON Semiconductor NCT1008,
1164 Winbond/Nuvoton W83L771W/G/AWG/ASG, Philips SA56004, GMT G781, and
1165 Texas Instruments TMP451 sensor chips.
1167 This driver can also be built as a module. If so, the module
1168 will be called lm90.
1171 tristate "National Semiconductor LM92 and compatibles"
1174 If you say yes here you get support for National Semiconductor LM92
1175 and Maxim MAX6635 sensor chips.
1177 This driver can also be built as a module. If so, the module
1178 will be called lm92.
1181 tristate "National Semiconductor LM93 and compatibles"
1185 If you say yes here you get support for National Semiconductor LM93,
1186 LM94, and compatible sensor chips.
1188 This driver can also be built as a module. If so, the module
1189 will be called lm93.
1191 config SENSORS_LM95234
1192 tristate "National Semiconductor LM95234 and compatibles"
1195 If you say yes here you get support for the LM95233 and LM95234
1196 temperature sensor chips.
1198 This driver can also be built as a module. If so, the module
1199 will be called lm95234.
1201 config SENSORS_LM95241
1202 tristate "National Semiconductor LM95241 and compatibles"
1205 If you say yes here you get support for LM95231 and LM95241 sensor
1208 This driver can also be built as a module. If so, the module
1209 will be called lm95241.
1211 config SENSORS_LM95245
1212 tristate "National Semiconductor LM95245 and compatibles"
1216 If you say yes here you get support for LM95235 and LM95245
1217 temperature sensor chips.
1219 This driver can also be built as a module. If so, the module
1220 will be called lm95245.
1222 config SENSORS_PC87360
1223 tristate "National Semiconductor PC87360 family"
1227 If you say yes here you get access to the hardware monitoring
1228 functions of the National Semiconductor PC8736x Super-I/O chips.
1229 The PC87360, PC87363 and PC87364 only have fan monitoring and
1230 control. The PC87365 and PC87366 additionally have voltage and
1231 temperature monitoring.
1233 This driver can also be built as a module. If so, the module
1234 will be called pc87360.
1236 config SENSORS_PC87427
1237 tristate "National Semiconductor PC87427"
1240 If you say yes here you get access to the hardware monitoring
1241 functions of the National Semiconductor PC87427 Super-I/O chip.
1242 The chip has two distinct logical devices, one for fan speed
1243 monitoring and control, and one for voltage and temperature
1244 monitoring. Fan speed monitoring and control are supported, as
1245 well as temperature monitoring. Voltages aren't supported yet.
1247 This driver can also be built as a module. If so, the module
1248 will be called pc87427.
1250 config SENSORS_NTC_THERMISTOR
1251 tristate "NTC thermistor support from Murata"
1252 depends on !OF || IIO=n || IIO
1253 depends on THERMAL || !THERMAL_OF
1255 This driver supports NTC thermistors sensor reading and its
1256 interpretation. The driver can also monitor the temperature and
1257 send notifications about the temperature.
1259 Currently, this driver supports
1260 NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, NCP15WL333,
1261 NCP03WF104 and NCP15XH103 from Murata and B57330V2103 and
1262 B57891S0103 from EPCOS.
1264 This driver can also be built as a module. If so, the module
1265 will be called ntc-thermistor.
1267 config SENSORS_NCT6683
1268 tristate "Nuvoton NCT6683D"
1271 If you say yes here you get support for the hardware monitoring
1272 functionality of the Nuvoton NCT6683D eSIO chip.
1274 This driver can also be built as a module. If so, the module
1275 will be called nct6683.
1277 config SENSORS_NCT6775
1278 tristate "Nuvoton NCT6775F and compatibles"
1282 If you say yes here you get support for the hardware monitoring
1283 functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D,
1284 NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible
1285 Super-I/O chips. This driver replaces the w83627ehf driver for
1286 NCT6775F and NCT6776F.
1288 This driver can also be built as a module. If so, the module
1289 will be called nct6775.
1291 config SENSORS_NCT7802
1292 tristate "Nuvoton NCT7802Y"
1296 If you say yes here you get support for the Nuvoton NCT7802Y
1297 hardware monitoring chip.
1299 This driver can also be built as a module. If so, the module
1300 will be called nct7802.
1302 config SENSORS_NCT7904
1303 tristate "Nuvoton NCT7904"
1306 If you say yes here you get support for the Nuvoton NCT7904
1307 hardware monitoring chip, including manual fan speed control.
1309 This driver can also be built as a module. If so, the module
1310 will be called nct7904.
1312 config SENSORS_NPCM7XX
1313 tristate "Nuvoton NPCM750 and compatible PWM and Fan controllers"
1316 This driver provides support for Nuvoton NPCM750/730/715/705 PWM
1317 and Fan controllers.
1319 This driver can also be built as a module. If so, the module
1320 will be called npcm750-pwm-fan.
1322 config SENSORS_NSA320
1323 tristate "ZyXEL NSA320 and compatible fan speed and temperature sensors"
1324 depends on GPIOLIB && OF
1325 depends on MACH_KIRKWOOD || COMPILE_TEST
1327 If you say yes here you get support for hardware monitoring
1328 for the ZyXEL NSA320 Media Server and other compatible devices
1329 (probably the NSA325 and some NSA310 variants).
1331 The sensor data is taken from a Holtek HT46R065 microcontroller
1332 connected to GPIO lines.
1334 This driver can also be built as a module. If so, the module
1335 will be called nsa320-hwmon.
1337 source "drivers/hwmon/occ/Kconfig"
1339 config SENSORS_PCF8591
1340 tristate "Philips PCF8591 ADC/DAC"
1343 If you say yes here you get support for Philips PCF8591 4-channel
1344 ADC, 1-channel DAC chips.
1346 This driver can also be built as a module. If so, the module
1347 will be called pcf8591.
1349 These devices are hard to detect and rarely found on mainstream
1350 hardware. If unsure, say N.
1352 source "drivers/hwmon/pmbus/Kconfig"
1354 config SENSORS_PWM_FAN
1356 depends on (PWM && OF) || COMPILE_TEST
1357 depends on THERMAL || THERMAL=n
1359 If you say yes here you get support for fans connected to PWM lines.
1360 The driver uses the generic PWM interface, thus it will work on a
1363 This driver can also be built as a module. If so, the module
1364 will be called pwm-fan.
1366 config SENSORS_RASPBERRYPI_HWMON
1367 tristate "Raspberry Pi voltage monitor"
1368 depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
1370 If you say yes here you get support for voltage sensor on the
1373 This driver can also be built as a module. If so, the module
1374 will be called raspberrypi-hwmon.
1376 config SENSORS_SHT15
1377 tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
1378 depends on GPIOLIB || COMPILE_TEST
1381 If you say yes here you get support for the Sensiron SHT10, SHT11,
1382 SHT15, SHT71, SHT75 humidity and temperature sensors.
1384 This driver can also be built as a module. If so, the module
1385 will be called sht15.
1387 config SENSORS_SHT21
1388 tristate "Sensiron humidity and temperature sensors. SHT21 and compat."
1391 If you say yes here you get support for the Sensiron SHT21, SHT25
1392 humidity and temperature sensors.
1394 This driver can also be built as a module. If so, the module
1395 will be called sht21.
1397 config SENSORS_SHT3x
1398 tristate "Sensiron humidity and temperature sensors. SHT3x and compat."
1402 If you say yes here you get support for the Sensiron SHT30 and SHT31
1403 humidity and temperature sensors.
1405 This driver can also be built as a module. If so, the module
1406 will be called sht3x.
1408 config SENSORS_SHTC1
1409 tristate "Sensiron humidity and temperature sensors. SHTC1 and compat."
1412 If you say yes here you get support for the Sensiron SHTC1, SHTW1,
1413 and SHTC3 humidity and temperature sensors.
1415 This driver can also be built as a module. If so, the module
1416 will be called shtc1.
1419 tristate "Samsung built-in ADC"
1422 If you say yes here you get support for the on-board ADCs of
1423 the Samsung S3C24XX, S3C64XX and other series of SoC
1425 This driver can also be built as a module. If so, the module
1426 will be called s3c-hwmon.
1428 config SENSORS_S3C_RAW
1429 bool "Include raw channel attributes in sysfs"
1430 depends on SENSORS_S3C
1432 Say Y here if you want to include raw copies of all the ADC
1435 config SENSORS_SIS5595
1436 tristate "Silicon Integrated Systems Corp. SiS5595"
1439 If you say yes here you get support for the integrated sensors in
1440 SiS5595 South Bridges.
1442 This driver can also be built as a module. If so, the module
1443 will be called sis5595.
1445 config SENSORS_DME1737
1446 tristate "SMSC DME1737, SCH311x and compatibles"
1447 depends on I2C && !PPC
1450 If you say yes here you get support for the hardware monitoring
1451 and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
1452 Asus A8000 Super-I/O chips.
1454 This driver can also be built as a module. If so, the module
1455 will be called dme1737.
1457 config SENSORS_EMC1403
1458 tristate "SMSC EMC1403/23 thermal sensor"
1462 If you say yes here you get support for the SMSC EMC1403/23
1463 temperature monitoring chip.
1465 Threshold values can be configured using sysfs.
1466 Data from the different diodes are accessible via sysfs.
1468 config SENSORS_EMC2103
1469 tristate "SMSC EMC2103"
1472 If you say yes here you get support for the temperature
1473 and fan sensors of the SMSC EMC2103 chips.
1475 This driver can also be built as a module. If so, the module
1476 will be called emc2103.
1478 config SENSORS_EMC6W201
1479 tristate "SMSC EMC6W201"
1482 If you say yes here you get support for the SMSC EMC6W201
1483 hardware monitoring chip.
1485 This driver can also be built as a module. If so, the module
1486 will be called emc6w201.
1488 config SENSORS_SMSC47M1
1489 tristate "SMSC LPC47M10x and compatibles"
1492 If you say yes here you get support for the integrated fan
1493 monitoring and control capabilities of the SMSC LPC47B27x,
1494 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
1495 LPC47M192, LPC47M292 and LPC47M997 chips.
1497 The temperature and voltage sensor features of the LPC47M15x,
1498 LPC47M192, LPC47M292 and LPC47M997 are supported by another
1499 driver, select also "SMSC LPC47M192 and compatibles" below for
1502 This driver can also be built as a module. If so, the module
1503 will be called smsc47m1.
1505 config SENSORS_SMSC47M192
1506 tristate "SMSC LPC47M192 and compatibles"
1510 If you say yes here you get support for the temperature and
1511 voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
1512 and LPC47M997 chips.
1514 The fan monitoring and control capabilities of these chips
1515 are supported by another driver, select
1516 "SMSC LPC47M10x and compatibles" above. You need both drivers
1517 if you want fan control and voltage/temperature sensor support.
1519 This driver can also be built as a module. If so, the module
1520 will be called smsc47m192.
1522 config SENSORS_SMSC47B397
1523 tristate "SMSC LPC47B397-NC"
1526 If you say yes here you get support for the SMSC LPC47B397-NC
1529 This driver can also be built as a module. If so, the module
1530 will be called smsc47b397.
1532 config SENSORS_SCH56XX_COMMON
1535 config SENSORS_SCH5627
1536 tristate "SMSC SCH5627"
1537 depends on !PPC && WATCHDOG
1538 select SENSORS_SCH56XX_COMMON
1539 select WATCHDOG_CORE
1541 If you say yes here you get support for the hardware monitoring
1542 features of the SMSC SCH5627 Super-I/O chip including support for
1543 the integrated watchdog.
1545 This driver can also be built as a module. If so, the module
1546 will be called sch5627.
1548 config SENSORS_SCH5636
1549 tristate "SMSC SCH5636"
1550 depends on !PPC && WATCHDOG
1551 select SENSORS_SCH56XX_COMMON
1552 select WATCHDOG_CORE
1554 SMSC SCH5636 Super I/O chips include an embedded microcontroller for
1555 hardware monitoring solutions, allowing motherboard manufacturers to
1556 create their own custom hwmon solution based upon the SCH5636.
1558 Currently this driver only supports the Fujitsu Theseus SCH5636 based
1559 hwmon solution. Say yes here if you want support for the Fujitsu
1560 Theseus' hardware monitoring features including support for the
1561 integrated watchdog.
1563 This driver can also be built as a module. If so, the module
1564 will be called sch5636.
1566 config SENSORS_STTS751
1567 tristate "ST Microelectronics STTS751"
1570 If you say yes here you get support for STTS751
1571 temperature sensor chips.
1573 This driver can also be built as a module. If so, the module
1574 will be called stts751.
1576 config SENSORS_SMM665
1577 tristate "Summit Microelectronics SMM665"
1580 If you say yes here you get support for the hardware monitoring
1581 features of the Summit Microelectronics SMM665/SMM665B Six-Channel
1582 Active DC Output Controller / Monitor.
1584 Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
1585 Support for those chips is untested.
1587 This driver can also be built as a module. If so, the module will
1590 config SENSORS_ADC128D818
1591 tristate "Texas Instruments ADC128D818"
1594 If you say yes here you get support for the Texas Instruments
1595 ADC128D818 System Monitor with Temperature Sensor chip.
1597 This driver can also be built as a module. If so, the module
1598 will be called adc128d818.
1600 config SENSORS_ADS7828
1601 tristate "Texas Instruments ADS7828 and compatibles"
1605 If you say yes here you get support for Texas Instruments ADS7828 and
1606 ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while
1607 it is 8-bit on ADS7830.
1609 This driver can also be built as a module. If so, the module
1610 will be called ads7828.
1612 config SENSORS_ADS7871
1613 tristate "Texas Instruments ADS7871 A/D converter"
1616 If you say yes here you get support for TI ADS7871 & ADS7870
1618 This driver can also be built as a module. If so, the module
1619 will be called ads7871.
1621 config SENSORS_AMC6821
1622 tristate "Texas Instruments AMC6821"
1625 If you say yes here you get support for the Texas Instruments
1626 AMC6821 hardware monitoring chips.
1628 This driver can also be built as a module. If so, the module
1629 will be called amc6821.
1631 config SENSORS_INA209
1632 tristate "TI / Burr Brown INA209"
1635 If you say yes here you get support for the TI / Burr Brown INA209
1636 voltage / current / power monitor I2C interface.
1638 This driver can also be built as a module. If so, the module will
1641 config SENSORS_INA2XX
1642 tristate "Texas Instruments INA219 and compatibles"
1646 If you say yes here you get support for INA219, INA220, INA226,
1647 INA230, and INA231 power monitor chips.
1649 The INA2xx driver is configured for the default configuration of
1650 the part as described in the datasheet.
1651 Default value for Rshunt is 10 mOhms.
1652 This driver can also be built as a module. If so, the module
1653 will be called ina2xx.
1655 config SENSORS_INA3221
1656 tristate "Texas Instruments INA3221 Triple Power Monitor"
1660 If you say yes here you get support for the TI INA3221 Triple Power
1663 This driver can also be built as a module. If so, the module
1664 will be called ina3221.
1667 tristate "Microchip TC74"
1670 If you say yes here you get support for Microchip TC74 single
1671 input temperature sensor chips.
1673 This driver can also be built as a module. If so, the module
1674 will be called tc74.
1676 config SENSORS_THMC50
1677 tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
1680 If you say yes here you get support for Texas Instruments THMC50
1681 sensor chips and clones: the Analog Devices ADM1022.
1683 This driver can also be built as a module. If so, the module
1684 will be called thmc50.
1686 config SENSORS_TMP102
1687 tristate "Texas Instruments TMP102"
1691 If you say yes here you get support for Texas Instruments TMP102
1694 This driver can also be built as a module. If so, the module
1695 will be called tmp102.
1697 config SENSORS_TMP103
1698 tristate "Texas Instruments TMP103"
1702 If you say yes here you get support for Texas Instruments TMP103
1705 This driver can also be built as a module. If so, the module
1706 will be called tmp103.
1708 config SENSORS_TMP108
1709 tristate "Texas Instruments TMP108"
1713 If you say yes here you get support for Texas Instruments TMP108
1716 This driver can also be built as a module. If so, the module
1717 will be called tmp108.
1719 config SENSORS_TMP401
1720 tristate "Texas Instruments TMP401 and compatibles"
1723 If you say yes here you get support for Texas Instruments TMP401,
1724 TMP411, TMP431, TMP432, TMP435, and TMP461 temperature sensor chips.
1726 This driver can also be built as a module. If so, the module
1727 will be called tmp401.
1729 config SENSORS_TMP421
1730 tristate "Texas Instruments TMP421 and compatible"
1733 If you say yes here you get support for Texas Instruments TMP421,
1734 TMP422, TMP423, TMP441, and TMP442 temperature sensor chips.
1736 This driver can also be built as a module. If so, the module
1737 will be called tmp421.
1739 config SENSORS_TMP513
1740 tristate "Texas Instruments TMP513 and compatibles"
1743 If you say yes here you get support for Texas Instruments TMP512,
1744 and TMP513 temperature and power supply sensor chips.
1746 This driver can also be built as a module. If so, the module
1747 will be called tmp513.
1749 config SENSORS_VEXPRESS
1750 tristate "Versatile Express"
1751 depends on VEXPRESS_CONFIG
1753 This driver provides support for hardware sensors available on
1754 the ARM Ltd's Versatile Express platform. It can provide wide
1755 range of information like temperature, power, energy.
1757 config SENSORS_VIA_CPUTEMP
1758 tristate "VIA CPU temperature sensor"
1762 If you say yes here you get support for the temperature
1763 sensor inside your CPU. Supported are all known variants of
1764 the VIA C7 and Nano.
1766 config SENSORS_VIA686A
1770 If you say yes here you get support for the integrated sensors in
1771 Via 686A/B South Bridges.
1773 This driver can also be built as a module. If so, the module
1774 will be called via686a.
1776 config SENSORS_VT1211
1777 tristate "VIA VT1211"
1781 If you say yes here then you get support for hardware monitoring
1782 features of the VIA VT1211 Super-I/O chip.
1784 This driver can also be built as a module. If so, the module
1785 will be called vt1211.
1787 config SENSORS_VT8231
1788 tristate "VIA VT8231"
1792 If you say yes here then you get support for the integrated sensors
1793 in the VIA VT8231 device.
1795 This driver can also be built as a module. If so, the module
1796 will be called vt8231.
1798 config SENSORS_W83773G
1799 tristate "Nuvoton W83773G"
1803 If you say yes here you get support for the Nuvoton W83773G hardware
1806 This driver can also be built as a module. If so, the module
1807 will be called w83773g.
1809 config SENSORS_W83781D
1810 tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
1814 If you say yes here you get support for the Winbond W8378x series
1815 of sensor chips: the W83781D, W83782D and W83783S, and the similar
1818 This driver can also be built as a module. If so, the module
1819 will be called w83781d.
1821 config SENSORS_W83791D
1822 tristate "Winbond W83791D"
1826 If you say yes here you get support for the Winbond W83791D chip.
1828 This driver can also be built as a module. If so, the module
1829 will be called w83791d.
1831 config SENSORS_W83792D
1832 tristate "Winbond W83792D"
1835 If you say yes here you get support for the Winbond W83792D chip.
1837 This driver can also be built as a module. If so, the module
1838 will be called w83792d.
1840 config SENSORS_W83793
1841 tristate "Winbond W83793"
1845 If you say yes here you get support for the Winbond W83793
1846 hardware monitoring chip, including support for the integrated
1849 This driver can also be built as a module. If so, the module
1850 will be called w83793.
1852 config SENSORS_W83795
1853 tristate "Winbond/Nuvoton W83795G/ADG"
1856 If you say yes here you get support for the Winbond W83795G and
1857 W83795ADG hardware monitoring chip, including manual fan speed
1860 This driver can also be built as a module. If so, the module
1861 will be called w83795.
1863 config SENSORS_W83795_FANCTRL
1864 bool "Include automatic fan control support"
1865 depends on SENSORS_W83795
1867 If you say yes here, support for automatic fan speed control
1868 will be included in the driver.
1870 Please also note that this option will create sysfs attribute
1871 files which may change in the future, so you shouldn't rely
1872 on them being stable.
1874 config SENSORS_W83L785TS
1875 tristate "Winbond W83L785TS-S"
1878 If you say yes here you get support for the Winbond W83L785TS-S
1879 sensor chip, which is used on the Asus A7N8X, among other
1882 This driver can also be built as a module. If so, the module
1883 will be called w83l785ts.
1885 config SENSORS_W83L786NG
1886 tristate "Winbond W83L786NG, W83L786NR"
1889 If you say yes here you get support for the Winbond W83L786NG
1890 and W83L786NR sensor chips.
1892 This driver can also be built as a module. If so, the module
1893 will be called w83l786ng.
1895 config SENSORS_W83627HF
1896 tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
1900 If you say yes here you get support for the Winbond W836X7 series
1901 of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
1904 This driver can also be built as a module. If so, the module
1905 will be called w83627hf.
1907 config SENSORS_W83627EHF
1908 tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG, NCT6775F, NCT6776F"
1912 If you say yes here you get support for the hardware
1913 monitoring functionality of the Winbond W83627EHF Super-I/O chip.
1915 This driver also supports the W83627EHG, which is the lead-free
1916 version of the W83627EHF, and the W83627DHG, which is a similar
1917 chip suited for specific Intel processors that use PECI such as
1918 the Core 2 Duo. And also the W83627UHG, which is a stripped down
1919 version of the W83627DHG (as far as hardware monitoring goes.)
1921 This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F
1922 (also known as W83667HG-I), and NCT6776F.
1924 This driver can also be built as a module. If so, the module
1925 will be called w83627ehf.
1927 config SENSORS_WM831X
1928 tristate "WM831x PMICs"
1929 depends on MFD_WM831X
1931 If you say yes here you get support for the hardware
1932 monitoring functionality of the Wolfson Microelectronics
1933 WM831x series of PMICs.
1935 This driver can also be built as a module. If so, the module
1936 will be called wm831x-hwmon.
1938 config SENSORS_WM8350
1939 tristate "Wolfson Microelectronics WM835x"
1940 depends on MFD_WM8350
1942 If you say yes here you get support for the hardware
1943 monitoring features of the WM835x series of PMICs.
1945 This driver can also be built as a module. If so, the module
1946 will be called wm8350-hwmon.
1948 config SENSORS_ULTRA45
1949 tristate "Sun Ultra45 PIC16F747"
1952 This driver provides support for the Ultra45 workstation environmental
1955 config SENSORS_XGENE
1956 tristate "APM X-Gene SoC hardware monitoring driver"
1957 depends on XGENE_SLIMPRO_MBOX || PCC
1959 If you say yes here you get support for the temperature
1960 and power sensors for APM X-Gene SoC.
1964 comment "ACPI drivers"
1966 config SENSORS_ACPI_POWER
1967 tristate "ACPI 4.0 power meter"
1969 This driver exposes ACPI 4.0 power meters as hardware monitoring
1970 devices. Say Y (or M) if you have a computer with ACPI 4.0 firmware
1973 To compile this driver as a module, choose M here:
1974 the module will be called acpi_power_meter.
1976 config SENSORS_ATK0110
1977 tristate "ASUS ATK0110"
1980 If you say yes here you get support for the ACPI hardware
1981 monitoring interface found in many ASUS motherboards. This
1982 driver will provide readings of fans, voltages and temperatures
1983 through the system firmware.
1985 This driver can also be built as a module. If so, the module
1986 will be called asus_atk0110.