]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/hwmon/Kconfig
hwmon/sis5595: Use PCI_REVISION_ID
[net-next-2.6.git] / drivers / hwmon / Kconfig
CommitLineData
ad2f931d 1#
060b2f55 2# Hardware monitoring chip drivers configuration
ad2f931d
JD
3#
4
1d72acf9 5menuconfig HWMON
ad2f931d 6 tristate "Hardware Monitoring support"
e25df120 7 depends on HAS_IOMEM
ad2f931d
JD
8 default y
9 help
10 Hardware monitoring devices let you monitor the hardware health
11 of a system. Most modern motherboards include such a device. It
12 can include temperature sensors, voltage sensors, fan speed
13 sensors and various additional features such as the ability to
1236441f
MH
14 control the speed of the fans. If you want this support you
15 should say Y here and also to the specific driver(s) for your
16 sensors chip(s) below.
17
0d0001dd
JD
18 To find out which specific driver(s) you need, use the
19 sensors-detect script from the lm_sensors package. Read
20 <file:Documentation/hwmon/userspace-tools> for details.
21
1236441f
MH
22 This support can also be built as a module. If so, the module
23 will be called hwmon.
ad2f931d 24
1d72acf9
JE
25if HWMON
26
303760b4
JD
27config HWMON_VID
28 tristate
29 default n
30
f2b84bbc
HG
31config SENSORS_ABITUGURU
32 tristate "Abit uGuru"
1d72acf9 33 depends on EXPERIMENTAL
f2b84bbc
HG
34 help
35 If you say yes here you get support for the Abit uGuru chips
36 sensor part. The voltage and frequency control parts of the Abit
37 uGuru are not supported. The Abit uGuru chip can be found on Abit
38 uGuru featuring motherboards (most modern Abit motherboards).
39
40 This driver can also be built as a module. If so, the module
41 will be called abituguru.
42
2d8dd65f
AZ
43config SENSORS_AD7418
44 tristate "Analog Devices AD7416, AD7417 and AD7418"
1d72acf9 45 depends on I2C && EXPERIMENTAL
2d8dd65f
AZ
46 help
47 If you say yes here you get support for the Analog Devices
48 AD7416, AD7417 and AD7418 temperature monitoring chips.
49
50 This driver can also be built as a module. If so, the module
51 will be called ad7418.
52
ad2f931d
JD
53config SENSORS_ADM1021
54 tristate "Analog Devices ADM1021 and compatibles"
1d72acf9 55 depends on I2C
ad2f931d
JD
56 help
57 If you say yes here you get support for Analog Devices ADM1021
58 and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
59 Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10,
60 and the XEON processor built-in sensor.
61
62 This driver can also be built as a module. If so, the module
63 will be called adm1021.
64
65config SENSORS_ADM1025
66 tristate "Analog Devices ADM1025 and compatibles"
1d72acf9 67 depends on I2C
303760b4 68 select HWMON_VID
ad2f931d
JD
69 help
70 If you say yes here you get support for Analog Devices ADM1025
71 and Philips NE1619 sensor chips.
72
73 This driver can also be built as a module. If so, the module
74 will be called adm1025.
75
76config SENSORS_ADM1026
77 tristate "Analog Devices ADM1026 and compatibles"
1d72acf9 78 depends on I2C && EXPERIMENTAL
303760b4 79 select HWMON_VID
ad2f931d
JD
80 help
81 If you say yes here you get support for Analog Devices ADM1026
82 sensor chip.
83
84 This driver can also be built as a module. If so, the module
85 will be called adm1026.
86
cae2caae
CL
87config SENSORS_ADM1029
88 tristate "Analog Devices ADM1029"
1d72acf9 89 depends on I2C && EXPERIMENTAL
cae2caae
CL
90 help
91 If you say yes here you get support for Analog Devices ADM1029
92 sensor chip.
93 Very rare chip, please let us know you use it.
94
95 This driver can also be built as a module. If so, the module
96 will be called adm1029.
97
ad2f931d
JD
98config SENSORS_ADM1031
99 tristate "Analog Devices ADM1031 and compatibles"
1d72acf9 100 depends on I2C && EXPERIMENTAL
ad2f931d
JD
101 help
102 If you say yes here you get support for Analog Devices ADM1031
103 and ADM1030 sensor chips.
104
105 This driver can also be built as a module. If so, the module
106 will be called adm1031.
107
108config SENSORS_ADM9240
109 tristate "Analog Devices ADM9240 and compatibles"
1d72acf9 110 depends on I2C && EXPERIMENTAL
303760b4 111 select HWMON_VID
ad2f931d
JD
112 help
113 If you say yes here you get support for Analog Devices ADM9240,
114 Dallas DS1780, National Semiconductor LM81 sensor chips.
115
116 This driver can also be built as a module. If so, the module
117 will be called adm9240.
118
29fa06c1 119config SENSORS_K8TEMP
4660cb35 120 tristate "AMD Athlon64/FX or Opteron temperature sensor"
1d72acf9 121 depends on X86 && PCI && EXPERIMENTAL
29fa06c1
RM
122 help
123 If you say yes here you get support for the temperature
4660cb35
RM
124 sensor(s) inside your CPU. Supported is whole AMD K8
125 microarchitecture. Please note that you will need at least
126 lm-sensors 2.10.1 for proper userspace support.
29fa06c1
RM
127
128 This driver can also be built as a module. If so, the module
129 will be called k8temp.
130
dcb69dd0
SP
131config SENSORS_AMS
132 tristate "Apple Motion Sensor driver"
1d72acf9 133 depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
dcb69dd0
SP
134 help
135 Support for the motion sensor included in PowerBooks. Includes
136 implementations for PMU and I2C.
137
138 This driver can also be built as a module. If so, the module
139 will be called ams.
140
141config SENSORS_AMS_PMU
142 bool "PMU variant"
143 depends on SENSORS_AMS && ADB_PMU
144 default y
145 help
146 PMU variant of motion sensor, found in late 2005 PowerBooks.
147
148config SENSORS_AMS_I2C
149 bool "I2C variant"
150 depends on SENSORS_AMS && I2C
151 default y
152 help
153 I2C variant of motion sensor, found in early 2005 PowerBooks and
154 iBooks.
155
ad2f931d
JD
156config SENSORS_ASB100
157 tristate "Asus ASB100 Bach"
1d72acf9 158 depends on I2C && EXPERIMENTAL
303760b4 159 select HWMON_VID
ad2f931d
JD
160 help
161 If you say yes here you get support for the ASB100 Bach sensor
162 chip found on some Asus mainboards.
163
164 This driver can also be built as a module. If so, the module
165 will be called asb100.
166
167config SENSORS_ATXP1
168 tristate "Attansic ATXP1 VID controller"
1d72acf9 169 depends on I2C && EXPERIMENTAL
303760b4 170 select HWMON_VID
ad2f931d
JD
171 help
172 If you say yes here you get support for the Attansic ATXP1 VID
173 controller.
174
175 If your board have such a chip, you are able to control your CPU
176 core and other voltages.
177
178 This driver can also be built as a module. If so, the module
179 will be called atxp1.
180
181config SENSORS_DS1621
182 tristate "Dallas Semiconductor DS1621 and DS1625"
1d72acf9 183 depends on I2C
ad2f931d
JD
184 help
185 If you say yes here you get support for Dallas Semiconductor
186 DS1621 and DS1625 sensor chips.
187
188 This driver can also be built as a module. If so, the module
189 will be called ds1621.
190
e53004e2 191config SENSORS_F71805F
51c997d8 192 tristate "Fintek F71805F/FG and F71872F/FG"
1d72acf9 193 depends on EXPERIMENTAL
e53004e2
JD
194 help
195 If you say yes here you get support for hardware monitoring
51c997d8
JD
196 features of the Fintek F71805F/FG and F71872F/FG Super-I/O
197 chips.
e53004e2
JD
198
199 This driver can also be built as a module. If so, the module
200 will be called f71805f.
201
ad2f931d
JD
202config SENSORS_FSCHER
203 tristate "FSC Hermes"
1d72acf9 204 depends on I2C
ad2f931d
JD
205 help
206 If you say yes here you get support for Fujitsu Siemens
207 Computers Hermes sensor chips.
208
209 This driver can also be built as a module. If so, the module
210 will be called fscher.
211
212config SENSORS_FSCPOS
213 tristate "FSC Poseidon"
1d72acf9 214 depends on I2C
ad2f931d
JD
215 help
216 If you say yes here you get support for Fujitsu Siemens
217 Computers Poseidon sensor chips.
218
219 This driver can also be built as a module. If so, the module
220 will be called fscpos.
221
222config SENSORS_GL518SM
223 tristate "Genesys Logic GL518SM"
1d72acf9 224 depends on I2C
ad2f931d
JD
225 help
226 If you say yes here you get support for Genesys Logic GL518SM
227 sensor chips.
228
229 This driver can also be built as a module. If so, the module
230 will be called gl518sm.
231
232config SENSORS_GL520SM
233 tristate "Genesys Logic GL520SM"
1d72acf9 234 depends on I2C
303760b4 235 select HWMON_VID
ad2f931d
JD
236 help
237 If you say yes here you get support for Genesys Logic GL520SM
238 sensor chips.
239
240 This driver can also be built as a module. If so, the module
241 will be called gl520sm.
242
bebe4678
RM
243config SENSORS_CORETEMP
244 tristate "Intel Core (2) Duo/Solo temperature sensor"
1d72acf9 245 depends on X86 && EXPERIMENTAL
bebe4678
RM
246 help
247 If you say yes here you get support for the temperature
248 sensor inside your CPU. Supported all are all known variants
249 of Intel Core family.
250
ad2f931d
JD
251config SENSORS_IT87
252 tristate "ITE IT87xx and compatibles"
1d72acf9 253 depends on I2C
5042c7d7 254 select I2C_ISA
303760b4 255 select HWMON_VID
ad2f931d 256 help
87673dd7 257 If you say yes here you get support for ITE IT8705F, IT8712F,
08a8f6e9 258 IT8716F, IT8718F and IT8726F sensor chips, and the SiS960 clone.
ad2f931d
JD
259
260 This driver can also be built as a module. If so, the module
261 will be called it87.
262
263config SENSORS_LM63
264 tristate "National Semiconductor LM63"
1d72acf9 265 depends on I2C
ad2f931d
JD
266 help
267 If you say yes here you get support for the National Semiconductor
268 LM63 remote diode digital temperature sensor with integrated fan
269 control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
270 motherboard, among others.
271
272 This driver can also be built as a module. If so, the module
273 will be called lm63.
274
e1a8e913
KB
275config SENSORS_LM70
276 tristate "National Semiconductor LM70"
1d72acf9 277 depends on SPI_MASTER && EXPERIMENTAL
e1a8e913
KB
278 help
279 If you say yes here you get support for the National Semiconductor
280 LM70 digital temperature sensor chip.
281
282 This driver can also be built as a module. If so, the module
283 will be called lm70.
284
ad2f931d
JD
285config SENSORS_LM75
286 tristate "National Semiconductor LM75 and compatibles"
1d72acf9 287 depends on I2C
ad2f931d
JD
288 help
289 If you say yes here you get support for National Semiconductor LM75
290 sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in
291 9-bit precision mode), and TelCom (now Microchip) TCN75.
292
293 The DS75 and DS1775 in 10- to 12-bit precision modes will require
294 a force module parameter. The driver will not handle the extra
295 precision anyhow.
296
297 This driver can also be built as a module. If so, the module
298 will be called lm75.
299
300config SENSORS_LM77
301 tristate "National Semiconductor LM77"
1d72acf9 302 depends on I2C
ad2f931d
JD
303 help
304 If you say yes here you get support for National Semiconductor LM77
305 sensor chips.
306
307 This driver can also be built as a module. If so, the module
308 will be called lm77.
309
310config SENSORS_LM78
311 tristate "National Semiconductor LM78 and compatibles"
1d72acf9 312 depends on I2C
19f673ed 313 select HWMON_VID
ad2f931d
JD
314 help
315 If you say yes here you get support for National Semiconductor LM78,
316 LM78-J and LM79.
317
318 This driver can also be built as a module. If so, the module
319 will be called lm78.
320
321config SENSORS_LM80
322 tristate "National Semiconductor LM80"
1d72acf9 323 depends on I2C && EXPERIMENTAL
ad2f931d
JD
324 help
325 If you say yes here you get support for National Semiconductor
326 LM80 sensor chips.
327
328 This driver can also be built as a module. If so, the module
329 will be called lm80.
330
331config SENSORS_LM83
43cb7ebe 332 tristate "National Semiconductor LM83 and compatibles"
1d72acf9 333 depends on I2C
ad2f931d
JD
334 help
335 If you say yes here you get support for National Semiconductor
43cb7ebe 336 LM82 and LM83 sensor chips.
ad2f931d
JD
337
338 This driver can also be built as a module. If so, the module
339 will be called lm83.
340
341config SENSORS_LM85
342 tristate "National Semiconductor LM85 and compatibles"
1d72acf9 343 depends on I2C && EXPERIMENTAL
303760b4 344 select HWMON_VID
ad2f931d
JD
345 help
346 If you say yes here you get support for National Semiconductor LM85
347 sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
348
349 This driver can also be built as a module. If so, the module
350 will be called lm85.
351
352config SENSORS_LM87
353 tristate "National Semiconductor LM87"
1d72acf9 354 depends on I2C
303760b4 355 select HWMON_VID
ad2f931d
JD
356 help
357 If you say yes here you get support for National Semiconductor LM87
358 sensor chips.
359
360 This driver can also be built as a module. If so, the module
361 will be called lm87.
362
363config SENSORS_LM90
364 tristate "National Semiconductor LM90 and compatibles"
1d72acf9 365 depends on I2C
ad2f931d
JD
366 help
367 If you say yes here you get support for National Semiconductor LM90,
32c82a93
RB
368 LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657,
369 MAX6658, MAX6659, MAX6680 and MAX6681 sensor chips.
ad2f931d
JD
370
371 The Analog Devices ADT7461 sensor chip is also supported, but only
372 if found in ADM1032 compatibility mode.
373
374 This driver can also be built as a module. If so, the module
375 will be called lm90.
376
377config SENSORS_LM92
378 tristate "National Semiconductor LM92 and compatibles"
1d72acf9 379 depends on I2C
ad2f931d
JD
380 help
381 If you say yes here you get support for National Semiconductor LM92
382 and Maxim MAX6635 sensor chips.
383
384 This driver can also be built as a module. If so, the module
385 will be called lm92.
386
387config SENSORS_MAX1619
388 tristate "Maxim MAX1619 sensor chip"
1d72acf9 389 depends on I2C
ad2f931d
JD
390 help
391 If you say yes here you get support for MAX1619 sensor chip.
392
393 This driver can also be built as a module. If so, the module
394 will be called max1619.
395
d20620de
HJK
396config SENSORS_MAX6650
397 tristate "Maxim MAX6650 sensor chip"
1d72acf9 398 depends on I2C && EXPERIMENTAL
d20620de
HJK
399 help
400 If you say yes here you get support for the MAX6650 / MAX6651
401 sensor chips.
402
403 This driver can also be built as a module. If so, the module
404 will be called max6650.
405
ad2f931d
JD
406config SENSORS_PC87360
407 tristate "National Semiconductor PC87360 family"
303760b4 408 select HWMON_VID
ad2f931d
JD
409 help
410 If you say yes here you get access to the hardware monitoring
411 functions of the National Semiconductor PC8736x Super-I/O chips.
412 The PC87360, PC87363 and PC87364 only have fan monitoring and
413 control. The PC87365 and PC87366 additionally have voltage and
414 temperature monitoring.
415
416 This driver can also be built as a module. If so, the module
417 will be called pc87360.
418
ba224e2c
JD
419config SENSORS_PC87427
420 tristate "National Semiconductor PC87427"
1d72acf9 421 depends on EXPERIMENTAL
ba224e2c
JD
422 help
423 If you say yes here you get access to the hardware monitoring
424 functions of the National Semiconductor PC87427 Super-I/O chip.
425 The chip has two distinct logical devices, one for fan speed
426 monitoring and control, and one for voltage and temperature
427 monitoring. Only fan speed monitoring is supported right now.
428
429 This driver can also be built as a module. If so, the module
430 will be called pc87427.
431
ad2f931d
JD
432config SENSORS_SIS5595
433 tristate "Silicon Integrated Systems Corp. SiS5595"
17e7dc43 434 depends on PCI
ad2f931d
JD
435 help
436 If you say yes here you get support for the integrated sensors in
437 SiS5595 South Bridges.
438
439 This driver can also be built as a module. If so, the module
440 will be called sis5595.
441
9431996f
JH
442config SENSORS_DME1737
443 tristate "SMSC DME1737 and compatibles"
444 depends on I2C && EXPERIMENTAL
445 select HWMON_VID
446 help
447 If you say yes here you get support for the hardware monitoring
448 and fan control features of the SMSC DME1737 (and compatibles
449 like the Asus A8000) Super-I/O chip.
450
451 This driver can also be built as a module. If so, the module
452 will be called dme1737.
453
ad2f931d
JD
454config SENSORS_SMSC47M1
455 tristate "SMSC LPC47M10x and compatibles"
ad2f931d
JD
456 help
457 If you say yes here you get support for the integrated fan
458 monitoring and control capabilities of the SMSC LPC47B27x,
6091780e 459 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
8eccbb6f 460 LPC47M192, LPC47M292 and LPC47M997 chips.
59ac8367 461
8eccbb6f
JD
462 The temperature and voltage sensor features of the LPC47M15x,
463 LPC47M192, LPC47M292 and LPC47M997 are supported by another
464 driver, select also "SMSC LPC47M192 and compatibles" below for
465 those.
ad2f931d
JD
466
467 This driver can also be built as a module. If so, the module
468 will be called smsc47m1.
469
59ac8367
HR
470config SENSORS_SMSC47M192
471 tristate "SMSC LPC47M192 and compatibles"
1d72acf9 472 depends on I2C && EXPERIMENTAL
59ac8367
HR
473 select HWMON_VID
474 help
475 If you say yes here you get support for the temperature and
00cb4739
JD
476 voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
477 and LPC47M997 chips.
59ac8367
HR
478
479 The fan monitoring and control capabilities of these chips
480 are supported by another driver, select
481 "SMSC LPC47M10x and compatibles" above. You need both drivers
482 if you want fan control and voltage/temperature sensor support.
483
484 This driver can also be built as a module. If so, the module
485 will be called smsc47m192.
486
ad2f931d
JD
487config SENSORS_SMSC47B397
488 tristate "SMSC LPC47B397-NC"
1d72acf9 489 depends on EXPERIMENTAL
ad2f931d
JD
490 help
491 If you say yes here you get support for the SMSC LPC47B397-NC
492 sensor chip.
493
494 This driver can also be built as a module. If so, the module
495 will be called smsc47b397.
496
497config SENSORS_VIA686A
498 tristate "VIA686A"
2ec342e6 499 depends on PCI
ad2f931d
JD
500 help
501 If you say yes here you get support for the integrated sensors in
502 Via 686A/B South Bridges.
503
504 This driver can also be built as a module. If so, the module
505 will be called via686a.
506
ab41319e
JH
507config SENSORS_VT1211
508 tristate "VIA VT1211"
1d72acf9 509 depends on EXPERIMENTAL
ab41319e
JH
510 select HWMON_VID
511 help
512 If you say yes here then you get support for hardware monitoring
513 features of the VIA VT1211 Super-I/O chip.
514
515 This driver can also be built as a module. If so, the module
516 will be called vt1211.
517
1de9e371 518config SENSORS_VT8231
51bd5633 519 tristate "VIA VT8231"
1d72acf9 520 depends on I2C && PCI && EXPERIMENTAL
1de9e371
RL
521 select HWMON_VID
522 select I2C_ISA
523 help
524 If you say yes here then you get support for the integrated sensors
525 in the VIA VT8231 device.
526
527 This driver can also be built as a module. If so, the module
528 will be called vt8231.
529
ad2f931d
JD
530config SENSORS_W83781D
531 tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F"
1d72acf9 532 depends on I2C
303760b4 533 select HWMON_VID
ad2f931d
JD
534 help
535 If you say yes here you get support for the Winbond W8378x series
536 of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
537 and the similar Asus AS99127F.
538
539 This driver can also be built as a module. If so, the module
540 will be called w83781d.
541
9873964d
CS
542config SENSORS_W83791D
543 tristate "Winbond W83791D"
1d72acf9 544 depends on I2C && EXPERIMENTAL
9873964d
CS
545 select HWMON_VID
546 help
547 If you say yes here you get support for the Winbond W83791D chip.
548
549 This driver can also be built as a module. If so, the module
550 will be called w83791d.
551
5563e27d
RM
552config SENSORS_W83792D
553 tristate "Winbond W83792D"
1d72acf9 554 depends on I2C && EXPERIMENTAL
5563e27d
RM
555 help
556 If you say yes here you get support for the Winbond W83792D chip.
557
558 This driver can also be built as a module. If so, the module
559 will be called w83792d.
560
6800c3d0
RM
561config SENSORS_W83793
562 tristate "Winbond W83793"
1d72acf9 563 depends on I2C && EXPERIMENTAL
7a5e6bc2 564 select HWMON_VID
6800c3d0
RM
565 help
566 If you say yes here you get support for the Winbond W83793
567 hardware monitoring chip.
568
569 This driver can also be built as a module. If so, the module
570 will be called w83793.
571
ad2f931d
JD
572config SENSORS_W83L785TS
573 tristate "Winbond W83L785TS-S"
1d72acf9 574 depends on I2C && EXPERIMENTAL
ad2f931d
JD
575 help
576 If you say yes here you get support for the Winbond W83L785TS-S
577 sensor chip, which is used on the Asus A7N8X, among other
578 motherboards.
579
580 This driver can also be built as a module. If so, the module
581 will be called w83l785ts.
582
583config SENSORS_W83627HF
c2db6ce1 584 tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
303760b4 585 select HWMON_VID
ad2f931d
JD
586 help
587 If you say yes here you get support for the Winbond W836X7 series
c2db6ce1
JD
588 of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
589 W83697HF.
ad2f931d
JD
590
591 This driver can also be built as a module. If so, the module
592 will be called w83627hf.
593
594config SENSORS_W83627EHF
595 tristate "Winbond W83627EHF"
1d72acf9 596 depends on I2C && EXPERIMENTAL
ad2f931d
JD
597 select I2C_ISA
598 help
599 If you say yes here you get preliminary support for the hardware
600 monitoring functionality of the Winbond W83627EHF Super-I/O chip.
601 Only fan and temperature inputs are supported at the moment, while
602 the chip does much more than that.
603
8dd2d2ca
JD
604 This driver also supports the W83627EHG, which is the lead-free
605 version of the W83627EHF.
606
ad2f931d
JD
607 This driver can also be built as a module. If so, the module
608 will be called w83627ehf.
609
860e1d6b
RL
610config SENSORS_HDAPS
611 tristate "IBM Hard Drive Active Protection System (hdaps)"
1d72acf9 612 depends on INPUT && X86
860e1d6b
RL
613 default n
614 help
615 This driver provides support for the IBM Hard Drive Active Protection
616 System (hdaps), which provides an accelerometer and other misc. data.
4c87b74c
RL
617 ThinkPads starting with the R50, T41, and X40 are supported. The
618 accelerometer data is readable via sysfs.
860e1d6b 619
4c87b74c
RL
620 This driver also provides an absolute input class device, allowing
621 the laptop to act as a pinball machine-esque joystick.
860e1d6b 622
0f23e50a
SB
623 If your ThinkPad is not recognized by the driver, please update to latest
624 BIOS. This is especially the case for some R52 ThinkPads.
625
860e1d6b
RL
626 Say Y here if you have an applicable laptop and want to experience
627 the awesome power of hdaps.
628
6f2fad74
NB
629config SENSORS_APPLESMC
630 tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
548c343b 631 depends on INPUT && X86
6f2fad74
NB
632 select NEW_LEDS
633 select LEDS_CLASS
634 default n
635 help
636 This driver provides support for the Apple System Management
637 Controller, which provides an accelerometer (Apple Sudden Motion
638 Sensor), light sensors, temperature sensors, keyboard backlight
639 control and fan control.
640
641 Only Intel-based Apple's computers are supported (MacBook Pro,
642 MacBook, MacMini).
643
644 Data from the different sensors, keyboard backlight control and fan
645 control are accessible via sysfs.
646
647 This driver also provides an absolute input class device, allowing
648 the laptop to act as a pinball machine-esque joystick.
649
650 Say Y here if you have an applicable laptop and want to experience
651 the awesome power of applesmc.
652
ad2f931d
JD
653config HWMON_DEBUG_CHIP
654 bool "Hardware Monitoring Chip debugging messages"
ad2f931d
JD
655 default n
656 help
657 Say Y here if you want the I2C chip drivers to produce a bunch of
658 debug messages to the system log. Select this if you are having
659 a problem with I2C support and want to see more of what is going
660 on.
661
1d72acf9 662endif # HWMON