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