Kconfig revision d58de038728221f780e11d50b32aa40d420c1150
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6	tristate "Hardware Monitoring support"
7	depends on HAS_IOMEM
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
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
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
22	  This support can also be built as a module.  If so, the module
23	  will be called hwmon.
24
25if HWMON
26
27config HWMON_VID
28	tristate
29	default n
30
31config HWMON_DEBUG_CHIP
32	bool "Hardware Monitoring Chip debugging messages"
33	default n
34	help
35	  Say Y here if you want the I2C chip drivers to produce a bunch of
36	  debug messages to the system log.  Select this if you are having
37	  a problem with I2C support and want to see more of what is going
38	  on.
39
40comment "Native drivers"
41
42config SENSORS_ABITUGURU
43	tristate "Abit uGuru (rev 1 & 2)"
44	depends on X86 && EXPERIMENTAL
45	help
46	  If you say yes here you get support for the sensor part of the first
47	  and second revision of the Abit uGuru chip. The voltage and frequency
48	  control parts of the Abit uGuru are not supported. The Abit uGuru
49	  chip can be found on Abit uGuru featuring motherboards (most modern
50	  Abit motherboards from before end 2005). For more info and a list
51	  of which motherboards have which revision see
52	  Documentation/hwmon/abituguru
53
54	  This driver can also be built as a module.  If so, the module
55	  will be called abituguru.
56
57config SENSORS_ABITUGURU3
58	tristate "Abit uGuru (rev 3)"
59	depends on X86 && EXPERIMENTAL
60	help
61	  If you say yes here you get support for the sensor part of the
62	  third revision of the Abit uGuru chip. Only reading the sensors
63	  and their settings is supported. The third revision of the Abit
64	  uGuru chip can be found on recent Abit motherboards (since end
65	  2005). For more info and a list of which motherboards have which
66	  revision see Documentation/hwmon/abituguru3
67
68	  This driver can also be built as a module.  If so, the module
69	  will be called abituguru3.
70
71config SENSORS_AD7414
72	tristate "Analog Devices AD7414"
73	depends on I2C && EXPERIMENTAL
74	help
75	  If you say yes here you get support for the Analog Devices
76	  AD7414 temperature monitoring chip.
77
78	  This driver can also be built as a module. If so, the module
79	  will be called ad7414.
80
81config SENSORS_AD7418
82	tristate "Analog Devices AD7416, AD7417 and AD7418"
83	depends on I2C && EXPERIMENTAL
84	help
85	  If you say yes here you get support for the Analog Devices
86	  AD7416, AD7417 and AD7418 temperature monitoring chips.
87
88	  This driver can also be built as a module. If so, the module
89	  will be called ad7418.
90
91config SENSORS_ADCXX
92	tristate "National Semiconductor ADCxxxSxxx"
93	depends on SPI_MASTER && EXPERIMENTAL
94	help
95	  If you say yes here you get support for the National Semiconductor
96	  ADC<bb><c>S<sss> chip family, where
97	  * bb  is the resolution in number of bits (8, 10, 12)
98	  * c   is the number of channels (1, 2, 4, 8)
99	  * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
100	    kSPS and 101 for 1 MSPS)
101
102	  Examples : ADC081S101, ADC124S501, ...
103
104	  This driver can also be built as a module.  If so, the module
105	  will be called adcxx.
106
107config SENSORS_ADM1021
108	tristate "Analog Devices ADM1021 and compatibles"
109	depends on I2C
110	help
111	  If you say yes here you get support for Analog Devices ADM1021
112	  and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
113	  Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10,
114	  and the XEON processor built-in sensor.
115
116	  This driver can also be built as a module.  If so, the module
117	  will be called adm1021.
118
119config SENSORS_ADM1025
120	tristate "Analog Devices ADM1025 and compatibles"
121	depends on I2C
122	select HWMON_VID
123	help
124	  If you say yes here you get support for Analog Devices ADM1025
125	  and Philips NE1619 sensor chips.
126
127	  This driver can also be built as a module.  If so, the module
128	  will be called adm1025.
129
130config SENSORS_ADM1026
131	tristate "Analog Devices ADM1026 and compatibles"
132	depends on I2C && EXPERIMENTAL
133	select HWMON_VID
134	help
135	  If you say yes here you get support for Analog Devices ADM1026
136	  sensor chip.
137
138	  This driver can also be built as a module.  If so, the module
139	  will be called adm1026.
140
141config SENSORS_ADM1029
142	tristate "Analog Devices ADM1029"
143	depends on I2C && EXPERIMENTAL
144	help
145	  If you say yes here you get support for Analog Devices ADM1029
146	  sensor chip.
147	  Very rare chip, please let us know you use it.
148
149	  This driver can also be built as a module.  If so, the module
150	  will be called adm1029.
151
152config SENSORS_ADM1031
153	tristate "Analog Devices ADM1031 and compatibles"
154	depends on I2C && EXPERIMENTAL
155	help
156	  If you say yes here you get support for Analog Devices ADM1031
157	  and ADM1030 sensor chips.
158
159	  This driver can also be built as a module.  If so, the module
160	  will be called adm1031.
161
162config SENSORS_ADM9240
163	tristate "Analog Devices ADM9240 and compatibles"
164	depends on I2C
165	select HWMON_VID
166	help
167	  If you say yes here you get support for Analog Devices ADM9240,
168	  Dallas DS1780, National Semiconductor LM81 sensor chips.
169
170	  This driver can also be built as a module.  If so, the module
171	  will be called adm9240.
172
173config SENSORS_ADT7411
174	tristate "Analog Devices ADT7411"
175	depends on I2C && EXPERIMENTAL
176	help
177	  If you say yes here you get support for the Analog Devices
178	  ADT7411 voltage and temperature monitoring chip.
179
180	  This driver can also be built as a module. If so, the module
181	  will be called adt7411.
182
183config SENSORS_ADT7462
184	tristate "Analog Devices ADT7462"
185	depends on I2C && EXPERIMENTAL
186	help
187	  If you say yes here you get support for the Analog Devices
188	  ADT7462 temperature monitoring chips.
189
190	  This driver can also be built as a module. If so, the module
191	  will be called adt7462.
192
193config SENSORS_ADT7470
194	tristate "Analog Devices ADT7470"
195	depends on I2C && EXPERIMENTAL
196	help
197	  If you say yes here you get support for the Analog Devices
198	  ADT7470 temperature monitoring chips.
199
200	  This driver can also be built as a module. If so, the module
201	  will be called adt7470.
202
203config SENSORS_ADT7473
204	tristate "Analog Devices ADT7473 (DEPRECATED)"
205	depends on I2C && EXPERIMENTAL
206	select SENSORS_ADT7475
207	help
208	  If you say yes here you get support for the Analog Devices
209	  ADT7473 temperature monitoring chips.
210
211	  This driver is deprecated, you should use the adt7475 driver
212	  instead.
213
214	  This driver can also be built as a module. If so, the module
215	  will be called adt7473.
216
217config SENSORS_ADT7475
218	tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
219	depends on I2C && EXPERIMENTAL
220	select HWMON_VID
221	help
222	  If you say yes here you get support for the Analog Devices
223	  ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
224	  chips.
225
226	  This driver can also be build as a module.  If so, the module
227	  will be called adt7475.
228
229config SENSORS_ASC7621
230	tristate "Andigilog aSC7621"
231	depends on HWMON && I2C
232	help
233	  If you say yes here you get support for the aSC7621
234	  family of SMBus sensors chip found on most Intel X48, X38, 975,
235	  965 and 945 desktop boards.  Currently supported chips:
236	  aSC7621
237	  aSC7621a
238
239	  This driver can also be built as a module.  If so, the module
240	  will be called asc7621.
241
242config SENSORS_K8TEMP
243	tristate "AMD Athlon64/FX or Opteron temperature sensor"
244	depends on X86 && PCI && EXPERIMENTAL
245	help
246	  If you say yes here you get support for the temperature
247	  sensor(s) inside your CPU. Supported is whole AMD K8
248	  microarchitecture. Please note that you will need at least
249	  lm-sensors 2.10.1 for proper userspace support.
250
251	  This driver can also be built as a module.  If so, the module
252	  will be called k8temp.
253
254config SENSORS_K10TEMP
255	tristate "AMD Phenom/Sempron/Turion/Opteron temperature sensor"
256	depends on X86 && PCI
257	help
258	  If you say yes here you get support for the temperature
259	  sensor(s) inside your CPU. Supported are later revisions of
260	  the AMD Family 10h and all revisions of the AMD Family 11h
261	  microarchitectures.
262
263	  This driver can also be built as a module.  If so, the module
264	  will be called k10temp.
265
266config SENSORS_AMS
267	tristate "Apple Motion Sensor driver"
268	depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
269	select INPUT_POLLDEV
270	help
271	  Support for the motion sensor included in PowerBooks. Includes
272	  implementations for PMU and I2C.
273
274	  This driver can also be built as a module. If so, the module
275	  will be called ams.
276
277config SENSORS_AMS_PMU
278	bool "PMU variant"
279	depends on SENSORS_AMS && ADB_PMU
280	default y
281	help
282	  PMU variant of motion sensor, found in late 2005 PowerBooks.
283
284config SENSORS_AMS_I2C
285	bool "I2C variant"
286	depends on SENSORS_AMS && I2C
287	default y
288	help
289	  I2C variant of motion sensor, found in early 2005 PowerBooks and
290	  iBooks.
291
292config SENSORS_ASB100
293	tristate "Asus ASB100 Bach"
294	depends on X86 && I2C && EXPERIMENTAL
295	select HWMON_VID
296	help
297	  If you say yes here you get support for the ASB100 Bach sensor
298	  chip found on some Asus mainboards.
299
300	  This driver can also be built as a module.  If so, the module
301	  will be called asb100.
302
303config SENSORS_ATXP1
304	tristate "Attansic ATXP1 VID controller"
305	depends on I2C && EXPERIMENTAL
306	select HWMON_VID
307	help
308	  If you say yes here you get support for the Attansic ATXP1 VID
309	  controller.
310
311	  If your board have such a chip, you are able to control your CPU
312	  core and other voltages.
313
314	  This driver can also be built as a module.  If so, the module
315	  will be called atxp1.
316
317config SENSORS_DS1621
318	tristate "Dallas Semiconductor DS1621 and DS1625"
319	depends on I2C
320	help
321	  If you say yes here you get support for Dallas Semiconductor
322	  DS1621 and DS1625 sensor chips.
323
324	  This driver can also be built as a module.  If so, the module
325	  will be called ds1621.
326
327config SENSORS_I5K_AMB
328	tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
329	depends on PCI && EXPERIMENTAL
330	help
331	  If you say yes here you get support for FB-DIMM AMB temperature
332	  monitoring chips on systems with the Intel 5000 series chipset.
333
334	  This driver can also be built as a module. If so, the module
335	  will be called i5k_amb.
336
337config SENSORS_F71805F
338	tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
339	depends on EXPERIMENTAL
340	help
341	  If you say yes here you get support for hardware monitoring
342	  features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
343	  Super-I/O chips.
344
345	  This driver can also be built as a module.  If so, the module
346	  will be called f71805f.
347
348config SENSORS_F71882FG
349	tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
350	depends on EXPERIMENTAL
351	help
352	  If you say yes here you get support for hardware monitoring
353	  features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG,
354	  F71889FG and F8000 Super-I/O chips.
355
356	  This driver can also be built as a module.  If so, the module
357	  will be called f71882fg.
358
359config SENSORS_F75375S
360	tristate "Fintek F75375S/SP and F75373";
361	depends on I2C && EXPERIMENTAL
362	help
363	  If you say yes here you get support for hardware monitoring
364	  features of the Fintek F75375S/SP and F75373
365
366	  This driver can also be built as a module.  If so, the module
367	  will be called f75375s.
368
369config SENSORS_FSCHMD
370	tristate "Fujitsu Siemens Computers sensor chips"
371	depends on X86 && I2C
372	help
373	  If you say yes here you get support for the following Fujitsu
374	  Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
375	  Heimdall, Heracles, Hades and Syleus including support for the
376	  integrated watchdog.
377
378	  This is a merged driver for FSC sensor chips replacing the fscpos,
379	  fscscy and fscher drivers and adding support for several other FSC
380	  sensor chips.
381
382	  This driver can also be built as a module.  If so, the module
383	  will be called fschmd.
384
385config SENSORS_G760A
386	tristate "GMT G760A"
387	depends on I2C
388	help
389	  If you say yes here you get support for Global Mixed-mode
390	  Technology Inc G760A fan speed PWM controller chips.
391
392	  This driver can also be built as a module.  If so, the module
393	  will be called g760a.
394
395config SENSORS_GL518SM
396	tristate "Genesys Logic GL518SM"
397	depends on I2C
398	help
399	  If you say yes here you get support for Genesys Logic GL518SM
400	  sensor chips.
401
402	  This driver can also be built as a module.  If so, the module
403	  will be called gl518sm.
404
405config SENSORS_GL520SM
406	tristate "Genesys Logic GL520SM"
407	depends on I2C
408	select HWMON_VID
409	help
410	  If you say yes here you get support for Genesys Logic GL520SM
411	  sensor chips.
412
413	  This driver can also be built as a module.  If so, the module
414	  will be called gl520sm.
415
416config SENSORS_CORETEMP
417	tristate "Intel Core/Core2/Atom temperature sensor"
418	depends on X86 && PCI && EXPERIMENTAL
419	help
420	  If you say yes here you get support for the temperature
421	  sensor inside your CPU. Most of the family 6 CPUs
422	  are supported. Check documentation/driver for details.
423
424config SENSORS_IBMAEM
425	tristate "IBM Active Energy Manager temperature/power sensors and control"
426	select IPMI_SI
427	depends on IPMI_HANDLER
428	help
429	  If you say yes here you get support for the temperature and
430	  power sensors and capping hardware in various IBM System X
431	  servers that support Active Energy Manager.  This includes
432	  the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
433	  and certain HC10/HS2x/LS2x/QS2x blades.
434
435	  This driver can also be built as a module.  If so, the module
436	  will be called ibmaem.
437
438config SENSORS_IBMPEX
439	tristate "IBM PowerExecutive temperature/power sensors"
440	select IPMI_SI
441	depends on IPMI_HANDLER
442	help
443	  If you say yes here you get support for the temperature and
444	  power sensors in various IBM System X servers that support
445	  PowerExecutive.  So far this includes the x3350, x3550, x3650,
446	  x3655, and x3755; the x3800, x3850, and x3950 models that have
447	  PCI Express; and some of the HS2x, LS2x, and QS2x blades.
448
449	  This driver can also be built as a module.  If so, the module
450	  will be called ibmpex.
451
452config SENSORS_IT87
453	tristate "ITE IT87xx and compatibles"
454	select HWMON_VID
455	help
456	  If you say yes here you get support for ITE IT8705F, IT8712F,
457	  IT8716F, IT8718F, IT8720F and IT8726F sensor chips, and the
458	  SiS960 clone.
459
460	  This driver can also be built as a module.  If so, the module
461	  will be called it87.
462
463config SENSORS_LM63
464	tristate "National Semiconductor LM63"
465	depends on I2C
466	help
467	  If you say yes here you get support for the National Semiconductor
468	  LM63 remote diode digital temperature sensor with integrated fan
469	  control.  Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
470	  motherboard, among others.
471
472	  This driver can also be built as a module.  If so, the module
473	  will be called lm63.
474
475config SENSORS_LM70
476	tristate "National Semiconductor LM70 / Texas Instruments TMP121"
477	depends on SPI_MASTER && EXPERIMENTAL
478	help
479	  If you say yes here you get support for the National Semiconductor
480	  LM70 and Texas Instruments TMP121/TMP123 digital temperature
481	  sensor chips.
482
483	  This driver can also be built as a module.  If so, the module
484	  will be called lm70.
485
486config SENSORS_LM73
487	tristate "National Semiconductor LM73"
488	depends on I2C
489	help
490	  If you say yes here you get support for National Semiconductor LM73
491	  sensor chips.
492	  This driver can also be built as a module.  If so, the module
493	  will be called lm73.
494
495config SENSORS_LM75
496	tristate "National Semiconductor LM75 and compatibles"
497	depends on I2C
498	help
499	  If you say yes here you get support for one common type of
500	  temperature sensor chip, with models including:
501
502		- Dallas Semiconductor DS75 and DS1775
503		- Maxim MAX6625 and MAX6626
504		- Microchip MCP980x
505		- National Semiconductor LM75
506		- NXP's LM75A
507		- ST Microelectronics STDS75
508		- TelCom (now Microchip) TCN75
509		- Texas Instruments TMP100, TMP101, TMP75, TMP175, TMP275
510
511	  This driver supports driver model based binding through board
512	  specific I2C device tables.
513
514	  It also supports the "legacy" style of driver binding.  To use
515	  that with some chips which don't replicate LM75 quirks exactly,
516	  you may need the "force" module parameter.
517
518	  This driver can also be built as a module.  If so, the module
519	  will be called lm75.
520
521config SENSORS_LM77
522	tristate "National Semiconductor LM77"
523	depends on I2C
524	help
525	  If you say yes here you get support for National Semiconductor LM77
526	  sensor chips.
527
528	  This driver can also be built as a module.  If so, the module
529	  will be called lm77.
530
531config SENSORS_LM78
532	tristate "National Semiconductor LM78 and compatibles"
533	depends on I2C
534	select HWMON_VID
535	help
536	  If you say yes here you get support for National Semiconductor LM78,
537	  LM78-J and LM79.
538
539	  This driver can also be built as a module.  If so, the module
540	  will be called lm78.
541
542config SENSORS_LM80
543	tristate "National Semiconductor LM80"
544	depends on I2C && EXPERIMENTAL
545	help
546	  If you say yes here you get support for National Semiconductor
547	  LM80 sensor chips.
548
549	  This driver can also be built as a module.  If so, the module
550	  will be called lm80.
551
552config SENSORS_LM83
553	tristate "National Semiconductor LM83 and compatibles"
554	depends on I2C
555	help
556	  If you say yes here you get support for National Semiconductor
557	  LM82 and LM83 sensor chips.
558
559	  This driver can also be built as a module.  If so, the module
560	  will be called lm83.
561
562config SENSORS_LM85
563	tristate "National Semiconductor LM85 and compatibles"
564	depends on I2C && EXPERIMENTAL
565	select HWMON_VID
566	help
567	  If you say yes here you get support for National Semiconductor LM85
568	  sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
569
570	  This driver can also be built as a module.  If so, the module
571	  will be called lm85.
572
573config SENSORS_LM87
574	tristate "National Semiconductor LM87 and compatibles"
575	depends on I2C
576	select HWMON_VID
577	help
578	  If you say yes here you get support for National Semiconductor LM87
579	  and Analog Devices ADM1024 sensor chips.
580
581	  This driver can also be built as a module.  If so, the module
582	  will be called lm87.
583
584config SENSORS_LM90
585	tristate "National Semiconductor LM90 and compatibles"
586	depends on I2C
587	help
588	  If you say yes here you get support for National Semiconductor LM90,
589	  LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, Maxim
590	  MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
591	  MAX6680, MAX6681 and MAX6692, and Winbond/Nuvoton W83L771AWG/ASG
592	  sensor chips.
593
594	  This driver can also be built as a module.  If so, the module
595	  will be called lm90.
596
597config SENSORS_LM92
598	tristate "National Semiconductor LM92 and compatibles"
599	depends on I2C
600	help
601	  If you say yes here you get support for National Semiconductor LM92
602	  and Maxim MAX6635 sensor chips.
603
604	  This driver can also be built as a module.  If so, the module
605	  will be called lm92.
606
607config SENSORS_LM93
608	tristate "National Semiconductor LM93 and compatibles"
609	depends on I2C
610	select HWMON_VID
611	help
612	  If you say yes here you get support for National Semiconductor LM93
613	  sensor chips.
614
615	  This driver can also be built as a module.  If so, the module
616	  will be called lm93.
617
618config SENSORS_LTC4215
619	tristate "Linear Technology LTC4215"
620	depends on I2C && EXPERIMENTAL
621	default n
622	help
623	  If you say yes here you get support for Linear Technology LTC4215
624	  Hot Swap Controller I2C interface.
625
626	  This driver can also be built as a module. If so, the module will
627	  be called ltc4215.
628
629config SENSORS_LTC4245
630	tristate "Linear Technology LTC4245"
631	depends on I2C && EXPERIMENTAL
632	default n
633	help
634	  If you say yes here you get support for Linear Technology LTC4245
635	  Multiple Supply Hot Swap Controller I2C interface.
636
637	  This driver can also be built as a module. If so, the module will
638	  be called ltc4245.
639
640config SENSORS_LM95241
641	tristate "National Semiconductor LM95241 sensor chip"
642	depends on I2C
643	help
644	  If you say yes here you get support for LM95241 sensor chip.
645
646	  This driver can also be built as a module.  If so, the module
647	  will be called lm95241.
648
649config SENSORS_MAX1111
650	tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
651	depends on SPI_MASTER
652	help
653	  Say y here to support Maxim's MAX1111 ADC chips.
654
655	  This driver can also be built as a module.  If so, the module
656	  will be called max1111.
657
658config SENSORS_MAX1619
659	tristate "Maxim MAX1619 sensor chip"
660	depends on I2C
661	help
662	  If you say yes here you get support for MAX1619 sensor chip.
663
664	  This driver can also be built as a module.  If so, the module
665	  will be called max1619.
666
667config SENSORS_MAX6650
668	tristate "Maxim MAX6650 sensor chip"
669	depends on I2C && EXPERIMENTAL
670	help
671	  If you say yes here you get support for the MAX6650 / MAX6651
672	  sensor chips.
673
674	  This driver can also be built as a module.  If so, the module
675	  will be called max6650.
676
677config SENSORS_PC87360
678	tristate "National Semiconductor PC87360 family"
679	select HWMON_VID
680	help
681	  If you say yes here you get access to the hardware monitoring
682	  functions of the National Semiconductor PC8736x Super-I/O chips.
683	  The PC87360, PC87363 and PC87364 only have fan monitoring and
684	  control.  The PC87365 and PC87366 additionally have voltage and
685	  temperature monitoring.
686
687	  This driver can also be built as a module.  If so, the module
688	  will be called pc87360.
689
690config SENSORS_PC87427
691	tristate "National Semiconductor PC87427"
692	depends on EXPERIMENTAL
693	help
694	  If you say yes here you get access to the hardware monitoring
695	  functions of the National Semiconductor PC87427 Super-I/O chip.
696	  The chip has two distinct logical devices, one for fan speed
697	  monitoring and control, and one for voltage and temperature
698	  monitoring. Only fan speed monitoring is supported right now.
699
700	  This driver can also be built as a module.  If so, the module
701	  will be called pc87427.
702
703config SENSORS_PCF8591
704	tristate "Philips PCF8591 ADC/DAC"
705	depends on I2C
706	default n
707	help
708	  If you say yes here you get support for Philips PCF8591 4-channel
709	  ADC, 1-channel DAC chips.
710
711	  This driver can also be built as a module.  If so, the module
712	  will be called pcf8591.
713
714	  These devices are hard to detect and rarely found on mainstream
715	  hardware.  If unsure, say N.
716
717config SENSORS_SHT15
718	tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
719	depends on GENERIC_GPIO
720	help
721	  If you say yes here you get support for the Sensiron SHT10, SHT11,
722	  SHT15, SHT71, SHT75 humidity and temperature sensors.
723
724	  This driver can also be built as a module.  If so, the module
725	  will be called sht15.
726
727config SENSORS_S3C
728	tristate "S3C24XX/S3C64XX Inbuilt ADC"
729	depends on ARCH_S3C2410
730	help
731	  If you say yes here you get support for the on-board ADCs of
732	  the Samsung S3C24XX or S3C64XX series of SoC
733
734	  This driver can also be built as a module. If so, the module
735	  will be called s3c-hwmo.
736
737config SENSORS_S3C_RAW
738	bool "Include raw channel attributes in sysfs"
739	depends on SENSORS_S3C
740	help
741	  Say Y here if you want to include raw copies of all the ADC
742	  channels in sysfs.
743
744config SENSORS_SIS5595
745	tristate "Silicon Integrated Systems Corp. SiS5595"
746	depends on PCI
747	help
748	  If you say yes here you get support for the integrated sensors in
749	  SiS5595 South Bridges.
750
751	  This driver can also be built as a module.  If so, the module
752	  will be called sis5595.
753
754config SENSORS_DME1737
755	tristate "SMSC DME1737, SCH311x and compatibles"
756	depends on I2C && EXPERIMENTAL
757	select HWMON_VID
758	help
759	  If you say yes here you get support for the hardware monitoring
760	  and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
761	  Asus A8000 Super-I/O chips.
762
763	  This driver can also be built as a module.  If so, the module
764	  will be called dme1737.
765
766config SENSORS_SMSC47M1
767	tristate "SMSC LPC47M10x and compatibles"
768	help
769	  If you say yes here you get support for the integrated fan
770	  monitoring and control capabilities of the SMSC LPC47B27x,
771	  LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
772	  LPC47M192, LPC47M292 and LPC47M997 chips.
773
774	  The temperature and voltage sensor features of the LPC47M15x,
775	  LPC47M192, LPC47M292 and LPC47M997 are supported by another
776	  driver, select also "SMSC LPC47M192 and compatibles" below for
777	  those.
778
779	  This driver can also be built as a module.  If so, the module
780	  will be called smsc47m1.
781
782config SENSORS_SMSC47M192
783	tristate "SMSC LPC47M192 and compatibles"
784	depends on I2C && EXPERIMENTAL
785	select HWMON_VID
786	help
787	  If you say yes here you get support for the temperature and
788	  voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
789	  and LPC47M997 chips.
790
791	  The fan monitoring and control capabilities of these chips
792	  are supported by another driver, select
793	  "SMSC LPC47M10x and compatibles" above. You need both drivers
794	  if you want fan control and voltage/temperature sensor support.
795
796	  This driver can also be built as a module.  If so, the module
797	  will be called smsc47m192.
798
799config SENSORS_SMSC47B397
800	tristate "SMSC LPC47B397-NC"
801	depends on EXPERIMENTAL
802	help
803	  If you say yes here you get support for the SMSC LPC47B397-NC
804	  sensor chip.
805
806	  This driver can also be built as a module.  If so, the module
807	  will be called smsc47b397.
808
809config SENSORS_ADS7828
810	tristate "Texas Instruments ADS7828"
811	depends on I2C
812	help
813	  If you say yes here you get support for Texas Instruments ADS7828
814	  12-bit 8-channel ADC device.
815
816	  This driver can also be built as a module.  If so, the module
817	  will be called ads7828.
818
819config SENSORS_AMC6821
820	tristate "Texas Instruments AMC6821"
821	depends on I2C  && EXPERIMENTAL
822	help
823	  If you say yes here you get support for the Texas Instruments
824	  AMC6821 hardware monitoring chips.
825
826	  This driver can also be build as a module.  If so, the module
827	  will be called amc6821.
828
829config SENSORS_THMC50
830	tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
831	depends on I2C && EXPERIMENTAL
832	help
833	  If you say yes here you get support for Texas Instruments THMC50
834	  sensor chips and clones: the Analog Devices ADM1022.
835
836	  This driver can also be built as a module.  If so, the module
837	  will be called thmc50.
838
839config SENSORS_TMP401
840	tristate "Texas Instruments TMP401 and compatibles"
841	depends on I2C && EXPERIMENTAL
842	help
843	  If you say yes here you get support for Texas Instruments TMP401 and
844	  TMP411 temperature sensor chips.
845
846	  This driver can also be built as a module.  If so, the module
847	  will be called tmp401.
848
849config SENSORS_TMP421
850	tristate "Texas Instruments TMP421 and compatible"
851	depends on I2C && EXPERIMENTAL
852	help
853	  If you say yes here you get support for Texas Instruments TMP421,
854	  TMP422 and TMP423 temperature sensor chips.
855
856	  This driver can also be built as a module.  If so, the module
857	  will be called tmp421.
858
859config SENSORS_VIA_CPUTEMP
860	tristate "VIA CPU temperature sensor"
861	depends on X86
862	help
863	  If you say yes here you get support for the temperature
864	  sensor inside your CPU. Supported are all known variants of
865	  the VIA C7 and Nano.
866
867config SENSORS_VIA686A
868	tristate "VIA686A"
869	depends on PCI
870	help
871	  If you say yes here you get support for the integrated sensors in
872	  Via 686A/B South Bridges.
873
874	  This driver can also be built as a module.  If so, the module
875	  will be called via686a.
876
877config SENSORS_VT1211
878	tristate "VIA VT1211"
879	depends on EXPERIMENTAL
880	select HWMON_VID
881	help
882	  If you say yes here then you get support for hardware monitoring
883	  features of the VIA VT1211 Super-I/O chip.
884
885	  This driver can also be built as a module.  If so, the module
886	  will be called vt1211.
887
888config SENSORS_VT8231
889	tristate "VIA VT8231"
890	depends on PCI
891	select HWMON_VID
892	help
893	  If you say yes here then you get support for the integrated sensors
894	  in the VIA VT8231 device.
895
896	  This driver can also be built as a module.  If so, the module
897	  will be called vt8231.
898
899config SENSORS_W83781D
900	tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
901	depends on I2C
902	select HWMON_VID
903	help
904	  If you say yes here you get support for the Winbond W8378x series
905	  of sensor chips: the W83781D, W83782D and W83783S, and the similar
906	  Asus AS99127F.
907
908	  This driver can also be built as a module.  If so, the module
909	  will be called w83781d.
910
911config SENSORS_W83791D
912	tristate "Winbond W83791D"
913	depends on I2C
914	select HWMON_VID
915	help
916	  If you say yes here you get support for the Winbond W83791D chip.
917
918	  This driver can also be built as a module.  If so, the module
919	  will be called w83791d.
920
921config SENSORS_W83792D
922	tristate "Winbond W83792D"
923	depends on I2C && EXPERIMENTAL
924	help
925	  If you say yes here you get support for the Winbond W83792D chip.
926
927	  This driver can also be built as a module.  If so, the module
928	  will be called w83792d.
929
930config SENSORS_W83793
931	tristate "Winbond W83793"
932	depends on I2C && EXPERIMENTAL
933	select HWMON_VID
934	help
935	  If you say yes here you get support for the Winbond W83793
936	  hardware monitoring chip, including support for the integrated
937	  watchdog.
938
939	  This driver can also be built as a module.  If so, the module
940	  will be called w83793.
941
942config SENSORS_W83L785TS
943	tristate "Winbond W83L785TS-S"
944	depends on I2C && EXPERIMENTAL
945	help
946	  If you say yes here you get support for the Winbond W83L785TS-S
947	  sensor chip, which is used on the Asus A7N8X, among other
948	  motherboards.
949
950	  This driver can also be built as a module.  If so, the module
951	  will be called w83l785ts.
952
953config SENSORS_W83L786NG
954	tristate "Winbond W83L786NG, W83L786NR"
955	depends on I2C && EXPERIMENTAL
956	help
957	  If you say yes here you get support for the Winbond W83L786NG
958	  and W83L786NR sensor chips.
959
960	  This driver can also be built as a module.  If so, the module
961	  will be called w83l786ng.
962
963config SENSORS_W83627HF
964	tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
965	select HWMON_VID
966	help
967	  If you say yes here you get support for the Winbond W836X7 series
968	  of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
969	  W83697HF.
970
971	  This driver can also be built as a module.  If so, the module
972	  will be called w83627hf.
973
974config SENSORS_W83627EHF
975	tristate "Winbond W83627EHF/EHG/DHG, W83667HG"
976	select HWMON_VID
977	help
978	  If you say yes here you get support for the hardware
979	  monitoring functionality of the Winbond W83627EHF Super-I/O chip.
980
981	  This driver also supports the W83627EHG, which is the lead-free
982	  version of the W83627EHF, and the W83627DHG, which is a similar
983	  chip suited for specific Intel processors that use PECI such as
984	  the Core 2 Duo.
985
986	  This driver also supports the W83667HG chip.
987
988	  This driver can also be built as a module.  If so, the module
989	  will be called w83627ehf.
990
991config SENSORS_WM831X
992	tristate "WM831x PMICs"
993	depends on MFD_WM831X
994	help
995	  If you say yes here you get support for the hardware
996	  monitoring functionality of the Wolfson Microelectronics
997	  WM831x series of PMICs.
998
999	  This driver can also be built as a module.  If so, the module
1000	  will be called wm831x-hwmon.
1001
1002config SENSORS_WM8350
1003	tristate "Wolfson Microelectronics WM835x"
1004	depends on MFD_WM8350
1005	help
1006	  If you say yes here you get support for the hardware
1007	  monitoring features of the WM835x series of PMICs.
1008
1009	  This driver can also be built as a module.  If so, the module
1010	  will be called wm8350-hwmon.
1011
1012config SENSORS_ULTRA45
1013	tristate "Sun Ultra45 PIC16F747"
1014	depends on SPARC64
1015	help
1016	  This driver provides support for the Ultra45 workstation environmental
1017	  sensors.
1018
1019config SENSORS_HDAPS
1020	tristate "IBM Hard Drive Active Protection System (hdaps)"
1021	depends on INPUT && X86
1022	select INPUT_POLLDEV
1023	default n
1024	help
1025	  This driver provides support for the IBM Hard Drive Active Protection
1026	  System (hdaps), which provides an accelerometer and other misc. data.
1027	  ThinkPads starting with the R50, T41, and X40 are supported.  The
1028	  accelerometer data is readable via sysfs.
1029
1030	  This driver also provides an absolute input class device, allowing
1031	  the laptop to act as a pinball machine-esque joystick.
1032
1033	  If your ThinkPad is not recognized by the driver, please update to latest
1034	  BIOS. This is especially the case for some R52 ThinkPads.
1035
1036	  Say Y here if you have an applicable laptop and want to experience
1037	  the awesome power of hdaps.
1038
1039config SENSORS_LIS3_SPI
1040	tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)"
1041	depends on !ACPI && SPI_MASTER && INPUT
1042	select INPUT_POLLDEV
1043	default n
1044	help
1045	  This driver provides support for the LIS3LV02Dx accelerometer connected
1046	  via SPI. The accelerometer data is readable via
1047	  /sys/devices/platform/lis3lv02d.
1048
1049	  This driver also provides an absolute input class device, allowing
1050	  the laptop to act as a pinball machine-esque joystick.
1051
1052	  This driver can also be built as modules.  If so, the core module
1053	  will be called lis3lv02d and a specific module for the SPI transport
1054	  is called lis3lv02d_spi.
1055
1056config SENSORS_LIS3_I2C
1057	tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (I2C)"
1058	depends on I2C && INPUT
1059	select INPUT_POLLDEV
1060	default n
1061	help
1062	  This driver provides support for the LIS3LV02Dx accelerometer connected
1063	  via I2C. The accelerometer data is readable via
1064	  /sys/devices/platform/lis3lv02d.
1065
1066	  This driver also provides an absolute input class device, allowing
1067	  the device to act as a pinball machine-esque joystick.
1068
1069	  This driver can also be built as modules.  If so, the core module
1070	  will be called lis3lv02d and a specific module for the I2C transport
1071	  is called lis3lv02d_i2c.
1072
1073config SENSORS_APPLESMC
1074	tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
1075	depends on INPUT && X86
1076	select NEW_LEDS
1077	select LEDS_CLASS
1078	select INPUT_POLLDEV
1079	default n
1080	help
1081	  This driver provides support for the Apple System Management
1082	  Controller, which provides an accelerometer (Apple Sudden Motion
1083	  Sensor), light sensors, temperature sensors, keyboard backlight
1084	  control and fan control.
1085
1086	  Only Intel-based Apple's computers are supported (MacBook Pro,
1087	  MacBook, MacMini).
1088
1089	  Data from the different sensors, keyboard backlight control and fan
1090	  control are accessible via sysfs.
1091
1092	  This driver also provides an absolute input class device, allowing
1093	  the laptop to act as a pinball machine-esque joystick.
1094
1095	  Say Y here if you have an applicable laptop and want to experience
1096	  the awesome power of applesmc.
1097
1098config SENSORS_MC13783_ADC
1099        tristate "Freescale MC13783 ADC"
1100        depends on MFD_MC13783
1101        help
1102          Support for the A/D converter on MC13783 PMIC.
1103
1104if ACPI
1105
1106comment "ACPI drivers"
1107
1108config SENSORS_ATK0110
1109	tristate "ASUS ATK0110"
1110	depends on X86 && EXPERIMENTAL
1111	help
1112	  If you say yes here you get support for the ACPI hardware
1113	  monitoring interface found in many ASUS motherboards. This
1114	  driver will provide readings of fans, voltages and temperatures
1115	  through the system firmware.
1116
1117	  This driver can also be built as a module. If so, the module
1118	  will be called asus_atk0110.
1119
1120config SENSORS_LIS3LV02D
1121	tristate "STMicroeletronics LIS3* three-axis digital accelerometer"
1122	depends on INPUT
1123	select INPUT_POLLDEV
1124	select NEW_LEDS
1125	select LEDS_CLASS
1126	default n
1127	help
1128	  This driver provides support for the LIS3* accelerometers, such as the
1129	  LIS3LV02DL or the LIS331DL. In particular, it can be found in a number
1130	  of HP laptops, which have the "Mobile Data Protection System 3D" or
1131	  "3D DriveGuard" feature. On such systems the driver should load
1132	  automatically (via ACPI alias). The accelerometer might also be found
1133	  in other systems, connected via SPI or I2C. The accelerometer data is
1134	  readable via /sys/devices/platform/lis3lv02d.
1135
1136	  This driver also provides an absolute input class device, allowing
1137	  a laptop to act as a pinball machine-esque joystick. It provides also
1138	  a misc device which can be used to detect free-fall. On HP laptops,
1139	  if the led infrastructure is activated, support for a led indicating
1140	  disk protection will be provided as hp::hddprotect. For more
1141	  information on the feature, refer to Documentation/hwmon/lis3lv02d.
1142
1143	  This driver can also be built as modules.  If so, the core module
1144	  will be called lis3lv02d and a specific module for HP laptops will be
1145	  called hp_accel.
1146
1147	  Say Y here if you have an applicable laptop and want to experience
1148	  the awesome power of lis3lv02d.
1149
1150endif # ACPI
1151
1152endif # HWMON
1153