blob: e0dede7198c88e9c7f96d285e2735e1d4401bf57 [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
98 tristate "AMD K8 processor sensor"
99 depends on HWMON && X86 && PCI && EXPERIMENTAL
100 help
101 If you say yes here you get support for the temperature
102 sensor(s) inside your AMD K8 CPU.
103
104 This driver can also be built as a module. If so, the module
105 will be called k8temp.
106
Jean Delvaread2f9312005-07-02 18:15:49 +0200107config SENSORS_ASB100
108 tristate "Asus ASB100 Bach"
109 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200110 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200111 help
112 If you say yes here you get support for the ASB100 Bach sensor
113 chip found on some Asus mainboards.
114
115 This driver can also be built as a module. If so, the module
116 will be called asb100.
117
118config SENSORS_ATXP1
119 tristate "Attansic ATXP1 VID controller"
120 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200121 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200122 help
123 If you say yes here you get support for the Attansic ATXP1 VID
124 controller.
125
126 If your board have such a chip, you are able to control your CPU
127 core and other voltages.
128
129 This driver can also be built as a module. If so, the module
130 will be called atxp1.
131
132config SENSORS_DS1621
133 tristate "Dallas Semiconductor DS1621 and DS1625"
Jean Delvare51bd5632006-09-24 20:51:37 +0200134 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200135 help
136 If you say yes here you get support for Dallas Semiconductor
137 DS1621 and DS1625 sensor chips.
138
139 This driver can also be built as a module. If so, the module
140 will be called ds1621.
141
Jean Delvaree53004e2006-01-09 23:26:14 +0100142config SENSORS_F71805F
143 tristate "Fintek F71805F/FG"
144 depends on HWMON && EXPERIMENTAL
145 help
146 If you say yes here you get support for hardware monitoring
147 features of the Fintek F71805F/FG chips.
148
149 This driver can also be built as a module. If so, the module
150 will be called f71805f.
151
Jean Delvaread2f9312005-07-02 18:15:49 +0200152config SENSORS_FSCHER
153 tristate "FSC Hermes"
Jean Delvare51bd5632006-09-24 20:51:37 +0200154 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200155 help
156 If you say yes here you get support for Fujitsu Siemens
157 Computers Hermes sensor chips.
158
159 This driver can also be built as a module. If so, the module
160 will be called fscher.
161
162config SENSORS_FSCPOS
163 tristate "FSC Poseidon"
Jean Delvare51bd5632006-09-24 20:51:37 +0200164 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200165 help
166 If you say yes here you get support for Fujitsu Siemens
167 Computers Poseidon sensor chips.
168
169 This driver can also be built as a module. If so, the module
170 will be called fscpos.
171
172config SENSORS_GL518SM
173 tristate "Genesys Logic GL518SM"
174 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200175 help
176 If you say yes here you get support for Genesys Logic GL518SM
177 sensor chips.
178
179 This driver can also be built as a module. If so, the module
180 will be called gl518sm.
181
182config SENSORS_GL520SM
183 tristate "Genesys Logic GL520SM"
Jean Delvare51bd5632006-09-24 20:51:37 +0200184 depends on HWMON && I2C
Jean Delvare303760b2005-07-31 21:52:01 +0200185 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200186 help
187 If you say yes here you get support for Genesys Logic GL520SM
188 sensor chips.
189
190 This driver can also be built as a module. If so, the module
191 will be called gl520sm.
192
193config SENSORS_IT87
194 tristate "ITE IT87xx and compatibles"
195 depends on HWMON && I2C
Jean Delvare5042c7d2005-07-19 23:53:07 +0200196 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200197 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200198 help
Jean Delvare87673dd2006-08-28 14:37:19 +0200199 If you say yes here you get support for ITE IT8705F, IT8712F,
200 IT8716F and IT8718F sensor chips, and the SiS960 clone.
Jean Delvaread2f9312005-07-02 18:15:49 +0200201
202 This driver can also be built as a module. If so, the module
203 will be called it87.
204
205config SENSORS_LM63
206 tristate "National Semiconductor LM63"
Jean Delvare51bd5632006-09-24 20:51:37 +0200207 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200208 help
209 If you say yes here you get support for the National Semiconductor
210 LM63 remote diode digital temperature sensor with integrated fan
211 control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
212 motherboard, among others.
213
214 This driver can also be built as a module. If so, the module
215 will be called lm63.
216
Kaiwan N Billimoriae1a8e912006-06-12 22:00:05 +0200217config SENSORS_LM70
218 tristate "National Semiconductor LM70"
219 depends on HWMON && SPI_MASTER && EXPERIMENTAL
220 help
221 If you say yes here you get support for the National Semiconductor
222 LM70 digital temperature sensor chip.
223
224 This driver can also be built as a module. If so, the module
225 will be called lm70.
226
Jean Delvaread2f9312005-07-02 18:15:49 +0200227config SENSORS_LM75
228 tristate "National Semiconductor LM75 and compatibles"
229 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200230 help
231 If you say yes here you get support for National Semiconductor LM75
232 sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in
233 9-bit precision mode), and TelCom (now Microchip) TCN75.
234
235 The DS75 and DS1775 in 10- to 12-bit precision modes will require
236 a force module parameter. The driver will not handle the extra
237 precision anyhow.
238
239 This driver can also be built as a module. If so, the module
240 will be called lm75.
241
242config SENSORS_LM77
243 tristate "National Semiconductor LM77"
Jean Delvare51bd5632006-09-24 20:51:37 +0200244 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200245 help
246 If you say yes here you get support for National Semiconductor LM77
247 sensor chips.
248
249 This driver can also be built as a module. If so, the module
250 will be called lm77.
251
252config SENSORS_LM78
253 tristate "National Semiconductor LM78 and compatibles"
Jean Delvare51bd5632006-09-24 20:51:37 +0200254 depends on HWMON && I2C
Jean Delvare5042c7d2005-07-19 23:53:07 +0200255 select I2C_ISA
Jean Delvare19f673e2005-07-31 22:12:09 +0200256 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200257 help
258 If you say yes here you get support for National Semiconductor LM78,
259 LM78-J and LM79.
260
261 This driver can also be built as a module. If so, the module
262 will be called lm78.
263
264config SENSORS_LM80
265 tristate "National Semiconductor LM80"
266 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200267 help
268 If you say yes here you get support for National Semiconductor
269 LM80 sensor chips.
270
271 This driver can also be built as a module. If so, the module
272 will be called lm80.
273
274config SENSORS_LM83
Jordan Crouse43cb7eb2006-03-23 16:19:49 +0100275 tristate "National Semiconductor LM83 and compatibles"
Jean Delvaread2f9312005-07-02 18:15:49 +0200276 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200277 help
278 If you say yes here you get support for National Semiconductor
Jordan Crouse43cb7eb2006-03-23 16:19:49 +0100279 LM82 and LM83 sensor chips.
Jean Delvaread2f9312005-07-02 18:15:49 +0200280
281 This driver can also be built as a module. If so, the module
282 will be called lm83.
283
284config SENSORS_LM85
285 tristate "National Semiconductor LM85 and compatibles"
286 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200287 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200288 help
289 If you say yes here you get support for National Semiconductor LM85
290 sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
291
292 This driver can also be built as a module. If so, the module
293 will be called lm85.
294
295config SENSORS_LM87
296 tristate "National Semiconductor LM87"
Jean Delvare51bd5632006-09-24 20:51:37 +0200297 depends on HWMON && I2C
Jean Delvare303760b2005-07-31 21:52:01 +0200298 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200299 help
300 If you say yes here you get support for National Semiconductor LM87
301 sensor chips.
302
303 This driver can also be built as a module. If so, the module
304 will be called lm87.
305
306config SENSORS_LM90
307 tristate "National Semiconductor LM90 and compatibles"
308 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200309 help
310 If you say yes here you get support for National Semiconductor LM90,
311 LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and
312 MAX6658 sensor chips.
313
314 The Analog Devices ADT7461 sensor chip is also supported, but only
315 if found in ADM1032 compatibility mode.
316
317 This driver can also be built as a module. If so, the module
318 will be called lm90.
319
320config SENSORS_LM92
321 tristate "National Semiconductor LM92 and compatibles"
Jean Delvare51bd5632006-09-24 20:51:37 +0200322 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200323 help
324 If you say yes here you get support for National Semiconductor LM92
325 and Maxim MAX6635 sensor chips.
326
327 This driver can also be built as a module. If so, the module
328 will be called lm92.
329
330config SENSORS_MAX1619
331 tristate "Maxim MAX1619 sensor chip"
Jean Delvare51bd5632006-09-24 20:51:37 +0200332 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200333 help
334 If you say yes here you get support for MAX1619 sensor chip.
335
336 This driver can also be built as a module. If so, the module
337 will be called max1619.
338
339config SENSORS_PC87360
340 tristate "National Semiconductor PC87360 family"
341 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200342 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200343 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200344 help
345 If you say yes here you get access to the hardware monitoring
346 functions of the National Semiconductor PC8736x Super-I/O chips.
347 The PC87360, PC87363 and PC87364 only have fan monitoring and
348 control. The PC87365 and PC87366 additionally have voltage and
349 temperature monitoring.
350
351 This driver can also be built as a module. If so, the module
352 will be called pc87360.
353
354config SENSORS_SIS5595
355 tristate "Silicon Integrated Systems Corp. SiS5595"
356 depends on HWMON && I2C && PCI && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200357 select I2C_ISA
358 help
359 If you say yes here you get support for the integrated sensors in
360 SiS5595 South Bridges.
361
362 This driver can also be built as a module. If so, the module
363 will be called sis5595.
364
365config SENSORS_SMSC47M1
366 tristate "SMSC LPC47M10x and compatibles"
Jean Delvare51bd5632006-09-24 20:51:37 +0200367 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200368 select I2C_ISA
369 help
370 If you say yes here you get support for the integrated fan
371 monitoring and control capabilities of the SMSC LPC47B27x,
Jean Delvare60917802006-10-08 22:00:44 +0200372 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
373 LPC47M192 and LPC47M997 chips.
Hartmut Rick59ac8362006-03-23 16:37:23 +0100374
375 The temperature and voltage sensor features of the LPC47M192
376 and LPC47M997 are supported by another driver, select also
377 "SMSC LPC47M192 and compatibles" below for those.
Jean Delvaread2f9312005-07-02 18:15:49 +0200378
379 This driver can also be built as a module. If so, the module
380 will be called smsc47m1.
381
Hartmut Rick59ac8362006-03-23 16:37:23 +0100382config SENSORS_SMSC47M192
383 tristate "SMSC LPC47M192 and compatibles"
384 depends on HWMON && I2C && EXPERIMENTAL
385 select HWMON_VID
386 help
387 If you say yes here you get support for the temperature and
388 voltage sensors of the SMSC LPC47M192 and LPC47M997 chips.
389
390 The fan monitoring and control capabilities of these chips
391 are supported by another driver, select
392 "SMSC LPC47M10x and compatibles" above. You need both drivers
393 if you want fan control and voltage/temperature sensor support.
394
395 This driver can also be built as a module. If so, the module
396 will be called smsc47m192.
397
Jean Delvaread2f9312005-07-02 18:15:49 +0200398config SENSORS_SMSC47B397
399 tristate "SMSC LPC47B397-NC"
400 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200401 select I2C_ISA
402 help
403 If you say yes here you get support for the SMSC LPC47B397-NC
404 sensor chip.
405
406 This driver can also be built as a module. If so, the module
407 will be called smsc47b397.
408
409config SENSORS_VIA686A
410 tristate "VIA686A"
411 depends on HWMON && I2C && PCI
Jean Delvaread2f9312005-07-02 18:15:49 +0200412 select I2C_ISA
413 help
414 If you say yes here you get support for the integrated sensors in
415 Via 686A/B South Bridges.
416
417 This driver can also be built as a module. If so, the module
418 will be called via686a.
419
Juerg Haefligerab413192006-09-24 20:54:04 +0200420config SENSORS_VT1211
421 tristate "VIA VT1211"
422 depends on HWMON && EXPERIMENTAL
423 select HWMON_VID
424 help
425 If you say yes here then you get support for hardware monitoring
426 features of the VIA VT1211 Super-I/O chip.
427
428 This driver can also be built as a module. If so, the module
429 will be called vt1211.
430
Roger Lucas1de9e372005-11-26 20:20:05 +0100431config SENSORS_VT8231
Jean Delvare51bd5632006-09-24 20:51:37 +0200432 tristate "VIA VT8231"
Roger Lucas1de9e372005-11-26 20:20:05 +0100433 depends on HWMON && I2C && PCI && EXPERIMENTAL
434 select HWMON_VID
435 select I2C_ISA
436 help
437 If you say yes here then you get support for the integrated sensors
438 in the VIA VT8231 device.
439
440 This driver can also be built as a module. If so, the module
441 will be called vt8231.
442
Jean Delvaread2f9312005-07-02 18:15:49 +0200443config SENSORS_W83781D
444 tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F"
445 depends on HWMON && I2C
Jean Delvare5042c7d2005-07-19 23:53:07 +0200446 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200447 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200448 help
449 If you say yes here you get support for the Winbond W8378x series
450 of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
451 and the similar Asus AS99127F.
452
453 This driver can also be built as a module. If so, the module
454 will be called w83781d.
455
Charles Spirakis98739642006-04-25 14:21:03 +0200456config SENSORS_W83791D
457 tristate "Winbond W83791D"
458 depends on HWMON && I2C && EXPERIMENTAL
459 select HWMON_VID
460 help
461 If you say yes here you get support for the Winbond W83791D chip.
462
463 This driver can also be built as a module. If so, the module
464 will be called w83791d.
465
R.Marek@sh.cvut.cz5563e272005-07-27 11:43:47 +0000466config SENSORS_W83792D
467 tristate "Winbond W83792D"
468 depends on HWMON && I2C && EXPERIMENTAL
R.Marek@sh.cvut.cz5563e272005-07-27 11:43:47 +0000469 help
470 If you say yes here you get support for the Winbond W83792D chip.
471
472 This driver can also be built as a module. If so, the module
473 will be called w83792d.
474
Jean Delvaread2f9312005-07-02 18:15:49 +0200475config SENSORS_W83L785TS
476 tristate "Winbond W83L785TS-S"
477 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200478 help
479 If you say yes here you get support for the Winbond W83L785TS-S
480 sensor chip, which is used on the Asus A7N8X, among other
481 motherboards.
482
483 This driver can also be built as a module. If so, the module
484 will be called w83l785ts.
485
486config SENSORS_W83627HF
Jean Delvarec2db6ce2006-01-18 23:22:12 +0100487 tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
488 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200489 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200490 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200491 help
492 If you say yes here you get support for the Winbond W836X7 series
Jean Delvarec2db6ce2006-01-18 23:22:12 +0100493 of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
494 W83697HF.
Jean Delvaread2f9312005-07-02 18:15:49 +0200495
496 This driver can also be built as a module. If so, the module
497 will be called w83627hf.
498
499config SENSORS_W83627EHF
500 tristate "Winbond W83627EHF"
501 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200502 select I2C_ISA
503 help
504 If you say yes here you get preliminary support for the hardware
505 monitoring functionality of the Winbond W83627EHF Super-I/O chip.
506 Only fan and temperature inputs are supported at the moment, while
507 the chip does much more than that.
508
Jean Delvare8dd2d2c2005-07-27 21:33:15 +0200509 This driver also supports the W83627EHG, which is the lead-free
510 version of the W83627EHF.
511
Jean Delvaread2f9312005-07-02 18:15:49 +0200512 This driver can also be built as a module. If so, the module
513 will be called w83627ehf.
514
Robert Love860e1d62005-08-31 23:57:59 -0400515config SENSORS_HDAPS
516 tristate "IBM Hard Drive Active Protection System (hdaps)"
517 depends on HWMON && INPUT && X86
518 default n
519 help
520 This driver provides support for the IBM Hard Drive Active Protection
521 System (hdaps), which provides an accelerometer and other misc. data.
Robert Love4c87b742005-09-22 21:44:00 -0700522 ThinkPads starting with the R50, T41, and X40 are supported. The
523 accelerometer data is readable via sysfs.
Robert Love860e1d62005-08-31 23:57:59 -0400524
Robert Love4c87b742005-09-22 21:44:00 -0700525 This driver also provides an absolute input class device, allowing
526 the laptop to act as a pinball machine-esque joystick.
Robert Love860e1d62005-08-31 23:57:59 -0400527
528 Say Y here if you have an applicable laptop and want to experience
529 the awesome power of hdaps.
530
Jean Delvaread2f9312005-07-02 18:15:49 +0200531config HWMON_DEBUG_CHIP
532 bool "Hardware Monitoring Chip debugging messages"
533 depends on HWMON
534 default n
535 help
536 Say Y here if you want the I2C chip drivers to produce a bunch of
537 debug messages to the system log. Select this if you are having
538 a problem with I2C support and want to see more of what is going
539 on.
540
541endmenu