blob: e379ac41c09c6708446f7e805d5bf0e6d26a0978 [file] [log] [blame]
Jean Delvaread2f9312005-07-02 18:15:49 +02001#
Jean Delvare060b2f52006-06-12 21:55:28 +02002# Hardware monitoring chip drivers configuration
Jean Delvaread2f9312005-07-02 18:15:49 +02003#
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"
Jean Delvare51bd5632006-09-24 20:51:37 +020056 depends on HWMON && I2C
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
Rudolf Marek29fa06c2006-08-28 14:40:17 +020097config SENSORS_K8TEMP
Rudolf Marek4660cb32006-10-08 22:01:26 +020098 tristate "AMD Athlon64/FX or Opteron temperature sensor"
Rudolf Marek29fa06c2006-08-28 14:40:17 +020099 depends on HWMON && X86 && PCI && EXPERIMENTAL
100 help
101 If you say yes here you get support for the temperature
Rudolf Marek4660cb32006-10-08 22:01:26 +0200102 sensor(s) inside your CPU. Supported is whole AMD K8
103 microarchitecture. Please note that you will need at least
104 lm-sensors 2.10.1 for proper userspace support.
Rudolf Marek29fa06c2006-08-28 14:40:17 +0200105
106 This driver can also be built as a module. If so, the module
107 will be called k8temp.
108
Jean Delvaread2f9312005-07-02 18:15:49 +0200109config SENSORS_ASB100
110 tristate "Asus ASB100 Bach"
111 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200112 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200113 help
114 If you say yes here you get support for the ASB100 Bach sensor
115 chip found on some Asus mainboards.
116
117 This driver can also be built as a module. If so, the module
118 will be called asb100.
119
120config SENSORS_ATXP1
121 tristate "Attansic ATXP1 VID controller"
122 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200123 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200124 help
125 If you say yes here you get support for the Attansic ATXP1 VID
126 controller.
127
128 If your board have such a chip, you are able to control your CPU
129 core and other voltages.
130
131 This driver can also be built as a module. If so, the module
132 will be called atxp1.
133
134config SENSORS_DS1621
135 tristate "Dallas Semiconductor DS1621 and DS1625"
Jean Delvare51bd5632006-09-24 20:51:37 +0200136 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200137 help
138 If you say yes here you get support for Dallas Semiconductor
139 DS1621 and DS1625 sensor chips.
140
141 This driver can also be built as a module. If so, the module
142 will be called ds1621.
143
Jean Delvaree53004e2006-01-09 23:26:14 +0100144config SENSORS_F71805F
145 tristate "Fintek F71805F/FG"
146 depends on HWMON && EXPERIMENTAL
147 help
148 If you say yes here you get support for hardware monitoring
149 features of the Fintek F71805F/FG chips.
150
151 This driver can also be built as a module. If so, the module
152 will be called f71805f.
153
Jean Delvaread2f9312005-07-02 18:15:49 +0200154config SENSORS_FSCHER
155 tristate "FSC Hermes"
Jean Delvare51bd5632006-09-24 20:51:37 +0200156 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200157 help
158 If you say yes here you get support for Fujitsu Siemens
159 Computers Hermes sensor chips.
160
161 This driver can also be built as a module. If so, the module
162 will be called fscher.
163
164config SENSORS_FSCPOS
165 tristate "FSC Poseidon"
Jean Delvare51bd5632006-09-24 20:51:37 +0200166 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200167 help
168 If you say yes here you get support for Fujitsu Siemens
169 Computers Poseidon sensor chips.
170
171 This driver can also be built as a module. If so, the module
172 will be called fscpos.
173
174config SENSORS_GL518SM
175 tristate "Genesys Logic GL518SM"
176 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200177 help
178 If you say yes here you get support for Genesys Logic GL518SM
179 sensor chips.
180
181 This driver can also be built as a module. If so, the module
182 will be called gl518sm.
183
184config SENSORS_GL520SM
185 tristate "Genesys Logic GL520SM"
Jean Delvare51bd5632006-09-24 20:51:37 +0200186 depends on HWMON && I2C
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 Genesys Logic GL520SM
190 sensor chips.
191
192 This driver can also be built as a module. If so, the module
193 will be called gl520sm.
194
195config SENSORS_IT87
196 tristate "ITE IT87xx and compatibles"
197 depends on HWMON && I2C
Jean Delvare5042c7d2005-07-19 23:53:07 +0200198 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200199 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200200 help
Jean Delvare87673dd2006-08-28 14:37:19 +0200201 If you say yes here you get support for ITE IT8705F, IT8712F,
202 IT8716F and IT8718F sensor chips, and the SiS960 clone.
Jean Delvaread2f9312005-07-02 18:15:49 +0200203
204 This driver can also be built as a module. If so, the module
205 will be called it87.
206
207config SENSORS_LM63
208 tristate "National Semiconductor LM63"
Jean Delvare51bd5632006-09-24 20:51:37 +0200209 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200210 help
211 If you say yes here you get support for the National Semiconductor
212 LM63 remote diode digital temperature sensor with integrated fan
213 control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
214 motherboard, among others.
215
216 This driver can also be built as a module. If so, the module
217 will be called lm63.
218
Kaiwan N Billimoriae1a8e912006-06-12 22:00:05 +0200219config SENSORS_LM70
220 tristate "National Semiconductor LM70"
221 depends on HWMON && SPI_MASTER && EXPERIMENTAL
222 help
223 If you say yes here you get support for the National Semiconductor
224 LM70 digital temperature sensor chip.
225
226 This driver can also be built as a module. If so, the module
227 will be called lm70.
228
Jean Delvaread2f9312005-07-02 18:15:49 +0200229config SENSORS_LM75
230 tristate "National Semiconductor LM75 and compatibles"
231 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200232 help
233 If you say yes here you get support for National Semiconductor LM75
234 sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in
235 9-bit precision mode), and TelCom (now Microchip) TCN75.
236
237 The DS75 and DS1775 in 10- to 12-bit precision modes will require
238 a force module parameter. The driver will not handle the extra
239 precision anyhow.
240
241 This driver can also be built as a module. If so, the module
242 will be called lm75.
243
244config SENSORS_LM77
245 tristate "National Semiconductor LM77"
Jean Delvare51bd5632006-09-24 20:51:37 +0200246 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200247 help
248 If you say yes here you get support for National Semiconductor LM77
249 sensor chips.
250
251 This driver can also be built as a module. If so, the module
252 will be called lm77.
253
254config SENSORS_LM78
255 tristate "National Semiconductor LM78 and compatibles"
Jean Delvare51bd5632006-09-24 20:51:37 +0200256 depends on HWMON && I2C
Jean Delvare5042c7d2005-07-19 23:53:07 +0200257 select I2C_ISA
Jean Delvare19f673e2005-07-31 22:12:09 +0200258 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200259 help
260 If you say yes here you get support for National Semiconductor LM78,
261 LM78-J and LM79.
262
263 This driver can also be built as a module. If so, the module
264 will be called lm78.
265
266config SENSORS_LM80
267 tristate "National Semiconductor LM80"
268 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200269 help
270 If you say yes here you get support for National Semiconductor
271 LM80 sensor chips.
272
273 This driver can also be built as a module. If so, the module
274 will be called lm80.
275
276config SENSORS_LM83
Jordan Crouse43cb7eb2006-03-23 16:19:49 +0100277 tristate "National Semiconductor LM83 and compatibles"
Jean Delvaread2f9312005-07-02 18:15:49 +0200278 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200279 help
280 If you say yes here you get support for National Semiconductor
Jordan Crouse43cb7eb2006-03-23 16:19:49 +0100281 LM82 and LM83 sensor chips.
Jean Delvaread2f9312005-07-02 18:15:49 +0200282
283 This driver can also be built as a module. If so, the module
284 will be called lm83.
285
286config SENSORS_LM85
287 tristate "National Semiconductor LM85 and compatibles"
288 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200289 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200290 help
291 If you say yes here you get support for National Semiconductor LM85
292 sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
293
294 This driver can also be built as a module. If so, the module
295 will be called lm85.
296
297config SENSORS_LM87
298 tristate "National Semiconductor LM87"
Jean Delvare51bd5632006-09-24 20:51:37 +0200299 depends on HWMON && I2C
Jean Delvare303760b2005-07-31 21:52:01 +0200300 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200301 help
302 If you say yes here you get support for National Semiconductor LM87
303 sensor chips.
304
305 This driver can also be built as a module. If so, the module
306 will be called lm87.
307
308config SENSORS_LM90
309 tristate "National Semiconductor LM90 and compatibles"
310 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200311 help
312 If you say yes here you get support for National Semiconductor LM90,
313 LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and
314 MAX6658 sensor chips.
315
316 The Analog Devices ADT7461 sensor chip is also supported, but only
317 if found in ADM1032 compatibility mode.
318
319 This driver can also be built as a module. If so, the module
320 will be called lm90.
321
322config SENSORS_LM92
323 tristate "National Semiconductor LM92 and compatibles"
Jean Delvare51bd5632006-09-24 20:51:37 +0200324 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200325 help
326 If you say yes here you get support for National Semiconductor LM92
327 and Maxim MAX6635 sensor chips.
328
329 This driver can also be built as a module. If so, the module
330 will be called lm92.
331
332config SENSORS_MAX1619
333 tristate "Maxim MAX1619 sensor chip"
Jean Delvare51bd5632006-09-24 20:51:37 +0200334 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200335 help
336 If you say yes here you get support for MAX1619 sensor chip.
337
338 This driver can also be built as a module. If so, the module
339 will be called max1619.
340
341config SENSORS_PC87360
342 tristate "National Semiconductor PC87360 family"
343 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200344 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200345 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200346 help
347 If you say yes here you get access to the hardware monitoring
348 functions of the National Semiconductor PC8736x Super-I/O chips.
349 The PC87360, PC87363 and PC87364 only have fan monitoring and
350 control. The PC87365 and PC87366 additionally have voltage and
351 temperature monitoring.
352
353 This driver can also be built as a module. If so, the module
354 will be called pc87360.
355
Jean Delvareba224e22006-12-12 18:18:29 +0100356config SENSORS_PC87427
357 tristate "National Semiconductor PC87427"
358 depends on HWMON && EXPERIMENTAL
359 help
360 If you say yes here you get access to the hardware monitoring
361 functions of the National Semiconductor PC87427 Super-I/O chip.
362 The chip has two distinct logical devices, one for fan speed
363 monitoring and control, and one for voltage and temperature
364 monitoring. Only fan speed monitoring is supported right now.
365
366 This driver can also be built as a module. If so, the module
367 will be called pc87427.
368
Jean Delvaread2f9312005-07-02 18:15:49 +0200369config SENSORS_SIS5595
370 tristate "Silicon Integrated Systems Corp. SiS5595"
371 depends on HWMON && I2C && PCI && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200372 select I2C_ISA
373 help
374 If you say yes here you get support for the integrated sensors in
375 SiS5595 South Bridges.
376
377 This driver can also be built as a module. If so, the module
378 will be called sis5595.
379
380config SENSORS_SMSC47M1
381 tristate "SMSC LPC47M10x and compatibles"
Jean Delvare51bd5632006-09-24 20:51:37 +0200382 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200383 select I2C_ISA
384 help
385 If you say yes here you get support for the integrated fan
386 monitoring and control capabilities of the SMSC LPC47B27x,
Jean Delvare60917802006-10-08 22:00:44 +0200387 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
388 LPC47M192 and LPC47M997 chips.
Hartmut Rick59ac8362006-03-23 16:37:23 +0100389
390 The temperature and voltage sensor features of the LPC47M192
391 and LPC47M997 are supported by another driver, select also
392 "SMSC LPC47M192 and compatibles" below for those.
Jean Delvaread2f9312005-07-02 18:15:49 +0200393
394 This driver can also be built as a module. If so, the module
395 will be called smsc47m1.
396
Hartmut Rick59ac8362006-03-23 16:37:23 +0100397config SENSORS_SMSC47M192
398 tristate "SMSC LPC47M192 and compatibles"
399 depends on HWMON && I2C && EXPERIMENTAL
400 select HWMON_VID
401 help
402 If you say yes here you get support for the temperature and
403 voltage sensors of the SMSC LPC47M192 and LPC47M997 chips.
404
405 The fan monitoring and control capabilities of these chips
406 are supported by another driver, select
407 "SMSC LPC47M10x and compatibles" above. You need both drivers
408 if you want fan control and voltage/temperature sensor support.
409
410 This driver can also be built as a module. If so, the module
411 will be called smsc47m192.
412
Jean Delvaread2f9312005-07-02 18:15:49 +0200413config SENSORS_SMSC47B397
414 tristate "SMSC LPC47B397-NC"
415 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200416 select I2C_ISA
417 help
418 If you say yes here you get support for the SMSC LPC47B397-NC
419 sensor chip.
420
421 This driver can also be built as a module. If so, the module
422 will be called smsc47b397.
423
424config SENSORS_VIA686A
425 tristate "VIA686A"
426 depends on HWMON && I2C && PCI
Jean Delvaread2f9312005-07-02 18:15:49 +0200427 select I2C_ISA
428 help
429 If you say yes here you get support for the integrated sensors in
430 Via 686A/B South Bridges.
431
432 This driver can also be built as a module. If so, the module
433 will be called via686a.
434
Juerg Haefligerab413192006-09-24 20:54:04 +0200435config SENSORS_VT1211
436 tristate "VIA VT1211"
437 depends on HWMON && EXPERIMENTAL
438 select HWMON_VID
439 help
440 If you say yes here then you get support for hardware monitoring
441 features of the VIA VT1211 Super-I/O chip.
442
443 This driver can also be built as a module. If so, the module
444 will be called vt1211.
445
Roger Lucas1de9e372005-11-26 20:20:05 +0100446config SENSORS_VT8231
Jean Delvare51bd5632006-09-24 20:51:37 +0200447 tristate "VIA VT8231"
Roger Lucas1de9e372005-11-26 20:20:05 +0100448 depends on HWMON && I2C && PCI && EXPERIMENTAL
449 select HWMON_VID
450 select I2C_ISA
451 help
452 If you say yes here then you get support for the integrated sensors
453 in the VIA VT8231 device.
454
455 This driver can also be built as a module. If so, the module
456 will be called vt8231.
457
Jean Delvaread2f9312005-07-02 18:15:49 +0200458config SENSORS_W83781D
459 tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F"
460 depends on HWMON && I2C
Jean Delvare5042c7d2005-07-19 23:53:07 +0200461 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200462 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200463 help
464 If you say yes here you get support for the Winbond W8378x series
465 of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
466 and the similar Asus AS99127F.
467
468 This driver can also be built as a module. If so, the module
469 will be called w83781d.
470
Charles Spirakis98739642006-04-25 14:21:03 +0200471config SENSORS_W83791D
472 tristate "Winbond W83791D"
473 depends on HWMON && I2C && EXPERIMENTAL
474 select HWMON_VID
475 help
476 If you say yes here you get support for the Winbond W83791D chip.
477
478 This driver can also be built as a module. If so, the module
479 will be called w83791d.
480
R.Marek@sh.cvut.cz5563e272005-07-27 11:43:47 +0000481config SENSORS_W83792D
482 tristate "Winbond W83792D"
483 depends on HWMON && I2C && EXPERIMENTAL
R.Marek@sh.cvut.cz5563e272005-07-27 11:43:47 +0000484 help
485 If you say yes here you get support for the Winbond W83792D chip.
486
487 This driver can also be built as a module. If so, the module
488 will be called w83792d.
489
Jean Delvaread2f9312005-07-02 18:15:49 +0200490config SENSORS_W83L785TS
491 tristate "Winbond W83L785TS-S"
492 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200493 help
494 If you say yes here you get support for the Winbond W83L785TS-S
495 sensor chip, which is used on the Asus A7N8X, among other
496 motherboards.
497
498 This driver can also be built as a module. If so, the module
499 will be called w83l785ts.
500
501config SENSORS_W83627HF
Jean Delvarec2db6ce2006-01-18 23:22:12 +0100502 tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
503 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200504 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200505 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200506 help
507 If you say yes here you get support for the Winbond W836X7 series
Jean Delvarec2db6ce2006-01-18 23:22:12 +0100508 of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
509 W83697HF.
Jean Delvaread2f9312005-07-02 18:15:49 +0200510
511 This driver can also be built as a module. If so, the module
512 will be called w83627hf.
513
514config SENSORS_W83627EHF
515 tristate "Winbond W83627EHF"
516 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200517 select I2C_ISA
518 help
519 If you say yes here you get preliminary support for the hardware
520 monitoring functionality of the Winbond W83627EHF Super-I/O chip.
521 Only fan and temperature inputs are supported at the moment, while
522 the chip does much more than that.
523
Jean Delvare8dd2d2c2005-07-27 21:33:15 +0200524 This driver also supports the W83627EHG, which is the lead-free
525 version of the W83627EHF.
526
Jean Delvaread2f9312005-07-02 18:15:49 +0200527 This driver can also be built as a module. If so, the module
528 will be called w83627ehf.
529
Robert Love860e1d62005-08-31 23:57:59 -0400530config SENSORS_HDAPS
531 tristate "IBM Hard Drive Active Protection System (hdaps)"
532 depends on HWMON && INPUT && X86
533 default n
534 help
535 This driver provides support for the IBM Hard Drive Active Protection
536 System (hdaps), which provides an accelerometer and other misc. data.
Robert Love4c87b742005-09-22 21:44:00 -0700537 ThinkPads starting with the R50, T41, and X40 are supported. The
538 accelerometer data is readable via sysfs.
Robert Love860e1d62005-08-31 23:57:59 -0400539
Robert Love4c87b742005-09-22 21:44:00 -0700540 This driver also provides an absolute input class device, allowing
541 the laptop to act as a pinball machine-esque joystick.
Robert Love860e1d62005-08-31 23:57:59 -0400542
Stephan Berberig0f23e502006-12-12 18:18:28 +0100543 If your ThinkPad is not recognized by the driver, please update to latest
544 BIOS. This is especially the case for some R52 ThinkPads.
545
Robert Love860e1d62005-08-31 23:57:59 -0400546 Say Y here if you have an applicable laptop and want to experience
547 the awesome power of hdaps.
548
Jean Delvaread2f9312005-07-02 18:15:49 +0200549config HWMON_DEBUG_CHIP
550 bool "Hardware Monitoring Chip debugging messages"
551 depends on HWMON
552 default n
553 help
554 Say Y here if you want the I2C chip drivers to produce a bunch of
555 debug messages to the system log. Select this if you are having
556 a problem with I2C support and want to see more of what is going
557 on.
558
559endmenu