blob: 659a2abb3e90ff7a7ed114f22d4f083b5f654650 [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
Corentin Labbecae2caa2007-02-14 21:15:04 +010076config SENSORS_ADM1029
77 tristate "Analog Devices ADM1029"
78 depends on HWMON && I2C && EXPERIMENTAL
79 help
80 If you say yes here you get support for Analog Devices ADM1029
81 sensor chip.
82 Very rare chip, please let us know you use it.
83
84 This driver can also be built as a module. If so, the module
85 will be called adm1029.
86
Jean Delvaread2f9312005-07-02 18:15:49 +020087config SENSORS_ADM1031
88 tristate "Analog Devices ADM1031 and compatibles"
89 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +020090 help
91 If you say yes here you get support for Analog Devices ADM1031
92 and ADM1030 sensor chips.
93
94 This driver can also be built as a module. If so, the module
95 will be called adm1031.
96
97config SENSORS_ADM9240
98 tristate "Analog Devices ADM9240 and compatibles"
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 Analog Devices ADM9240,
103 Dallas DS1780, National Semiconductor LM81 sensor chips.
104
105 This driver can also be built as a module. If so, the module
106 will be called adm9240.
107
Rudolf Marek29fa06c2006-08-28 14:40:17 +0200108config SENSORS_K8TEMP
Rudolf Marek4660cb32006-10-08 22:01:26 +0200109 tristate "AMD Athlon64/FX or Opteron temperature sensor"
Rudolf Marek29fa06c2006-08-28 14:40:17 +0200110 depends on HWMON && X86 && PCI && EXPERIMENTAL
111 help
112 If you say yes here you get support for the temperature
Rudolf Marek4660cb32006-10-08 22:01:26 +0200113 sensor(s) inside your CPU. Supported is whole AMD K8
114 microarchitecture. Please note that you will need at least
115 lm-sensors 2.10.1 for proper userspace support.
Rudolf Marek29fa06c2006-08-28 14:40:17 +0200116
117 This driver can also be built as a module. If so, the module
118 will be called k8temp.
119
Stelian Popdcb69dd2006-12-12 18:18:30 +0100120config SENSORS_AMS
121 tristate "Apple Motion Sensor driver"
122 depends on HWMON && PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
123 help
124 Support for the motion sensor included in PowerBooks. Includes
125 implementations for PMU and I2C.
126
127 This driver can also be built as a module. If so, the module
128 will be called ams.
129
130config SENSORS_AMS_PMU
131 bool "PMU variant"
132 depends on SENSORS_AMS && ADB_PMU
133 default y
134 help
135 PMU variant of motion sensor, found in late 2005 PowerBooks.
136
137config SENSORS_AMS_I2C
138 bool "I2C variant"
139 depends on SENSORS_AMS && I2C
140 default y
141 help
142 I2C variant of motion sensor, found in early 2005 PowerBooks and
143 iBooks.
144
Jean Delvaread2f9312005-07-02 18:15:49 +0200145config SENSORS_ASB100
146 tristate "Asus ASB100 Bach"
147 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200148 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200149 help
150 If you say yes here you get support for the ASB100 Bach sensor
151 chip found on some Asus mainboards.
152
153 This driver can also be built as a module. If so, the module
154 will be called asb100.
155
156config SENSORS_ATXP1
157 tristate "Attansic ATXP1 VID controller"
158 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200159 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200160 help
161 If you say yes here you get support for the Attansic ATXP1 VID
162 controller.
163
164 If your board have such a chip, you are able to control your CPU
165 core and other voltages.
166
167 This driver can also be built as a module. If so, the module
168 will be called atxp1.
169
170config SENSORS_DS1621
171 tristate "Dallas Semiconductor DS1621 and DS1625"
Jean Delvare51bd5632006-09-24 20:51:37 +0200172 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200173 help
174 If you say yes here you get support for Dallas Semiconductor
175 DS1621 and DS1625 sensor chips.
176
177 This driver can also be built as a module. If so, the module
178 will be called ds1621.
179
Jean Delvaree53004e2006-01-09 23:26:14 +0100180config SENSORS_F71805F
Jean Delvare51c997d2006-12-12 18:18:29 +0100181 tristate "Fintek F71805F/FG and F71872F/FG"
Jean Delvaree53004e2006-01-09 23:26:14 +0100182 depends on HWMON && EXPERIMENTAL
183 help
184 If you say yes here you get support for hardware monitoring
Jean Delvare51c997d2006-12-12 18:18:29 +0100185 features of the Fintek F71805F/FG and F71872F/FG Super-I/O
186 chips.
Jean Delvaree53004e2006-01-09 23:26:14 +0100187
188 This driver can also be built as a module. If so, the module
189 will be called f71805f.
190
Jean Delvaread2f9312005-07-02 18:15:49 +0200191config SENSORS_FSCHER
192 tristate "FSC Hermes"
Jean Delvare51bd5632006-09-24 20:51:37 +0200193 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200194 help
195 If you say yes here you get support for Fujitsu Siemens
196 Computers Hermes sensor chips.
197
198 This driver can also be built as a module. If so, the module
199 will be called fscher.
200
201config SENSORS_FSCPOS
202 tristate "FSC Poseidon"
Jean Delvare51bd5632006-09-24 20:51:37 +0200203 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200204 help
205 If you say yes here you get support for Fujitsu Siemens
206 Computers Poseidon sensor chips.
207
208 This driver can also be built as a module. If so, the module
209 will be called fscpos.
210
211config SENSORS_GL518SM
212 tristate "Genesys Logic GL518SM"
213 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200214 help
215 If you say yes here you get support for Genesys Logic GL518SM
216 sensor chips.
217
218 This driver can also be built as a module. If so, the module
219 will be called gl518sm.
220
221config SENSORS_GL520SM
222 tristate "Genesys Logic GL520SM"
Jean Delvare51bd5632006-09-24 20:51:37 +0200223 depends on HWMON && I2C
Jean Delvare303760b2005-07-31 21:52:01 +0200224 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200225 help
226 If you say yes here you get support for Genesys Logic GL520SM
227 sensor chips.
228
229 This driver can also be built as a module. If so, the module
230 will be called gl520sm.
231
232config SENSORS_IT87
233 tristate "ITE IT87xx and compatibles"
234 depends on HWMON && I2C
Jean Delvare5042c7d2005-07-19 23:53:07 +0200235 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200236 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200237 help
Jean Delvare87673dd2006-08-28 14:37:19 +0200238 If you say yes here you get support for ITE IT8705F, IT8712F,
239 IT8716F and IT8718F sensor chips, and the SiS960 clone.
Jean Delvaread2f9312005-07-02 18:15:49 +0200240
241 This driver can also be built as a module. If so, the module
242 will be called it87.
243
244config SENSORS_LM63
245 tristate "National Semiconductor LM63"
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 the National Semiconductor
249 LM63 remote diode digital temperature sensor with integrated fan
250 control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
251 motherboard, among others.
252
253 This driver can also be built as a module. If so, the module
254 will be called lm63.
255
Kaiwan N Billimoriae1a8e912006-06-12 22:00:05 +0200256config SENSORS_LM70
257 tristate "National Semiconductor LM70"
258 depends on HWMON && SPI_MASTER && EXPERIMENTAL
259 help
260 If you say yes here you get support for the National Semiconductor
261 LM70 digital temperature sensor chip.
262
263 This driver can also be built as a module. If so, the module
264 will be called lm70.
265
Jean Delvaread2f9312005-07-02 18:15:49 +0200266config SENSORS_LM75
267 tristate "National Semiconductor LM75 and compatibles"
268 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200269 help
270 If you say yes here you get support for National Semiconductor LM75
271 sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in
272 9-bit precision mode), and TelCom (now Microchip) TCN75.
273
274 The DS75 and DS1775 in 10- to 12-bit precision modes will require
275 a force module parameter. The driver will not handle the extra
276 precision anyhow.
277
278 This driver can also be built as a module. If so, the module
279 will be called lm75.
280
281config SENSORS_LM77
282 tristate "National Semiconductor LM77"
Jean Delvare51bd5632006-09-24 20:51:37 +0200283 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200284 help
285 If you say yes here you get support for National Semiconductor LM77
286 sensor chips.
287
288 This driver can also be built as a module. If so, the module
289 will be called lm77.
290
291config SENSORS_LM78
292 tristate "National Semiconductor LM78 and compatibles"
Jean Delvare51bd5632006-09-24 20:51:37 +0200293 depends on HWMON && I2C
Jean Delvare19f673e2005-07-31 22:12:09 +0200294 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200295 help
296 If you say yes here you get support for National Semiconductor LM78,
297 LM78-J and LM79.
298
299 This driver can also be built as a module. If so, the module
300 will be called lm78.
301
302config SENSORS_LM80
303 tristate "National Semiconductor LM80"
304 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200305 help
306 If you say yes here you get support for National Semiconductor
307 LM80 sensor chips.
308
309 This driver can also be built as a module. If so, the module
310 will be called lm80.
311
312config SENSORS_LM83
Jordan Crouse43cb7eb2006-03-23 16:19:49 +0100313 tristate "National Semiconductor LM83 and compatibles"
Jean Delvaread2f9312005-07-02 18:15:49 +0200314 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200315 help
316 If you say yes here you get support for National Semiconductor
Jordan Crouse43cb7eb2006-03-23 16:19:49 +0100317 LM82 and LM83 sensor chips.
Jean Delvaread2f9312005-07-02 18:15:49 +0200318
319 This driver can also be built as a module. If so, the module
320 will be called lm83.
321
322config SENSORS_LM85
323 tristate "National Semiconductor LM85 and compatibles"
324 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200325 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200326 help
327 If you say yes here you get support for National Semiconductor LM85
328 sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
329
330 This driver can also be built as a module. If so, the module
331 will be called lm85.
332
333config SENSORS_LM87
334 tristate "National Semiconductor LM87"
Jean Delvare51bd5632006-09-24 20:51:37 +0200335 depends on HWMON && I2C
Jean Delvare303760b2005-07-31 21:52:01 +0200336 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200337 help
338 If you say yes here you get support for National Semiconductor LM87
339 sensor chips.
340
341 This driver can also be built as a module. If so, the module
342 will be called lm87.
343
344config SENSORS_LM90
345 tristate "National Semiconductor LM90 and compatibles"
346 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200347 help
348 If you say yes here you get support for National Semiconductor LM90,
349 LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and
350 MAX6658 sensor chips.
351
352 The Analog Devices ADT7461 sensor chip is also supported, but only
353 if found in ADM1032 compatibility mode.
354
355 This driver can also be built as a module. If so, the module
356 will be called lm90.
357
358config SENSORS_LM92
359 tristate "National Semiconductor LM92 and compatibles"
Jean Delvare51bd5632006-09-24 20:51:37 +0200360 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200361 help
362 If you say yes here you get support for National Semiconductor LM92
363 and Maxim MAX6635 sensor chips.
364
365 This driver can also be built as a module. If so, the module
366 will be called lm92.
367
368config SENSORS_MAX1619
369 tristate "Maxim MAX1619 sensor chip"
Jean Delvare51bd5632006-09-24 20:51:37 +0200370 depends on HWMON && I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200371 help
372 If you say yes here you get support for MAX1619 sensor chip.
373
374 This driver can also be built as a module. If so, the module
375 will be called max1619.
376
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +0200377config SENSORS_MAX6650
378 tristate "Maxim MAX6650 sensor chip"
379 depends on HWMON && I2C && EXPERIMENTAL
380 help
381 If you say yes here you get support for the MAX6650 / MAX6651
382 sensor chips.
383
384 This driver can also be built as a module. If so, the module
385 will be called max6650.
386
Jean Delvaread2f9312005-07-02 18:15:49 +0200387config SENSORS_PC87360
388 tristate "National Semiconductor PC87360 family"
389 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200390 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200391 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200392 help
393 If you say yes here you get access to the hardware monitoring
394 functions of the National Semiconductor PC8736x Super-I/O chips.
395 The PC87360, PC87363 and PC87364 only have fan monitoring and
396 control. The PC87365 and PC87366 additionally have voltage and
397 temperature monitoring.
398
399 This driver can also be built as a module. If so, the module
400 will be called pc87360.
401
Jean Delvareba224e22006-12-12 18:18:29 +0100402config SENSORS_PC87427
403 tristate "National Semiconductor PC87427"
404 depends on HWMON && EXPERIMENTAL
405 help
406 If you say yes here you get access to the hardware monitoring
407 functions of the National Semiconductor PC87427 Super-I/O chip.
408 The chip has two distinct logical devices, one for fan speed
409 monitoring and control, and one for voltage and temperature
410 monitoring. Only fan speed monitoring is supported right now.
411
412 This driver can also be built as a module. If so, the module
413 will be called pc87427.
414
Jean Delvaread2f9312005-07-02 18:15:49 +0200415config SENSORS_SIS5595
416 tristate "Silicon Integrated Systems Corp. SiS5595"
417 depends on HWMON && I2C && PCI && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200418 select I2C_ISA
419 help
420 If you say yes here you get support for the integrated sensors in
421 SiS5595 South Bridges.
422
423 This driver can also be built as a module. If so, the module
424 will be called sis5595.
425
426config SENSORS_SMSC47M1
427 tristate "SMSC LPC47M10x and compatibles"
Jean Delvare51f2cca2007-05-08 17:22:00 +0200428 depends on HWMON
Jean Delvaread2f9312005-07-02 18:15:49 +0200429 help
430 If you say yes here you get support for the integrated fan
431 monitoring and control capabilities of the SMSC LPC47B27x,
Jean Delvare60917802006-10-08 22:00:44 +0200432 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
Jean Delvare8eccbb62007-05-08 17:21:59 +0200433 LPC47M192, LPC47M292 and LPC47M997 chips.
Hartmut Rick59ac8362006-03-23 16:37:23 +0100434
Jean Delvare8eccbb62007-05-08 17:21:59 +0200435 The temperature and voltage sensor features of the LPC47M15x,
436 LPC47M192, LPC47M292 and LPC47M997 are supported by another
437 driver, select also "SMSC LPC47M192 and compatibles" below for
438 those.
Jean Delvaread2f9312005-07-02 18:15:49 +0200439
440 This driver can also be built as a module. If so, the module
441 will be called smsc47m1.
442
Hartmut Rick59ac8362006-03-23 16:37:23 +0100443config SENSORS_SMSC47M192
444 tristate "SMSC LPC47M192 and compatibles"
445 depends on HWMON && I2C && EXPERIMENTAL
446 select HWMON_VID
447 help
448 If you say yes here you get support for the temperature and
Jean Delvare00cb4732007-05-08 17:21:59 +0200449 voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
450 and LPC47M997 chips.
Hartmut Rick59ac8362006-03-23 16:37:23 +0100451
452 The fan monitoring and control capabilities of these chips
453 are supported by another driver, select
454 "SMSC LPC47M10x and compatibles" above. You need both drivers
455 if you want fan control and voltage/temperature sensor support.
456
457 This driver can also be built as a module. If so, the module
458 will be called smsc47m192.
459
Jean Delvaread2f9312005-07-02 18:15:49 +0200460config SENSORS_SMSC47B397
461 tristate "SMSC LPC47B397-NC"
462 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200463 select I2C_ISA
464 help
465 If you say yes here you get support for the SMSC LPC47B397-NC
466 sensor chip.
467
468 This driver can also be built as a module. If so, the module
469 will be called smsc47b397.
470
471config SENSORS_VIA686A
472 tristate "VIA686A"
473 depends on HWMON && I2C && PCI
Jean Delvaread2f9312005-07-02 18:15:49 +0200474 select I2C_ISA
475 help
476 If you say yes here you get support for the integrated sensors in
477 Via 686A/B South Bridges.
478
479 This driver can also be built as a module. If so, the module
480 will be called via686a.
481
Juerg Haefligerab413192006-09-24 20:54:04 +0200482config SENSORS_VT1211
483 tristate "VIA VT1211"
484 depends on HWMON && EXPERIMENTAL
485 select HWMON_VID
486 help
487 If you say yes here then you get support for hardware monitoring
488 features of the VIA VT1211 Super-I/O chip.
489
490 This driver can also be built as a module. If so, the module
491 will be called vt1211.
492
Roger Lucas1de9e372005-11-26 20:20:05 +0100493config SENSORS_VT8231
Jean Delvare51bd5632006-09-24 20:51:37 +0200494 tristate "VIA VT8231"
Roger Lucas1de9e372005-11-26 20:20:05 +0100495 depends on HWMON && I2C && PCI && EXPERIMENTAL
496 select HWMON_VID
497 select I2C_ISA
498 help
499 If you say yes here then you get support for the integrated sensors
500 in the VIA VT8231 device.
501
502 This driver can also be built as a module. If so, the module
503 will be called vt8231.
504
Jean Delvaread2f9312005-07-02 18:15:49 +0200505config SENSORS_W83781D
506 tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F"
507 depends on HWMON && I2C
Jean Delvare5042c7d2005-07-19 23:53:07 +0200508 select I2C_ISA
Jean Delvare303760b2005-07-31 21:52:01 +0200509 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200510 help
511 If you say yes here you get support for the Winbond W8378x series
512 of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
513 and the similar Asus AS99127F.
514
515 This driver can also be built as a module. If so, the module
516 will be called w83781d.
517
Charles Spirakis98739642006-04-25 14:21:03 +0200518config SENSORS_W83791D
519 tristate "Winbond W83791D"
520 depends on HWMON && I2C && EXPERIMENTAL
521 select HWMON_VID
522 help
523 If you say yes here you get support for the Winbond W83791D chip.
524
525 This driver can also be built as a module. If so, the module
526 will be called w83791d.
527
R.Marek@sh.cvut.cz5563e272005-07-27 11:43:47 +0000528config SENSORS_W83792D
529 tristate "Winbond W83792D"
530 depends on HWMON && I2C && EXPERIMENTAL
R.Marek@sh.cvut.cz5563e272005-07-27 11:43:47 +0000531 help
532 If you say yes here you get support for the Winbond W83792D chip.
533
534 This driver can also be built as a module. If so, the module
535 will be called w83792d.
536
Rudolf Marek6800c3d2006-12-12 18:18:30 +0100537config SENSORS_W83793
538 tristate "Winbond W83793"
539 depends on HWMON && I2C && EXPERIMENTAL
Stefano Brivio7a5e6bc2007-03-16 13:38:29 -0800540 select HWMON_VID
Rudolf Marek6800c3d2006-12-12 18:18:30 +0100541 help
542 If you say yes here you get support for the Winbond W83793
543 hardware monitoring chip.
544
545 This driver can also be built as a module. If so, the module
546 will be called w83793.
547
Jean Delvaread2f9312005-07-02 18:15:49 +0200548config SENSORS_W83L785TS
549 tristate "Winbond W83L785TS-S"
550 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200551 help
552 If you say yes here you get support for the Winbond W83L785TS-S
553 sensor chip, which is used on the Asus A7N8X, among other
554 motherboards.
555
556 This driver can also be built as a module. If so, the module
557 will be called w83l785ts.
558
559config SENSORS_W83627HF
Jean Delvarec2db6ce2006-01-18 23:22:12 +0100560 tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
Jean Delvare787c72b2007-05-08 17:22:00 +0200561 depends on HWMON
Jean Delvare303760b2005-07-31 21:52:01 +0200562 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200563 help
564 If you say yes here you get support for the Winbond W836X7 series
Jean Delvarec2db6ce2006-01-18 23:22:12 +0100565 of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
566 W83697HF.
Jean Delvaread2f9312005-07-02 18:15:49 +0200567
568 This driver can also be built as a module. If so, the module
569 will be called w83627hf.
570
571config SENSORS_W83627EHF
572 tristate "Winbond W83627EHF"
573 depends on HWMON && I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +0200574 select I2C_ISA
575 help
576 If you say yes here you get preliminary support for the hardware
577 monitoring functionality of the Winbond W83627EHF Super-I/O chip.
578 Only fan and temperature inputs are supported at the moment, while
579 the chip does much more than that.
580
Jean Delvare8dd2d2c2005-07-27 21:33:15 +0200581 This driver also supports the W83627EHG, which is the lead-free
582 version of the W83627EHF.
583
Jean Delvaread2f9312005-07-02 18:15:49 +0200584 This driver can also be built as a module. If so, the module
585 will be called w83627ehf.
586
Robert Love860e1d62005-08-31 23:57:59 -0400587config SENSORS_HDAPS
588 tristate "IBM Hard Drive Active Protection System (hdaps)"
589 depends on HWMON && INPUT && X86
590 default n
591 help
592 This driver provides support for the IBM Hard Drive Active Protection
593 System (hdaps), which provides an accelerometer and other misc. data.
Robert Love4c87b742005-09-22 21:44:00 -0700594 ThinkPads starting with the R50, T41, and X40 are supported. The
595 accelerometer data is readable via sysfs.
Robert Love860e1d62005-08-31 23:57:59 -0400596
Robert Love4c87b742005-09-22 21:44:00 -0700597 This driver also provides an absolute input class device, allowing
598 the laptop to act as a pinball machine-esque joystick.
Robert Love860e1d62005-08-31 23:57:59 -0400599
Stephan Berberig0f23e502006-12-12 18:18:28 +0100600 If your ThinkPad is not recognized by the driver, please update to latest
601 BIOS. This is especially the case for some R52 ThinkPads.
602
Robert Love860e1d62005-08-31 23:57:59 -0400603 Say Y here if you have an applicable laptop and want to experience
604 the awesome power of hdaps.
605
Jean Delvaread2f9312005-07-02 18:15:49 +0200606config HWMON_DEBUG_CHIP
607 bool "Hardware Monitoring Chip debugging messages"
608 depends on HWMON
609 default n
610 help
611 Say Y here if you want the I2C chip drivers to produce a bunch of
612 debug messages to the system log. Select this if you are having
613 a problem with I2C support and want to see more of what is going
614 on.
615
616endmenu