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