blob: 6fb93d63bd8c0b29b2685549813d980c34955da4 [file] [log] [blame]
Jean Delvaread2f9312005-07-02 18:15:49 +02001#
2# I2C Sensor chip drivers configuration
3#
4
5menu "Hardware Monitoring support"
6
7config HWMON
8 tristate "Hardware Monitoring support"
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
Mark M. Hoffman12364412005-07-15 21:38:08 -040015 control the speed of the fans. If you want this support you
16 should say Y here and also to the specific driver(s) for your
17 sensors chip(s) below.
18
Jean Delvare0d0001d2006-04-25 14:23:01 +020019 To find out which specific driver(s) you need, use the
20 sensors-detect script from the lm_sensors package. Read
21 <file:Documentation/hwmon/userspace-tools> for details.
22
Mark M. Hoffman12364412005-07-15 21:38:08 -040023 This support can also be built as a module. If so, the module
24 will be called hwmon.
Jean Delvaread2f9312005-07-02 18:15:49 +020025
Jean Delvare303760b2005-07-31 21:52:01 +020026config HWMON_VID
27 tristate
28 default n
29
Hans de Goedef2b84bb2006-06-04 20:22:24 +020030config SENSORS_ABITUGURU
31 tristate "Abit uGuru"
32 depends on HWMON && EXPERIMENTAL
33 help
34 If you say yes here you get support for the Abit uGuru chips
35 sensor part. The voltage and frequency control parts of the Abit
36 uGuru are not supported. The Abit uGuru chip can be found on Abit
37 uGuru featuring motherboards (most modern Abit motherboards).
38
39 This driver can also be built as a module. If so, the module
40 will be called abituguru.
41
Jean Delvaread2f9312005-07-02 18:15:49 +020042config SENSORS_ADM1021
43 tristate "Analog Devices ADM1021 and compatibles"
44 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +020045 help
46 If you say yes here you get support for Analog Devices ADM1021
47 and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
48 Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10,
49 and the XEON processor built-in sensor.
50
51 This driver can also be built as a module. If so, the module
52 will be called adm1021.
53
54config SENSORS_ADM1025
55 tristate "Analog Devices ADM1025 and compatibles"
56 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +020057 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +020058 help
59 If you say yes here you get support for Analog Devices ADM1025
60 and Philips NE1619 sensor chips.
61
62 This driver can also be built as a module. If so, the module
63 will be called adm1025.
64
65config SENSORS_ADM1026
66 tristate "Analog Devices ADM1026 and compatibles"
67 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +020068 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +020069 help
70 If you say yes here you get support for Analog Devices ADM1026
71 sensor chip.
72
73 This driver can also be built as a module. If so, the module
74 will be called adm1026.
75
76config SENSORS_ADM1031
77 tristate "Analog Devices ADM1031 and compatibles"
78 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +020079 help
80 If you say yes here you get support for Analog Devices ADM1031
81 and ADM1030 sensor chips.
82
83 This driver can also be built as a module. If so, the module
84 will be called adm1031.
85
86config SENSORS_ADM9240
87 tristate "Analog Devices ADM9240 and compatibles"
88 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +020089 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +020090 help
91 If you say yes here you get support for Analog Devices ADM9240,
92 Dallas DS1780, National Semiconductor LM81 sensor chips.
93
94 This driver can also be built as a module. If so, the module
95 will be called adm9240.
96
97config SENSORS_ASB100
98 tristate "Asus ASB100 Bach"
99 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200100 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200101 help
102 If you say yes here you get support for the ASB100 Bach sensor
103 chip found on some Asus mainboards.
104
105 This driver can also be built as a module. If so, the module
106 will be called asb100.
107
108config SENSORS_ATXP1
109 tristate "Attansic ATXP1 VID controller"
110 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200111 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200112 help
113 If you say yes here you get support for the Attansic ATXP1 VID
114 controller.
115
116 If your board have such a chip, you are able to control your CPU
117 core and other voltages.
118
119 This driver can also be built as a module. If so, the module
120 will be called atxp1.
121
122config SENSORS_DS1621
123 tristate "Dallas Semiconductor DS1621 and DS1625"
124 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200125 help
126 If you say yes here you get support for Dallas Semiconductor
127 DS1621 and DS1625 sensor chips.
128
129 This driver can also be built as a module. If so, the module
130 will be called ds1621.
131
Jean Delvaree53004e2006-01-09 23:26:14 +0100132config SENSORS_F71805F
133 tristate "Fintek F71805F/FG"
134 depends on HWMON && EXPERIMENTAL
135 help
136 If you say yes here you get support for hardware monitoring
137 features of the Fintek F71805F/FG chips.
138
139 This driver can also be built as a module. If so, the module
140 will be called f71805f.
141
Jean Delvaread2f9312005-07-02 18:15:49 +0200142config SENSORS_FSCHER
143 tristate "FSC Hermes"
144 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200145 help
146 If you say yes here you get support for Fujitsu Siemens
147 Computers Hermes sensor chips.
148
149 This driver can also be built as a module. If so, the module
150 will be called fscher.
151
152config SENSORS_FSCPOS
153 tristate "FSC Poseidon"
154 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200155 help
156 If you say yes here you get support for Fujitsu Siemens
157 Computers Poseidon sensor chips.
158
159 This driver can also be built as a module. If so, the module
160 will be called fscpos.
161
162config SENSORS_GL518SM
163 tristate "Genesys Logic GL518SM"
164 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200165 help
166 If you say yes here you get support for Genesys Logic GL518SM
167 sensor chips.
168
169 This driver can also be built as a module. If so, the module
170 will be called gl518sm.
171
172config SENSORS_GL520SM
173 tristate "Genesys Logic GL520SM"
174 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200175 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200176 help
177 If you say yes here you get support for Genesys Logic GL520SM
178 sensor chips.
179
180 This driver can also be built as a module. If so, the module
181 will be called gl520sm.
182
183config SENSORS_IT87
184 tristate "ITE IT87xx and compatibles"
185 depends on HWMON && I2C
Jean Delvare5042c7d2005-07-19 23:53:07 +0200186 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200187 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200188 help
189 If you say yes here you get support for ITE IT87xx sensor chips
190 and clones: SiS960.
191
192 This driver can also be built as a module. If so, the module
193 will be called it87.
194
195config SENSORS_LM63
196 tristate "National Semiconductor LM63"
197 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200198 help
199 If you say yes here you get support for the National Semiconductor
200 LM63 remote diode digital temperature sensor with integrated fan
201 control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
202 motherboard, among others.
203
204 This driver can also be built as a module. If so, the module
205 will be called lm63.
206
207config SENSORS_LM75
208 tristate "National Semiconductor LM75 and compatibles"
209 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200210 help
211 If you say yes here you get support for National Semiconductor LM75
212 sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in
213 9-bit precision mode), and TelCom (now Microchip) TCN75.
214
215 The DS75 and DS1775 in 10- to 12-bit precision modes will require
216 a force module parameter. The driver will not handle the extra
217 precision anyhow.
218
219 This driver can also be built as a module. If so, the module
220 will be called lm75.
221
222config SENSORS_LM77
223 tristate "National Semiconductor LM77"
224 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200225 help
226 If you say yes here you get support for National Semiconductor LM77
227 sensor chips.
228
229 This driver can also be built as a module. If so, the module
230 will be called lm77.
231
232config SENSORS_LM78
233 tristate "National Semiconductor LM78 and compatibles"
234 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare5042c7d2005-07-19 23:53:07 +0200235 select I2C_ISA
Jean Delvare19f673e2005-07-31 22:12:09 +0200236 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200237 help
238 If you say yes here you get support for National Semiconductor LM78,
239 LM78-J and LM79.
240
241 This driver can also be built as a module. If so, the module
242 will be called lm78.
243
244config SENSORS_LM80
245 tristate "National Semiconductor LM80"
246 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200247 help
248 If you say yes here you get support for National Semiconductor
249 LM80 sensor chips.
250
251 This driver can also be built as a module. If so, the module
252 will be called lm80.
253
254config SENSORS_LM83
Jordan Crouse43cb7eb2006-03-23 16:19:49 +0100255 tristate "National Semiconductor LM83 and compatibles"
Jean Delvaread2f9312005-07-02 18:15:49 +0200256 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200257 help
258 If you say yes here you get support for National Semiconductor
Jordan Crouse43cb7eb2006-03-23 16:19:49 +0100259 LM82 and LM83 sensor chips.
Jean Delvaread2f9312005-07-02 18:15:49 +0200260
261 This driver can also be built as a module. If so, the module
262 will be called lm83.
263
264config SENSORS_LM85
265 tristate "National Semiconductor LM85 and compatibles"
266 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200267 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200268 help
269 If you say yes here you get support for National Semiconductor LM85
270 sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
271
272 This driver can also be built as a module. If so, the module
273 will be called lm85.
274
275config SENSORS_LM87
276 tristate "National Semiconductor LM87"
277 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200278 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200279 help
280 If you say yes here you get support for National Semiconductor LM87
281 sensor chips.
282
283 This driver can also be built as a module. If so, the module
284 will be called lm87.
285
286config SENSORS_LM90
287 tristate "National Semiconductor LM90 and compatibles"
288 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200289 help
290 If you say yes here you get support for National Semiconductor LM90,
291 LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and
292 MAX6658 sensor chips.
293
294 The Analog Devices ADT7461 sensor chip is also supported, but only
295 if found in ADM1032 compatibility mode.
296
297 This driver can also be built as a module. If so, the module
298 will be called lm90.
299
300config SENSORS_LM92
301 tristate "National Semiconductor LM92 and compatibles"
302 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200303 help
304 If you say yes here you get support for National Semiconductor LM92
305 and Maxim MAX6635 sensor chips.
306
307 This driver can also be built as a module. If so, the module
308 will be called lm92.
309
310config SENSORS_MAX1619
311 tristate "Maxim MAX1619 sensor chip"
312 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200313 help
314 If you say yes here you get support for MAX1619 sensor chip.
315
316 This driver can also be built as a module. If so, the module
317 will be called max1619.
318
319config SENSORS_PC87360
320 tristate "National Semiconductor PC87360 family"
321 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200322 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200323 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200324 help
325 If you say yes here you get access to the hardware monitoring
326 functions of the National Semiconductor PC8736x Super-I/O chips.
327 The PC87360, PC87363 and PC87364 only have fan monitoring and
328 control. The PC87365 and PC87366 additionally have voltage and
329 temperature monitoring.
330
331 This driver can also be built as a module. If so, the module
332 will be called pc87360.
333
334config SENSORS_SIS5595
335 tristate "Silicon Integrated Systems Corp. SiS5595"
336 depends on HWMON && I2C && PCI && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200337 select I2C_ISA
338 help
339 If you say yes here you get support for the integrated sensors in
340 SiS5595 South Bridges.
341
342 This driver can also be built as a module. If so, the module
343 will be called sis5595.
344
345config SENSORS_SMSC47M1
346 tristate "SMSC LPC47M10x and compatibles"
347 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200348 select I2C_ISA
349 help
350 If you say yes here you get support for the integrated fan
351 monitoring and control capabilities of the SMSC LPC47B27x,
Hartmut Rick59ac8362006-03-23 16:37:23 +0100352 LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x, LPC47M192 and
353 LPC47M997 chips.
354
355 The temperature and voltage sensor features of the LPC47M192
356 and LPC47M997 are supported by another driver, select also
357 "SMSC LPC47M192 and compatibles" below for those.
Jean Delvaread2f9312005-07-02 18:15:49 +0200358
359 This driver can also be built as a module. If so, the module
360 will be called smsc47m1.
361
Hartmut Rick59ac8362006-03-23 16:37:23 +0100362config SENSORS_SMSC47M192
363 tristate "SMSC LPC47M192 and compatibles"
364 depends on HWMON && I2C && EXPERIMENTAL
365 select HWMON_VID
366 help
367 If you say yes here you get support for the temperature and
368 voltage sensors of the SMSC LPC47M192 and LPC47M997 chips.
369
370 The fan monitoring and control capabilities of these chips
371 are supported by another driver, select
372 "SMSC LPC47M10x and compatibles" above. You need both drivers
373 if you want fan control and voltage/temperature sensor support.
374
375 This driver can also be built as a module. If so, the module
376 will be called smsc47m192.
377
Jean Delvaread2f9312005-07-02 18:15:49 +0200378config SENSORS_SMSC47B397
379 tristate "SMSC LPC47B397-NC"
380 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200381 select I2C_ISA
382 help
383 If you say yes here you get support for the SMSC LPC47B397-NC
384 sensor chip.
385
386 This driver can also be built as a module. If so, the module
387 will be called smsc47b397.
388
389config SENSORS_VIA686A
390 tristate "VIA686A"
391 depends on HWMON && I2C && PCI
Jean Delvaread2f9312005-07-02 18:15:49 +0200392 select I2C_ISA
393 help
394 If you say yes here you get support for the integrated sensors in
395 Via 686A/B South Bridges.
396
397 This driver can also be built as a module. If so, the module
398 will be called via686a.
399
Roger Lucas1de9e372005-11-26 20:20:05 +0100400config SENSORS_VT8231
401 tristate "VT8231"
402 depends on HWMON && I2C && PCI && EXPERIMENTAL
403 select HWMON_VID
404 select I2C_ISA
405 help
406 If you say yes here then you get support for the integrated sensors
407 in the VIA VT8231 device.
408
409 This driver can also be built as a module. If so, the module
410 will be called vt8231.
411
Jean Delvaread2f9312005-07-02 18:15:49 +0200412config SENSORS_W83781D
413 tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F"
414 depends on HWMON && I2C
Jean Delvare5042c7d2005-07-19 23:53:07 +0200415 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200416 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200417 help
418 If you say yes here you get support for the Winbond W8378x series
419 of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
420 and the similar Asus AS99127F.
421
422 This driver can also be built as a module. If so, the module
423 will be called w83781d.
424
Charles Spirakis98739642006-04-25 14:21:03 +0200425config SENSORS_W83791D
426 tristate "Winbond W83791D"
427 depends on HWMON && I2C && EXPERIMENTAL
428 select HWMON_VID
429 help
430 If you say yes here you get support for the Winbond W83791D chip.
431
432 This driver can also be built as a module. If so, the module
433 will be called w83791d.
434
R.Marek@sh.cvut.cz5563e272005-07-27 11:43:47 +0000435config SENSORS_W83792D
436 tristate "Winbond W83792D"
437 depends on HWMON && I2C && EXPERIMENTAL
R.Marek@sh.cvut.cz5563e272005-07-27 11:43:47 +0000438 help
439 If you say yes here you get support for the Winbond W83792D chip.
440
441 This driver can also be built as a module. If so, the module
442 will be called w83792d.
443
Jean Delvaread2f9312005-07-02 18:15:49 +0200444config SENSORS_W83L785TS
445 tristate "Winbond W83L785TS-S"
446 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200447 help
448 If you say yes here you get support for the Winbond W83L785TS-S
449 sensor chip, which is used on the Asus A7N8X, among other
450 motherboards.
451
452 This driver can also be built as a module. If so, the module
453 will be called w83l785ts.
454
455config SENSORS_W83627HF
Jean Delvarec2db6ce2006-01-18 23:22:12 +0100456 tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
457 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200458 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200459 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200460 help
461 If you say yes here you get support for the Winbond W836X7 series
Jean Delvarec2db6ce2006-01-18 23:22:12 +0100462 of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
463 W83697HF.
Jean Delvaread2f9312005-07-02 18:15:49 +0200464
465 This driver can also be built as a module. If so, the module
466 will be called w83627hf.
467
468config SENSORS_W83627EHF
469 tristate "Winbond W83627EHF"
470 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200471 select I2C_ISA
472 help
473 If you say yes here you get preliminary support for the hardware
474 monitoring functionality of the Winbond W83627EHF Super-I/O chip.
475 Only fan and temperature inputs are supported at the moment, while
476 the chip does much more than that.
477
Jean Delvare8dd2d2c2005-07-27 21:33:15 +0200478 This driver also supports the W83627EHG, which is the lead-free
479 version of the W83627EHF.
480
Jean Delvaread2f9312005-07-02 18:15:49 +0200481 This driver can also be built as a module. If so, the module
482 will be called w83627ehf.
483
Robert Love860e1d62005-08-31 23:57:59 -0400484config SENSORS_HDAPS
485 tristate "IBM Hard Drive Active Protection System (hdaps)"
486 depends on HWMON && INPUT && X86
487 default n
488 help
489 This driver provides support for the IBM Hard Drive Active Protection
490 System (hdaps), which provides an accelerometer and other misc. data.
Robert Love4c87b742005-09-22 21:44:00 -0700491 ThinkPads starting with the R50, T41, and X40 are supported. The
492 accelerometer data is readable via sysfs.
Robert Love860e1d62005-08-31 23:57:59 -0400493
Robert Love4c87b742005-09-22 21:44:00 -0700494 This driver also provides an absolute input class device, allowing
495 the laptop to act as a pinball machine-esque joystick.
Robert Love860e1d62005-08-31 23:57:59 -0400496
497 Say Y here if you have an applicable laptop and want to experience
498 the awesome power of hdaps.
499
Jean Delvaread2f9312005-07-02 18:15:49 +0200500config HWMON_DEBUG_CHIP
501 bool "Hardware Monitoring Chip debugging messages"
502 depends on HWMON
503 default n
504 help
505 Say Y here if you want the I2C chip drivers to produce a bunch of
506 debug messages to the system log. Select this if you are having
507 a problem with I2C support and want to see more of what is going
508 on.
509
510endmenu