blob: 511f1f4802f1153ac2075278b1be04f4cd06a4d3 [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
Jan Engelhardt1d72acf2007-05-08 17:22:04 +02005menuconfig HWMON
Jean Delvaread2f9312005-07-02 18:15:49 +02006 tristate "Hardware Monitoring support"
Martin Schwidefskye25df122007-05-10 15:45:57 +02007 depends on HAS_IOMEM
Jean Delvaread2f9312005-07-02 18:15:49 +02008 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
Mark M. Hoffman12364412005-07-15 21:38:08 -040014 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
Jean Delvare0d0001d2006-04-25 14:23:01 +020018 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
Mark M. Hoffman12364412005-07-15 21:38:08 -040022 This support can also be built as a module. If so, the module
23 will be called hwmon.
Jean Delvaread2f9312005-07-02 18:15:49 +020024
Jan Engelhardt1d72acf2007-05-08 17:22:04 +020025if HWMON
26
Jean Delvare303760b2005-07-31 21:52:01 +020027config HWMON_VID
28 tristate
29 default n
30
Jean Delvare61cba5c2009-09-15 17:18:13 +020031config 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
Hans de Goedef2b84bb2006-06-04 20:22:24 +020042config SENSORS_ABITUGURU
Hans de Goede3faa1ff2007-06-17 00:28:45 +020043 tristate "Abit uGuru (rev 1 & 2)"
Jean Delvaredabf3752007-08-29 12:19:00 +020044 depends on X86 && EXPERIMENTAL
Hans de Goedef2b84bb2006-06-04 20:22:24 +020045 help
Hans de Goede3faa1ff2007-06-17 00:28:45 +020046 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
Hans de Goedef2b84bb2006-06-04 20:22:24 +020053
54 This driver can also be built as a module. If so, the module
55 will be called abituguru.
56
Hans de Goede3faa1ff2007-06-17 00:28:45 +020057config SENSORS_ABITUGURU3
58 tristate "Abit uGuru (rev 3)"
Jean Delvaredabf3752007-08-29 12:19:00 +020059 depends on X86 && EXPERIMENTAL
Hans de Goede3faa1ff2007-06-17 00:28:45 +020060 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
Sean MacLennan6c633c32008-08-06 22:41:05 +020071config 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
Alessandro Zummo2d8dd652007-05-08 17:22:02 +020081config SENSORS_AD7418
82 tristate "Analog Devices AD7416, AD7417 and AD7418"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +020083 depends on I2C && EXPERIMENTAL
Alessandro Zummo2d8dd652007-05-08 17:22:02 +020084 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
Marc Pignatd42139a2008-08-15 00:40:34 -070091config 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
Jean Delvaread2f9312005-07-02 18:15:49 +0200107config SENSORS_ADM1021
108 tristate "Analog Devices ADM1021 and compatibles"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200109 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200110 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,
Jean Delvared7ce0332011-04-29 16:33:36 +0200113 Genesys Logic GL523SM, National Semiconductor LM84 and TI THMC10.
Jean Delvaread2f9312005-07-02 18:15:49 +0200114
115 This driver can also be built as a module. If so, the module
116 will be called adm1021.
117
118config SENSORS_ADM1025
119 tristate "Analog Devices ADM1025 and compatibles"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200120 depends on I2C
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 Analog Devices ADM1025
124 and Philips NE1619 sensor chips.
125
126 This driver can also be built as a module. If so, the module
127 will be called adm1025.
128
129config SENSORS_ADM1026
130 tristate "Analog Devices ADM1026 and compatibles"
Jean Delvare0b22ce32010-10-28 20:31:50 +0200131 depends on I2C
Jean Delvare303760b2005-07-31 21:52:01 +0200132 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200133 help
134 If you say yes here you get support for Analog Devices ADM1026
135 sensor chip.
136
137 This driver can also be built as a module. If so, the module
138 will be called adm1026.
139
Corentin Labbecae2caa2007-02-14 21:15:04 +0100140config SENSORS_ADM1029
141 tristate "Analog Devices ADM1029"
Jean Delvare0b22ce32010-10-28 20:31:50 +0200142 depends on I2C
Corentin Labbecae2caa2007-02-14 21:15:04 +0100143 help
144 If you say yes here you get support for Analog Devices ADM1029
145 sensor chip.
146 Very rare chip, please let us know you use it.
147
148 This driver can also be built as a module. If so, the module
149 will be called adm1029.
150
Jean Delvaread2f9312005-07-02 18:15:49 +0200151config SENSORS_ADM1031
152 tristate "Analog Devices ADM1031 and compatibles"
Jean Delvare0b22ce32010-10-28 20:31:50 +0200153 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200154 help
155 If you say yes here you get support for Analog Devices ADM1031
156 and ADM1030 sensor chips.
157
158 This driver can also be built as a module. If so, the module
159 will be called adm1031.
160
161config SENSORS_ADM9240
162 tristate "Analog Devices ADM9240 and compatibles"
Grant Coady68f823d2008-08-06 22:41:05 +0200163 depends on I2C
Jean Delvare303760b2005-07-31 21:52:01 +0200164 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200165 help
166 If you say yes here you get support for Analog Devices ADM9240,
167 Dallas DS1780, National Semiconductor LM81 sensor chips.
168
169 This driver can also be built as a module. If so, the module
170 will be called adm9240.
171
Wolfram Sangd84ca5b2010-03-05 22:17:23 +0100172config SENSORS_ADT7411
173 tristate "Analog Devices ADT7411"
174 depends on I2C && EXPERIMENTAL
175 help
176 If you say yes here you get support for the Analog Devices
177 ADT7411 voltage and temperature monitoring chip.
178
179 This driver can also be built as a module. If so, the module
180 will be called adt7411.
181
Darrick J. Wongc0b4e3a2008-11-12 13:27:03 -0800182config SENSORS_ADT7462
183 tristate "Analog Devices ADT7462"
184 depends on I2C && EXPERIMENTAL
185 help
186 If you say yes here you get support for the Analog Devices
187 ADT7462 temperature monitoring chips.
188
189 This driver can also be built as a module. If so, the module
190 will be called adt7462.
191
Darrick J. Wong6f9703d2007-07-31 11:06:52 -0700192config SENSORS_ADT7470
193 tristate "Analog Devices ADT7470"
194 depends on I2C && EXPERIMENTAL
195 help
196 If you say yes here you get support for the Analog Devices
197 ADT7470 temperature monitoring chips.
198
199 This driver can also be built as a module. If so, the module
200 will be called adt7470.
201
Jordan Crouse1c301fc2009-01-15 22:27:47 +0100202config SENSORS_ADT7475
Jean Delvared8d2ee02009-12-09 20:36:08 +0100203 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
Jean Delvare0b22ce32010-10-28 20:31:50 +0200204 depends on I2C
Jean Delvare54fe4672009-12-09 20:36:08 +0100205 select HWMON_VID
Jordan Crouse1c301fc2009-01-15 22:27:47 +0100206 help
207 If you say yes here you get support for the Analog Devices
Jean Delvared8d2ee02009-12-09 20:36:08 +0100208 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
209 chips.
Jordan Crouse1c301fc2009-01-15 22:27:47 +0100210
211 This driver can also be build as a module. If so, the module
212 will be called adt7475.
213
George Josephd58de032010-03-05 22:17:25 +0100214config SENSORS_ASC7621
215 tristate "Andigilog aSC7621"
216 depends on HWMON && I2C
217 help
218 If you say yes here you get support for the aSC7621
Jaswinder Singh Rajputb00d8a72010-03-29 22:03:06 +0200219 family of SMBus sensors chip found on most Intel X38, X48, X58,
220 945, 965 and 975 desktop boards. Currently supported chips:
George Josephd58de032010-03-05 22:17:25 +0100221 aSC7621
222 aSC7621a
223
224 This driver can also be built as a module. If so, the module
225 will be called asc7621.
226
Rudolf Marek29fa06c2006-08-28 14:40:17 +0200227config SENSORS_K8TEMP
Rudolf Marek4660cb32006-10-08 22:01:26 +0200228 tristate "AMD Athlon64/FX or Opteron temperature sensor"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200229 depends on X86 && PCI && EXPERIMENTAL
Rudolf Marek29fa06c2006-08-28 14:40:17 +0200230 help
231 If you say yes here you get support for the temperature
Rudolf Marek4660cb32006-10-08 22:01:26 +0200232 sensor(s) inside your CPU. Supported is whole AMD K8
233 microarchitecture. Please note that you will need at least
234 lm-sensors 2.10.1 for proper userspace support.
Rudolf Marek29fa06c2006-08-28 14:40:17 +0200235
236 This driver can also be built as a module. If so, the module
237 will be called k8temp.
238
Clemens Ladisch3c57e892009-12-16 21:38:25 +0100239config SENSORS_K10TEMP
Andre Przywara9e581312011-05-25 20:43:31 +0200240 tristate "AMD Family 10h+ temperature sensor"
Clemens Ladisch3c57e892009-12-16 21:38:25 +0100241 depends on X86 && PCI
242 help
243 If you say yes here you get support for the temperature
244 sensor(s) inside your CPU. Supported are later revisions of
Clemens Ladischaa4790a2011-02-17 03:22:40 -0500245 the AMD Family 10h and all revisions of the AMD Family 11h,
Andre Przywara9e581312011-05-25 20:43:31 +0200246 12h (Llano), 14h (Brazos) and 15h (Bulldozer) microarchitectures.
Clemens Ladisch3c57e892009-12-16 21:38:25 +0100247
248 This driver can also be built as a module. If so, the module
249 will be called k10temp.
250
Jean Delvaread2f9312005-07-02 18:15:49 +0200251config SENSORS_ASB100
252 tristate "Asus ASB100 Bach"
Jean Delvaredabf3752007-08-29 12:19:00 +0200253 depends on X86 && I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200254 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200255 help
256 If you say yes here you get support for the ASB100 Bach sensor
257 chip found on some Asus mainboards.
258
259 This driver can also be built as a module. If so, the module
260 will be called asb100.
261
262config SENSORS_ATXP1
263 tristate "Attansic ATXP1 VID controller"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200264 depends on I2C && EXPERIMENTAL
Jean Delvare303760b2005-07-31 21:52:01 +0200265 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200266 help
267 If you say yes here you get support for the Attansic ATXP1 VID
268 controller.
269
270 If your board have such a chip, you are able to control your CPU
271 core and other voltages.
272
273 This driver can also be built as a module. If so, the module
274 will be called atxp1.
275
Roland Stigge60994692011-01-09 09:31:39 -0500276config SENSORS_DS620
277 tristate "Dallas Semiconductor DS620"
278 depends on I2C
279 help
280 If you say yes here you get support for Dallas Semiconductor
281 DS620 sensor chip.
282
283 This driver can also be built as a module. If so, the module
284 will be called ds620.
285
Jean Delvaread2f9312005-07-02 18:15:49 +0200286config SENSORS_DS1621
287 tristate "Dallas Semiconductor DS1621 and DS1625"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200288 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200289 help
290 If you say yes here you get support for Dallas Semiconductor
291 DS1621 and DS1625 sensor chips.
292
293 This driver can also be built as a module. If so, the module
294 will be called ds1621.
295
Darrick J. Wong298c7522007-10-18 13:22:43 -0700296config SENSORS_I5K_AMB
297 tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
298 depends on PCI && EXPERIMENTAL
299 help
300 If you say yes here you get support for FB-DIMM AMB temperature
301 monitoring chips on systems with the Intel 5000 series chipset.
302
303 This driver can also be built as a module. If so, the module
304 will be called i5k_amb.
305
Jean Delvaree53004e2006-01-09 23:26:14 +0100306config SENSORS_F71805F
Jean Delvare9cab0212007-07-15 10:36:06 +0200307 tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
Jean Delvaree53004e2006-01-09 23:26:14 +0100308 help
309 If you say yes here you get support for hardware monitoring
Jean Delvare9cab0212007-07-15 10:36:06 +0200310 features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
311 Super-I/O chips.
Jean Delvaree53004e2006-01-09 23:26:14 +0100312
313 This driver can also be built as a module. If so, the module
314 will be called f71805f.
315
Hans de Goede45fb3662007-07-13 14:34:19 +0200316config SENSORS_F71882FG
Jean Delvare5d7f77b2011-03-26 10:45:02 +0100317 tristate "Fintek F71882FG and compatibles"
Hans de Goede45fb3662007-07-13 14:34:19 +0200318 help
Andrew Mortonf2e41e92010-08-19 14:13:31 -0700319 If you say yes here you get support for hardware monitoring
Jean Delvare5d7f77b2011-03-26 10:45:02 +0100320 features of many Fintek Super-I/O (LPC) chips. The currently
321 supported chips are:
322 F71808E
323 F71858FG
324 F71862FG
325 F71863FG
326 F71869F/E
327 F71882FG
328 F71883FG
Hans de Goedea66c1082011-03-26 10:45:02 +0100329 F71889FG/ED/A
Jean Delvare5d7f77b2011-03-26 10:45:02 +0100330 F8000
331 F81801U
Jean Delvare383586b2011-03-26 10:45:02 +0100332 F81865F
Hans de Goede45fb3662007-07-13 14:34:19 +0200333
334 This driver can also be built as a module. If so, the module
335 will be called f71882fg.
336
Riku Voipio84f1e442007-08-24 13:03:09 +0300337config SENSORS_F75375S
Jean Delvare0b22ce32010-10-28 20:31:50 +0200338 tristate "Fintek F75375S/SP and F75373"
339 depends on I2C
Riku Voipio84f1e442007-08-24 13:03:09 +0300340 help
341 If you say yes here you get support for hardware monitoring
342 features of the Fintek F75375S/SP and F75373
343
344 This driver can also be built as a module. If so, the module
345 will be called f75375s.
346
Hans de Goede569ff102007-10-11 08:06:29 -0400347config SENSORS_FSCHMD
Hans de Goedec69ab2b2009-03-30 21:46:45 +0200348 tristate "Fujitsu Siemens Computers sensor chips"
Hans de Goede0589c2d2009-01-07 16:37:33 +0100349 depends on X86 && I2C
Hans de Goede569ff102007-10-11 08:06:29 -0400350 help
Hans de Goedec69ab2b2009-03-30 21:46:45 +0200351 If you say yes here you get support for the following Fujitsu
352 Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
Hans de Goedede15f092009-03-30 21:46:45 +0200353 Heimdall, Heracles, Hades and Syleus including support for the
354 integrated watchdog.
Hans de Goede569ff102007-10-11 08:06:29 -0400355
Hans de Goede0589c2d2009-01-07 16:37:33 +0100356 This is a merged driver for FSC sensor chips replacing the fscpos,
357 fscscy and fscher drivers and adding support for several other FSC
358 sensor chips.
Hans de Goede569ff102007-10-11 08:06:29 -0400359
360 This driver can also be built as a module. If so, the module
361 will be called fschmd.
362
Herbert Valerio Riedel3bcfa9e2009-04-06 19:00:30 -0700363config SENSORS_G760A
364 tristate "GMT G760A"
365 depends on I2C
366 help
367 If you say yes here you get support for Global Mixed-mode
368 Technology Inc G760A fan speed PWM controller chips.
369
370 This driver can also be built as a module. If so, the module
371 will be called g760a.
372
Jean Delvaread2f9312005-07-02 18:15:49 +0200373config SENSORS_GL518SM
374 tristate "Genesys Logic GL518SM"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200375 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200376 help
377 If you say yes here you get support for Genesys Logic GL518SM
378 sensor chips.
379
380 This driver can also be built as a module. If so, the module
381 will be called gl518sm.
382
383config SENSORS_GL520SM
384 tristate "Genesys Logic GL520SM"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200385 depends on I2C
Jean Delvare303760b2005-07-31 21:52:01 +0200386 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200387 help
388 If you say yes here you get support for Genesys Logic GL520SM
389 sensor chips.
390
391 This driver can also be built as a module. If so, the module
392 will be called gl520sm.
393
Simon Guinotd6fe1362010-10-22 00:44:19 +0200394config SENSORS_GPIO_FAN
395 tristate "GPIO fan"
396 depends on GENERIC_GPIO
397 help
398 If you say yes here you get support for fans connected to GPIO lines.
399
400 This driver can also be built as a module. If so, the module
401 will be called gpio-fan.
402
Rudolf Marekbebe4672007-05-08 17:22:02 +0200403config SENSORS_CORETEMP
Rudolf Marek708a62b2009-09-23 22:59:42 +0200404 tristate "Intel Core/Core2/Atom temperature sensor"
Yong Wang1fe63ab2010-01-10 20:52:34 +0100405 depends on X86 && PCI && EXPERIMENTAL
Rudolf Marekbebe4672007-05-08 17:22:02 +0200406 help
407 If you say yes here you get support for the temperature
Rudolf Marek708a62b2009-09-23 22:59:42 +0200408 sensor inside your CPU. Most of the family 6 CPUs
Chen Gongf3cffe42010-08-09 17:21:10 -0700409 are supported. Check Documentation/hwmon/coretemp for details.
Rudolf Marekbebe4672007-05-08 17:22:02 +0200410
Darrick J. Wong8808a792008-05-23 13:04:25 -0700411config SENSORS_IBMAEM
412 tristate "IBM Active Energy Manager temperature/power sensors and control"
413 select IPMI_SI
414 depends on IPMI_HANDLER
415 help
416 If you say yes here you get support for the temperature and
417 power sensors and capping hardware in various IBM System X
418 servers that support Active Energy Manager. This includes
419 the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
Darrick J. Wong80704082009-06-15 18:39:46 +0200420 and certain HC10/HS2x/LS2x/QS2x blades.
Darrick J. Wong8808a792008-05-23 13:04:25 -0700421
422 This driver can also be built as a module. If so, the module
423 will be called ibmaem.
424
Darrick J. Wong57c7c3a2007-09-14 12:33:46 -0700425config SENSORS_IBMPEX
426 tristate "IBM PowerExecutive temperature/power sensors"
427 select IPMI_SI
428 depends on IPMI_HANDLER
429 help
430 If you say yes here you get support for the temperature and
431 power sensors in various IBM System X servers that support
Darrick J. Wong3d960a92008-03-19 17:00:48 -0700432 PowerExecutive. So far this includes the x3350, x3550, x3650,
433 x3655, and x3755; the x3800, x3850, and x3950 models that have
434 PCI Express; and some of the HS2x, LS2x, and QS2x blades.
Darrick J. Wong57c7c3a2007-09-14 12:33:46 -0700435
436 This driver can also be built as a module. If so, the module
437 will be called ibmpex.
438
Jean Delvaread2f9312005-07-02 18:15:49 +0200439config SENSORS_IT87
440 tristate "ITE IT87xx and compatibles"
Jean Delvare303760b2005-07-31 21:52:01 +0200441 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200442 help
Jean Delvare87673dd2006-08-28 14:37:19 +0200443 If you say yes here you get support for ITE IT8705F, IT8712F,
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200444 IT8716F, IT8718F, IT8720F, IT8721F, IT8726F and IT8758E sensor
445 chips, and the SiS960 clone.
Jean Delvaread2f9312005-07-02 18:15:49 +0200446
447 This driver can also be built as a module. If so, the module
448 will be called it87.
449
Lars-Peter Clausen7f983ba2010-06-19 18:32:58 +0000450config SENSORS_JZ4740
451 tristate "Ingenic JZ4740 SoC ADC driver"
452 depends on MACH_JZ4740 && MFD_JZ4740_ADC
453 help
454 If you say yes here you get support for reading adc values from the ADCIN
455 pin on Ingenic JZ4740 SoC based boards.
456
457 This driver can also be build as a module. If so, the module will be
458 called jz4740-hwmon.
459
Guenter Roeck4453d732010-08-09 17:21:08 -0700460config SENSORS_JC42
Clemens Ladischd5622f52011-02-16 08:02:08 -0500461 tristate "JEDEC JC42.4 compliant memory module temperature sensors"
Randy Dunlap4bd26912010-08-14 21:09:01 +0200462 depends on I2C
Guenter Roeck4453d732010-08-09 17:21:08 -0700463 help
Clemens Ladischd5622f52011-02-16 08:02:08 -0500464 If you say yes here, you get support for JEDEC JC42.4 compliant
465 temperature sensors, which are used on many DDR3 memory modules for
466 mobile devices and servers. Support will include, but not be limited
467 to, ADT7408, CAT34TS02, CAT6095, MAX6604, MCP9805, MCP98242, MCP98243,
468 MCP9843, SE97, SE98, STTS424(E), TSE2002B3, and TS3000B3.
Guenter Roeck4453d732010-08-09 17:21:08 -0700469
470 This driver can also be built as a module. If so, the module
471 will be called jc42.
472
Guenter Roeck502b5a02010-09-29 20:12:08 -0700473config SENSORS_LINEAGE
474 tristate "Lineage Compact Power Line Power Entry Module"
475 depends on I2C && EXPERIMENTAL
476 help
477 If you say yes here you get support for the Lineage Compact Power Line
478 series of DC/DC and AC/DC converters such as CP1800, CP2000AC,
479 CP2000DC, CP2725, and others.
480
481 This driver can also be built as a module. If so, the module
482 will be called lineage-pem.
483
Jean Delvaread2f9312005-07-02 18:15:49 +0200484config SENSORS_LM63
Matthew Garrett10f2ed32010-05-27 19:58:38 +0200485 tristate "National Semiconductor LM63 and LM64"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200486 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200487 help
Matthew Garrett10f2ed32010-05-27 19:58:38 +0200488 If you say yes here you get support for the National
489 Semiconductor LM63 and LM64 remote diode digital temperature
490 sensors with integrated fan control. Such chips are found
491 on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
492 others.
Jean Delvaread2f9312005-07-02 18:15:49 +0200493
494 This driver can also be built as a module. If so, the module
495 will be called lm63.
496
Kaiwan N Billimoriae1a8e912006-06-12 22:00:05 +0200497config SENSORS_LM70
Manuel Laussc8ac32e2009-01-07 16:37:34 +0100498 tristate "National Semiconductor LM70 / Texas Instruments TMP121"
Jean Delvare0b22ce32010-10-28 20:31:50 +0200499 depends on SPI_MASTER
Kaiwan N Billimoriae1a8e912006-06-12 22:00:05 +0200500 help
501 If you say yes here you get support for the National Semiconductor
Manuel Laussc8ac32e2009-01-07 16:37:34 +0100502 LM70 and Texas Instruments TMP121/TMP123 digital temperature
503 sensor chips.
Kaiwan N Billimoriae1a8e912006-06-12 22:00:05 +0200504
505 This driver can also be built as a module. If so, the module
506 will be called lm70.
507
Adrien Demarez4e233cb2009-12-09 20:35:50 +0100508config SENSORS_LM73
509 tristate "National Semiconductor LM73"
510 depends on I2C
511 help
512 If you say yes here you get support for National Semiconductor LM73
513 sensor chips.
514 This driver can also be built as a module. If so, the module
515 will be called lm73.
516
Jean Delvaread2f9312005-07-02 18:15:49 +0200517config SENSORS_LM75
518 tristate "National Semiconductor LM75 and compatibles"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200519 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200520 help
David Brownell01a52392008-04-21 12:10:53 -0700521 If you say yes here you get support for one common type of
522 temperature sensor chip, with models including:
Jean Delvaread2f9312005-07-02 18:15:49 +0200523
David Brownell01a52392008-04-21 12:10:53 -0700524 - Dallas Semiconductor DS75 and DS1775
525 - Maxim MAX6625 and MAX6626
526 - Microchip MCP980x
Len Sorensen05e82fe2011-03-21 17:59:36 +0100527 - National Semiconductor LM75, LM75A
David Brownell01a52392008-04-21 12:10:53 -0700528 - NXP's LM75A
529 - ST Microelectronics STDS75
530 - TelCom (now Microchip) TCN75
Shubhrajyoti Datta6d034052010-05-27 19:59:03 +0200531 - Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175,
532 TMP275
David Brownell01a52392008-04-21 12:10:53 -0700533
David Brownell9ebd3d82008-05-03 19:33:15 -0700534 This driver supports driver model based binding through board
535 specific I2C device tables.
536
537 It also supports the "legacy" style of driver binding. To use
538 that with some chips which don't replicate LM75 quirks exactly,
539 you may need the "force" module parameter.
Jean Delvaread2f9312005-07-02 18:15:49 +0200540
541 This driver can also be built as a module. If so, the module
542 will be called lm75.
543
544config SENSORS_LM77
545 tristate "National Semiconductor LM77"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200546 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200547 help
548 If you say yes here you get support for National Semiconductor LM77
549 sensor chips.
550
551 This driver can also be built as a module. If so, the module
552 will be called lm77.
553
554config SENSORS_LM78
555 tristate "National Semiconductor LM78 and compatibles"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200556 depends on I2C
Jean Delvare19f673e2005-07-31 22:12:09 +0200557 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200558 help
559 If you say yes here you get support for National Semiconductor LM78,
560 LM78-J and LM79.
561
562 This driver can also be built as a module. If so, the module
563 will be called lm78.
564
565config SENSORS_LM80
566 tristate "National Semiconductor LM80"
Jean Delvare0b22ce32010-10-28 20:31:50 +0200567 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200568 help
569 If you say yes here you get support for National Semiconductor
570 LM80 sensor chips.
571
572 This driver can also be built as a module. If so, the module
573 will be called lm80.
574
575config SENSORS_LM83
Jordan Crouse43cb7eb2006-03-23 16:19:49 +0100576 tristate "National Semiconductor LM83 and compatibles"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200577 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200578 help
579 If you say yes here you get support for National Semiconductor
Jordan Crouse43cb7eb2006-03-23 16:19:49 +0100580 LM82 and LM83 sensor chips.
Jean Delvaread2f9312005-07-02 18:15:49 +0200581
582 This driver can also be built as a module. If so, the module
583 will be called lm83.
584
585config SENSORS_LM85
586 tristate "National Semiconductor LM85 and compatibles"
Jean Delvare0b22ce32010-10-28 20:31:50 +0200587 depends on I2C
Jean Delvare303760b2005-07-31 21:52:01 +0200588 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200589 help
590 If you say yes here you get support for National Semiconductor LM85
Jean Delvarec36364d2010-10-28 20:31:50 +0200591 sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
Jan Beulichf065a932011-02-18 03:18:26 -0500592 EMC6D101, EMC6D102, and EMC6D103.
Jean Delvaread2f9312005-07-02 18:15:49 +0200593
594 This driver can also be built as a module. If so, the module
595 will be called lm85.
596
597config SENSORS_LM87
Jean Delvarec7fa3732007-10-09 15:22:22 +0200598 tristate "National Semiconductor LM87 and compatibles"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200599 depends on I2C
Jean Delvare303760b2005-07-31 21:52:01 +0200600 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200601 help
602 If you say yes here you get support for National Semiconductor LM87
Jean Delvarec7fa3732007-10-09 15:22:22 +0200603 and Analog Devices ADM1024 sensor chips.
Jean Delvaread2f9312005-07-02 18:15:49 +0200604
605 This driver can also be built as a module. If so, the module
606 will be called lm87.
607
608config SENSORS_LM90
609 tristate "National Semiconductor LM90 and compatibles"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200610 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200611 help
612 If you say yes here you get support for National Semiconductor LM90,
Guenter Roeck5a4e5e62011-04-29 16:33:35 +0200613 LM86, LM89 and LM99, Analog Devices ADM1032, ADT7461, and ADT7461A,
614 Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
615 MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, ON Semiconductor NCT1008,
616 and Winbond/Nuvoton W83L771W/G/AWG/ASG sensor chips.
Jean Delvaread2f9312005-07-02 18:15:49 +0200617
618 This driver can also be built as a module. If so, the module
619 will be called lm90.
620
621config SENSORS_LM92
622 tristate "National Semiconductor LM92 and compatibles"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200623 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200624 help
625 If you say yes here you get support for National Semiconductor LM92
626 and Maxim MAX6635 sensor chips.
627
628 This driver can also be built as a module. If so, the module
629 will be called lm92.
630
Hans-Jürgen Koche46957e2007-07-05 17:58:29 +0200631config SENSORS_LM93
632 tristate "National Semiconductor LM93 and compatibles"
Jean Delvaredabf3752007-08-29 12:19:00 +0200633 depends on I2C
Hans-Jürgen Koche46957e2007-07-05 17:58:29 +0200634 select HWMON_VID
635 help
Guenter Roeckc7bf71c2011-01-17 12:48:20 -0800636 If you say yes here you get support for National Semiconductor LM93,
637 LM94, and compatible sensor chips.
Hans-Jürgen Koche46957e2007-07-05 17:58:29 +0200638
639 This driver can also be built as a module. If so, the module
640 will be called lm93.
641
per.dalen@appeartv.comde779012011-03-03 14:13:21 -0500642config SENSORS_LTC4151
643 tristate "Linear Technology LTC4151"
644 depends on I2C
645 default n
646 help
647 If you say yes here you get support for Linear Technology LTC4151
648 High Voltage I2C Current and Voltage Monitor interface.
649
650 This driver can also be built as a module. If so, the module will
651 be called ltc4151.
652
Ira Snyder72f5de92009-03-31 15:24:29 -0700653config SENSORS_LTC4215
654 tristate "Linear Technology LTC4215"
655 depends on I2C && EXPERIMENTAL
656 default n
657 help
658 If you say yes here you get support for Linear Technology LTC4215
659 Hot Swap Controller I2C interface.
660
661 This driver can also be built as a module. If so, the module will
662 be called ltc4215.
663
Ira Snyder6e34b182009-01-07 16:37:32 +0100664config SENSORS_LTC4245
665 tristate "Linear Technology LTC4245"
666 depends on I2C && EXPERIMENTAL
667 default n
668 help
669 If you say yes here you get support for Linear Technology LTC4245
670 Multiple Supply Hot Swap Controller I2C interface.
671
672 This driver can also be built as a module. If so, the module will
673 be called ltc4245.
674
Guenter Roecke5f5c992010-06-25 11:59:54 -0700675config SENSORS_LTC4261
676 tristate "Linear Technology LTC4261"
677 depends on I2C && EXPERIMENTAL
678 default n
679 help
680 If you say yes here you get support for Linear Technology LTC4261
681 Negative Voltage Hot Swap Controller I2C interface.
682
683 This driver can also be built as a module. If so, the module will
684 be called ltc4261.
685
Davide Rizzo06160322009-03-31 15:24:27 -0700686config SENSORS_LM95241
687 tristate "National Semiconductor LM95241 sensor chip"
688 depends on I2C
689 help
690 If you say yes here you get support for LM95241 sensor chip.
691
692 This driver can also be built as a module. If so, the module
693 will be called lm95241.
694
Eric Miao55b951e2008-08-29 04:26:48 +0800695config SENSORS_MAX1111
696 tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
697 depends on SPI_MASTER
698 help
699 Say y here to support Maxim's MAX1111 ADC chips.
700
701 This driver can also be built as a module. If so, the module
702 will be called max1111.
703
Guenter Roeckf5bae262011-02-02 08:49:54 -0800704config SENSORS_MAX16065
705 tristate "Maxim MAX16065 System Manager and compatibles"
706 depends on I2C
707 help
708 If you say yes here you get support for hardware monitoring
709 capabilities of the following Maxim System Manager chips.
710 MAX16065
711 MAX16066
712 MAX16067
713 MAX16068
714 MAX16070
715 MAX16071
716
717 This driver can also be built as a module. If so, the module
718 will be called max16065.
719
Jean Delvaread2f9312005-07-02 18:15:49 +0200720config SENSORS_MAX1619
721 tristate "Maxim MAX1619 sensor chip"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200722 depends on I2C
Jean Delvaread2f9312005-07-02 18:15:49 +0200723 help
724 If you say yes here you get support for MAX1619 sensor chip.
725
726 This driver can also be built as a module. If so, the module
727 will be called max1619.
728
stigge@antcom.dea5b79d62011-01-20 18:42:55 +0100729config SENSORS_MAX6639
730 tristate "Maxim MAX6639 sensor chip"
731 depends on I2C && EXPERIMENTAL
732 help
733 If you say yes here you get support for the MAX6639
734 sensor chips.
735
736 This driver can also be built as a module. If so, the module
737 will be called max6639.
738
Per Dalén83bffbc2011-04-06 20:29:44 +0200739config SENSORS_MAX6642
740 tristate "Maxim MAX6642 sensor chip"
741 depends on I2C && EXPERIMENTAL
742 help
743 If you say yes here you get support for MAX6642 sensor chip.
744 MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor
745 with Overtemperature Alarm from Maxim.
746
747 This driver can also be built as a module. If so, the module
748 will be called max6642.
749
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +0200750config SENSORS_MAX6650
751 tristate "Maxim MAX6650 sensor chip"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +0200752 depends on I2C && EXPERIMENTAL
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +0200753 help
754 If you say yes here you get support for the MAX6650 / MAX6651
755 sensor chips.
756
757 This driver can also be built as a module. If so, the module
758 will be called max6650.
759
Jean Delvaread2f9312005-07-02 18:15:49 +0200760config SENSORS_PC87360
761 tristate "National Semiconductor PC87360 family"
Jean Delvare303760b2005-07-31 21:52:01 +0200762 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +0200763 help
764 If you say yes here you get access to the hardware monitoring
765 functions of the National Semiconductor PC8736x Super-I/O chips.
766 The PC87360, PC87363 and PC87364 only have fan monitoring and
767 control. The PC87365 and PC87366 additionally have voltage and
768 temperature monitoring.
769
770 This driver can also be built as a module. If so, the module
771 will be called pc87360.
772
Jean Delvareba224e22006-12-12 18:18:29 +0100773config SENSORS_PC87427
774 tristate "National Semiconductor PC87427"
Jean Delvareba224e22006-12-12 18:18:29 +0100775 help
776 If you say yes here you get access to the hardware monitoring
777 functions of the National Semiconductor PC87427 Super-I/O chip.
778 The chip has two distinct logical devices, one for fan speed
779 monitoring and control, and one for voltage and temperature
Jean Delvare008e5f32010-08-14 21:08:59 +0200780 monitoring. Fan speed monitoring and control are supported, as
781 well as temperature monitoring. Voltages aren't supported yet.
Jean Delvareba224e22006-12-12 18:18:29 +0100782
783 This driver can also be built as a module. If so, the module
784 will be called pc87427.
785
Jean Delvarefb4504f2009-03-30 21:46:43 +0200786config SENSORS_PCF8591
787 tristate "Philips PCF8591 ADC/DAC"
788 depends on I2C
789 default n
790 help
791 If you say yes here you get support for Philips PCF8591 4-channel
792 ADC, 1-channel DAC chips.
793
794 This driver can also be built as a module. If so, the module
795 will be called pcf8591.
796
797 These devices are hard to detect and rarely found on mainstream
798 hardware. If unsure, say N.
799
Guenter Roeck442aba72011-01-26 20:09:02 -0800800config PMBUS
801 tristate "PMBus support"
802 depends on I2C && EXPERIMENTAL
803 default n
804 help
805 Say yes here if you want to enable PMBus support.
806
807 This driver can also be built as a module. If so, the module will
808 be called pmbus_core.
809
810if PMBUS
811
812config SENSORS_PMBUS
813 tristate "Generic PMBus devices"
814 default n
815 help
816 If you say yes here you get hardware monitoring support for generic
817 PMBus devices, including but not limited to BMR450, BMR451, BMR453,
818 BMR454, and LTC2978.
819
820 This driver can also be built as a module. If so, the module will
821 be called pmbus.
822
Guenter Roeck83f76492011-03-17 13:16:01 -0700823config SENSORS_ADM1275
824 tristate "Analog Devices ADM1275"
825 default n
826 help
827 If you say yes here you get hardware monitoring support for Analog
828 Devices ADM1275 Hot-Swap Controller and Digital Power Monitor.
829
830 This driver can also be built as a module. If so, the module will
831 be called adm1275.
832
Guenter Roeckdcb7d062011-01-26 20:14:26 -0800833config SENSORS_MAX16064
834 tristate "Maxim MAX16064"
835 default n
836 help
837 If you say yes here you get hardware monitoring support for Maxim
838 MAX16064.
839
840 This driver can also be built as a module. If so, the module will
841 be called max16064.
842
Guenter Roecka3eeb452011-01-26 20:15:27 -0800843config SENSORS_MAX34440
844 tristate "Maxim MAX34440/MAX34441"
845 default n
846 help
847 If you say yes here you get hardware monitoring support for Maxim
848 MAX34440 and MAX34441.
849
850 This driver can also be built as a module. If so, the module will
851 be called max34440.
852
Guenter Roeck8ea32382011-01-26 20:11:04 -0800853config SENSORS_MAX8688
854 tristate "Maxim MAX8688"
855 default n
856 help
857 If you say yes here you get hardware monitoring support for Maxim
858 MAX8688.
859
860 This driver can also be built as a module. If so, the module will
861 be called max8688.
862
Guenter Roeck0c0a0612011-03-08 22:01:39 -0800863config SENSORS_UCD9000
864 tristate "TI UCD90120, UCD90124, UCD9090, UCD90910"
865 default n
866 help
867 If you say yes here you get hardware monitoring support for TI
868 UCD90120, UCD90124, UCD9090, UCD90910 Sequencer and System Health
869 Controllers.
870
871 This driver can also be built as a module. If so, the module will
872 be called ucd9000.
873
Guenter Roeck84fc4582011-03-06 15:54:27 -0800874config SENSORS_UCD9200
875 tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
876 default n
877 help
878 If you say yes here you get hardware monitoring support for TI
Guenter Roeck0c0a0612011-03-08 22:01:39 -0800879 UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
880 Digital PWM System Controllers.
Guenter Roeck84fc4582011-03-06 15:54:27 -0800881
882 This driver can also be built as a module. If so, the module will
883 be called ucd9200.
884
Guenter Roeck442aba72011-01-26 20:09:02 -0800885endif # PMBUS
886
Jonathan Cameron251eb402009-04-13 14:39:45 -0700887config SENSORS_SHT15
888 tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
889 depends on GENERIC_GPIO
890 help
891 If you say yes here you get support for the Sensiron SHT10, SHT11,
892 SHT15, SHT71, SHT75 humidity and temperature sensors.
893
894 This driver can also be built as a module. If so, the module
895 will be called sht15.
896
Urs Fleisch430400b2011-01-07 07:15:39 +0000897config SENSORS_SHT21
898 tristate "Sensiron humidity and temperature sensors. SHT21 and compat."
899 depends on I2C
900 help
901 If you say yes here you get support for the Sensiron SHT21, SHT25
902 humidity and temperature sensors.
903
904 This driver can also be built as a module. If so, the module
905 will be called sht21.
906
Ben Dooksbff78652009-07-18 10:12:28 +0100907config SENSORS_S3C
Maurus Cuelenaere62991f72010-10-28 20:31:44 +0200908 tristate "Samsung built-in ADC"
909 depends on S3C_ADC
Ben Dooksbff78652009-07-18 10:12:28 +0100910 help
911 If you say yes here you get support for the on-board ADCs of
Maurus Cuelenaere62991f72010-10-28 20:31:44 +0200912 the Samsung S3C24XX, S3C64XX and other series of SoC
Ben Dooksbff78652009-07-18 10:12:28 +0100913
914 This driver can also be built as a module. If so, the module
Maurus Cuelenaere62991f72010-10-28 20:31:44 +0200915 will be called s3c-hwmon.
Ben Dooksbff78652009-07-18 10:12:28 +0100916
917config SENSORS_S3C_RAW
918 bool "Include raw channel attributes in sysfs"
919 depends on SENSORS_S3C
920 help
921 Say Y here if you want to include raw copies of all the ADC
922 channels in sysfs.
923
Jean Delvaread2f9312005-07-02 18:15:49 +0200924config SENSORS_SIS5595
925 tristate "Silicon Integrated Systems Corp. SiS5595"
Jean Delvare17e7dc42007-06-09 10:11:16 -0400926 depends on PCI
Jean Delvaread2f9312005-07-02 18:15:49 +0200927 help
928 If you say yes here you get support for the integrated sensors in
929 SiS5595 South Bridges.
930
931 This driver can also be built as a module. If so, the module
932 will be called sis5595.
933
Guenter Roeck920fa1f2010-08-09 17:21:06 -0700934config SENSORS_SMM665
935 tristate "Summit Microelectronics SMM665"
936 depends on I2C && EXPERIMENTAL
937 default n
938 help
939 If you say yes here you get support for the hardware monitoring
940 features of the Summit Microelectronics SMM665/SMM665B Six-Channel
941 Active DC Output Controller / Monitor.
942
943 Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
944 Support for those chips is untested.
945
946 This driver can also be built as a module. If so, the module will
947 be called smm665.
948
Juerg Haefliger94319962007-06-09 10:11:16 -0400949config SENSORS_DME1737
Juerg Haefligere95c2372007-10-07 21:27:35 -0700950 tristate "SMSC DME1737, SCH311x and compatibles"
Juerg Haefliger94319962007-06-09 10:11:16 -0400951 depends on I2C && EXPERIMENTAL
952 select HWMON_VID
953 help
954 If you say yes here you get support for the hardware monitoring
Juerg Haefliger549edb82008-08-06 22:41:03 +0200955 and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
956 Asus A8000 Super-I/O chips.
Juerg Haefliger94319962007-06-09 10:11:16 -0400957
958 This driver can also be built as a module. If so, the module
959 will be called dme1737.
960
Kalhan Trisaldac68312010-05-27 19:58:56 +0200961config SENSORS_EMC1403
Jekyll Lai7a1b76f2011-01-12 21:55:12 +0100962 tristate "SMSC EMC1403/23 thermal sensor"
Kalhan Trisaldac68312010-05-27 19:58:56 +0200963 depends on I2C
964 help
Jekyll Lai7a1b76f2011-01-12 21:55:12 +0100965 If you say yes here you get support for the SMSC EMC1403/23
Kalhan Trisaldac68312010-05-27 19:58:56 +0200966 temperature monitoring chip.
967
968 Threshold values can be configured using sysfs.
969 Data from the different diodes are accessible via sysfs.
970
Steve Glendinning9df73052010-08-14 21:08:54 +0200971config SENSORS_EMC2103
972 tristate "SMSC EMC2103"
973 depends on I2C
974 help
975 If you say yes here you get support for the temperature
976 and fan sensors of the SMSC EMC2103 chips.
977
978 This driver can also be built as a module. If so, the module
979 will be called emc2103.
980
Jean Delvaread2f9312005-07-02 18:15:49 +0200981config SENSORS_SMSC47M1
982 tristate "SMSC LPC47M10x and compatibles"
Jean Delvaread2f9312005-07-02 18:15:49 +0200983 help
984 If you say yes here you get support for the integrated fan
985 monitoring and control capabilities of the SMSC LPC47B27x,
Jean Delvare60917802006-10-08 22:00:44 +0200986 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
Jean Delvare8eccbb62007-05-08 17:21:59 +0200987 LPC47M192, LPC47M292 and LPC47M997 chips.
Hartmut Rick59ac8362006-03-23 16:37:23 +0100988
Jean Delvare8eccbb62007-05-08 17:21:59 +0200989 The temperature and voltage sensor features of the LPC47M15x,
990 LPC47M192, LPC47M292 and LPC47M997 are supported by another
991 driver, select also "SMSC LPC47M192 and compatibles" below for
992 those.
Jean Delvaread2f9312005-07-02 18:15:49 +0200993
994 This driver can also be built as a module. If so, the module
995 will be called smsc47m1.
996
Hartmut Rick59ac8362006-03-23 16:37:23 +0100997config SENSORS_SMSC47M192
998 tristate "SMSC LPC47M192 and compatibles"
Jean Delvare0b22ce32010-10-28 20:31:50 +0200999 depends on I2C
Hartmut Rick59ac8362006-03-23 16:37:23 +01001000 select HWMON_VID
1001 help
1002 If you say yes here you get support for the temperature and
Jean Delvare00cb4732007-05-08 17:21:59 +02001003 voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
1004 and LPC47M997 chips.
Hartmut Rick59ac8362006-03-23 16:37:23 +01001005
1006 The fan monitoring and control capabilities of these chips
1007 are supported by another driver, select
1008 "SMSC LPC47M10x and compatibles" above. You need both drivers
1009 if you want fan control and voltage/temperature sensor support.
1010
1011 This driver can also be built as a module. If so, the module
1012 will be called smsc47m192.
1013
Jean Delvaread2f9312005-07-02 18:15:49 +02001014config SENSORS_SMSC47B397
1015 tristate "SMSC LPC47B397-NC"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +02001016 depends on EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +02001017 help
1018 If you say yes here you get support for the SMSC LPC47B397-NC
1019 sensor chip.
1020
1021 This driver can also be built as a module. If so, the module
1022 will be called smsc47b397.
1023
Hans de Goedea98d5062011-03-21 17:59:36 +01001024config SENSORS_SCH5627
1025 tristate "SMSC SCH5627"
1026 help
1027 If you say yes here you get support for the hardware monitoring
1028 features of the SMSC SCH5627 Super-I/O chip.
1029
1030 This driver can also be built as a module. If so, the module
1031 will be called sch5627.
1032
Dirk Eibach8c22a8f2011-03-21 17:59:36 +01001033config SENSORS_ADS1015
1034 tristate "Texas Instruments ADS1015"
1035 depends on I2C
1036 help
1037 If you say yes here you get support for Texas Instruments ADS1015
1038 12-bit 4-input ADC device.
1039
1040 This driver can also be built as a module. If so, the module
1041 will be called ads1015.
1042
Steve Hardy5812f922008-01-22 23:00:02 +00001043config SENSORS_ADS7828
1044 tristate "Texas Instruments ADS7828"
1045 depends on I2C
1046 help
1047 If you say yes here you get support for Texas Instruments ADS7828
1048 12-bit 8-channel ADC device.
1049
1050 This driver can also be built as a module. If so, the module
1051 will be called ads7828.
1052
Paul Thomase0c70b82010-05-24 14:33:38 -07001053config SENSORS_ADS7871
1054 tristate "Texas Instruments ADS7871 A/D converter"
1055 depends on SPI
1056 help
1057 If you say yes here you get support for TI ADS7871 & ADS7870
1058
1059 This driver can also be built as a module. If so, the module
1060 will be called ads7871.
1061
Tomaz Merteljb5430a02010-01-08 14:43:04 -08001062config SENSORS_AMC6821
1063 tristate "Texas Instruments AMC6821"
1064 depends on I2C && EXPERIMENTAL
1065 help
1066 If you say yes here you get support for the Texas Instruments
1067 AMC6821 hardware monitoring chips.
1068
1069 This driver can also be build as a module. If so, the module
1070 will be called amc6821.
1071
Krzysztof Heltadd77c62007-07-08 22:43:00 +02001072config SENSORS_THMC50
1073 tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
Jean Delvare0b22ce32010-10-28 20:31:50 +02001074 depends on I2C
Krzysztof Heltadd77c62007-07-08 22:43:00 +02001075 help
1076 If you say yes here you get support for Texas Instruments THMC50
1077 sensor chips and clones: the Analog Devices ADM1022.
1078
1079 This driver can also be built as a module. If so, the module
1080 will be called thmc50.
1081
Steven Kingbeb1b6b2010-05-27 19:58:56 +02001082config SENSORS_TMP102
Jean Delvarecff37c92010-05-27 19:58:57 +02001083 tristate "Texas Instruments TMP102"
Steven Kingbeb1b6b2010-05-27 19:58:56 +02001084 depends on I2C && EXPERIMENTAL
1085 help
1086 If you say yes here you get support for Texas Instruments TMP102
1087 sensor chips.
1088
1089 This driver can also be built as a module. If so, the module
1090 will be called tmp102.
1091
Hans de Goedeab2b79d2009-06-15 18:39:46 +02001092config SENSORS_TMP401
1093 tristate "Texas Instruments TMP401 and compatibles"
1094 depends on I2C && EXPERIMENTAL
1095 help
1096 If you say yes here you get support for Texas Instruments TMP401 and
1097 TMP411 temperature sensor chips.
1098
1099 This driver can also be built as a module. If so, the module
1100 will be called tmp401.
1101
Andre Prendel94107002009-09-15 17:18:11 +02001102config SENSORS_TMP421
1103 tristate "Texas Instruments TMP421 and compatible"
1104 depends on I2C && EXPERIMENTAL
1105 help
1106 If you say yes here you get support for Texas Instruments TMP421,
1107 TMP422 and TMP423 temperature sensor chips.
1108
1109 This driver can also be built as a module. If so, the module
1110 will be called tmp421.
1111
Keerthy0070bdd2011-03-01 19:12:36 +05301112config SENSORS_TWL4030_MADC
1113 tristate "Texas Instruments TWL4030 MADC Hwmon"
1114 depends on TWL4030_MADC
1115 help
1116 If you say yes here you get hwmon support for triton
1117 TWL4030-MADC.
1118
1119 This driver can also be built as a module. If so it will be called
1120 twl4030-madc-hwmon.
1121
Harald Welte70c38772009-12-16 21:38:28 +01001122config SENSORS_VIA_CPUTEMP
1123 tristate "VIA CPU temperature sensor"
1124 depends on X86
1125 help
1126 If you say yes here you get support for the temperature
1127 sensor inside your CPU. Supported are all known variants of
1128 the VIA C7 and Nano.
1129
Jean Delvaread2f9312005-07-02 18:15:49 +02001130config SENSORS_VIA686A
1131 tristate "VIA686A"
Jean Delvare2ec342e2007-06-09 10:11:16 -04001132 depends on PCI
Jean Delvaread2f9312005-07-02 18:15:49 +02001133 help
1134 If you say yes here you get support for the integrated sensors in
1135 Via 686A/B South Bridges.
1136
1137 This driver can also be built as a module. If so, the module
1138 will be called via686a.
1139
Juerg Haefligerab413192006-09-24 20:54:04 +02001140config SENSORS_VT1211
1141 tristate "VIA VT1211"
Juerg Haefligerab413192006-09-24 20:54:04 +02001142 select HWMON_VID
1143 help
1144 If you say yes here then you get support for hardware monitoring
1145 features of the VIA VT1211 Super-I/O chip.
1146
1147 This driver can also be built as a module. If so, the module
1148 will be called vt1211.
1149
Roger Lucas1de9e372005-11-26 20:20:05 +01001150config SENSORS_VT8231
Jean Delvare51bd5632006-09-24 20:51:37 +02001151 tristate "VIA VT8231"
Roger Lucasec5e1a42007-06-12 21:04:08 +02001152 depends on PCI
Roger Lucas1de9e372005-11-26 20:20:05 +01001153 select HWMON_VID
Roger Lucas1de9e372005-11-26 20:20:05 +01001154 help
1155 If you say yes here then you get support for the integrated sensors
1156 in the VIA VT8231 device.
1157
1158 This driver can also be built as a module. If so, the module
1159 will be called vt8231.
1160
Jean Delvaread2f9312005-07-02 18:15:49 +02001161config SENSORS_W83781D
Jean Delvare05663362007-11-30 23:51:24 +01001162 tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +02001163 depends on I2C
Jean Delvare303760b2005-07-31 21:52:01 +02001164 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +02001165 help
1166 If you say yes here you get support for the Winbond W8378x series
Jean Delvare05663362007-11-30 23:51:24 +01001167 of sensor chips: the W83781D, W83782D and W83783S, and the similar
1168 Asus AS99127F.
Jean Delvaread2f9312005-07-02 18:15:49 +02001169
1170 This driver can also be built as a module. If so, the module
1171 will be called w83781d.
1172
Charles Spirakis98739642006-04-25 14:21:03 +02001173config SENSORS_W83791D
1174 tristate "Winbond W83791D"
Marc Hulsmand1ebd592009-12-09 20:35:58 +01001175 depends on I2C
Charles Spirakis98739642006-04-25 14:21:03 +02001176 select HWMON_VID
1177 help
1178 If you say yes here you get support for the Winbond W83791D chip.
1179
1180 This driver can also be built as a module. If so, the module
1181 will be called w83791d.
1182
R.Marek@sh.cvut.cz5563e272005-07-27 11:43:47 +00001183config SENSORS_W83792D
1184 tristate "Winbond W83792D"
Jean Delvare0b22ce32010-10-28 20:31:50 +02001185 depends on I2C
R.Marek@sh.cvut.cz5563e272005-07-27 11:43:47 +00001186 help
1187 If you say yes here you get support for the Winbond W83792D chip.
1188
1189 This driver can also be built as a module. If so, the module
1190 will be called w83792d.
1191
Rudolf Marek6800c3d2006-12-12 18:18:30 +01001192config SENSORS_W83793
1193 tristate "Winbond W83793"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +02001194 depends on I2C && EXPERIMENTAL
Stefano Brivio7a5e6bc2007-03-16 13:38:29 -08001195 select HWMON_VID
Rudolf Marek6800c3d2006-12-12 18:18:30 +01001196 help
1197 If you say yes here you get support for the Winbond W83793
Sven Anders5852f962010-03-05 22:17:22 +01001198 hardware monitoring chip, including support for the integrated
1199 watchdog.
Rudolf Marek6800c3d2006-12-12 18:18:30 +01001200
1201 This driver can also be built as a module. If so, the module
1202 will be called w83793.
1203
Wei Song792d3762010-10-28 20:31:44 +02001204config SENSORS_W83795
1205 tristate "Winbond/Nuvoton W83795G/ADG"
1206 depends on I2C && EXPERIMENTAL
1207 help
1208 If you say yes here you get support for the Winbond W83795G and
1209 W83795ADG hardware monitoring chip.
1210
1211 This driver can also be built as a module. If so, the module
1212 will be called w83795.
1213
Jean Delvare00030af2010-10-28 20:31:49 +02001214config SENSORS_W83795_FANCTRL
1215 boolean "Include fan control support (DANGEROUS)"
1216 depends on SENSORS_W83795 && EXPERIMENTAL
1217 default n
1218 help
1219 If you say yes here, support for the both manual and automatic
1220 fan control features will be included in the driver.
1221
1222 This part of the code wasn't carefully reviewed and tested yet,
1223 so enabling this option is strongly discouraged on production
1224 servers. Only developers and testers should enable it for the
1225 time being.
1226
1227 Please also note that this option will create sysfs attribute
1228 files which may change in the future, so you shouldn't rely
1229 on them being stable.
1230
Jean Delvaread2f9312005-07-02 18:15:49 +02001231config SENSORS_W83L785TS
1232 tristate "Winbond W83L785TS-S"
Jan Engelhardt1d72acf2007-05-08 17:22:04 +02001233 depends on I2C && EXPERIMENTAL
Jean Delvaread2f9312005-07-02 18:15:49 +02001234 help
1235 If you say yes here you get support for the Winbond W83L785TS-S
1236 sensor chip, which is used on the Asus A7N8X, among other
1237 motherboards.
1238
1239 This driver can also be built as a module. If so, the module
1240 will be called w83l785ts.
1241
Kevin Lo85f03bc2007-11-23 09:31:52 +08001242config SENSORS_W83L786NG
1243 tristate "Winbond W83L786NG, W83L786NR"
1244 depends on I2C && EXPERIMENTAL
1245 help
1246 If you say yes here you get support for the Winbond W83L786NG
1247 and W83L786NR sensor chips.
1248
1249 This driver can also be built as a module. If so, the module
1250 will be called w83l786ng.
1251
Jean Delvaread2f9312005-07-02 18:15:49 +02001252config SENSORS_W83627HF
Jean Delvarec2db6ce2006-01-18 23:22:12 +01001253 tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
Jean Delvare303760b2005-07-31 21:52:01 +02001254 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +02001255 help
1256 If you say yes here you get support for the Winbond W836X7 series
Jean Delvarec2db6ce2006-01-18 23:22:12 +01001257 of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
1258 W83697HF.
Jean Delvaread2f9312005-07-02 18:15:49 +02001259
1260 This driver can also be built as a module. If so, the module
1261 will be called w83627hf.
1262
1263config SENSORS_W83627EHF
Guenter Roeck2dd59c22011-02-22 08:20:51 -08001264 tristate "Winbond W83627EHF/EHG/DHG, W83667HG, NCT6775F, NCT6776F"
Jean Delvarefc18d6c2007-06-24 11:19:42 +02001265 select HWMON_VID
Jean Delvaread2f9312005-07-02 18:15:49 +02001266 help
David Hubbard658291f2007-06-24 11:15:03 +02001267 If you say yes here you get support for the hardware
Jean Delvaread2f9312005-07-02 18:15:49 +02001268 monitoring functionality of the Winbond W83627EHF Super-I/O chip.
Jean Delvaread2f9312005-07-02 18:15:49 +02001269
Jean Delvare8dd2d2c2005-07-27 21:33:15 +02001270 This driver also supports the W83627EHG, which is the lead-free
David Hubbard658291f2007-06-24 11:15:03 +02001271 version of the W83627EHF, and the W83627DHG, which is a similar
1272 chip suited for specific Intel processors that use PECI such as
1273 the Core 2 Duo.
Jean Delvare8dd2d2c2005-07-27 21:33:15 +02001274
Guenter Roeck2dd59c22011-02-22 08:20:51 -08001275 This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F
1276 (also known as W83667HG-I), and NCT6776F.
Gong Jun237c8d2f2009-03-30 21:46:42 +02001277
Jean Delvaread2f9312005-07-02 18:15:49 +02001278 This driver can also be built as a module. If so, the module
1279 will be called w83627ehf.
1280
Mark Brown08bad5a2009-07-28 15:52:22 +01001281config SENSORS_WM831X
1282 tristate "WM831x PMICs"
1283 depends on MFD_WM831X
1284 help
1285 If you say yes here you get support for the hardware
1286 monitoring functionality of the Wolfson Microelectronics
1287 WM831x series of PMICs.
1288
1289 This driver can also be built as a module. If so, the module
1290 will be called wm831x-hwmon.
1291
Mark Brownfb6c0232009-07-20 12:43:45 +01001292config SENSORS_WM8350
1293 tristate "Wolfson Microelectronics WM835x"
1294 depends on MFD_WM8350
1295 help
1296 If you say yes here you get support for the hardware
1297 monitoring features of the WM835x series of PMICs.
1298
1299 This driver can also be built as a module. If so, the module
1300 will be called wm8350-hwmon.
1301
David S. Millere0418082008-08-24 20:59:49 -07001302config SENSORS_ULTRA45
1303 tristate "Sun Ultra45 PIC16F747"
1304 depends on SPARC64
1305 help
1306 This driver provides support for the Ultra45 workstation environmental
1307 sensors.
1308
Nicolas Boichat6f2fad72007-05-08 00:24:52 -07001309config SENSORS_APPLESMC
1310 tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
Jean Delvare548c3432007-05-27 22:17:43 +02001311 depends on INPUT && X86
Nicolas Boichat6f2fad72007-05-08 00:24:52 -07001312 select NEW_LEDS
1313 select LEDS_CLASS
Dmitry Torokhovd5cf2b92007-09-26 00:01:35 -04001314 select INPUT_POLLDEV
Nicolas Boichat6f2fad72007-05-08 00:24:52 -07001315 default n
1316 help
1317 This driver provides support for the Apple System Management
1318 Controller, which provides an accelerometer (Apple Sudden Motion
1319 Sensor), light sensors, temperature sensors, keyboard backlight
1320 control and fan control.
1321
1322 Only Intel-based Apple's computers are supported (MacBook Pro,
1323 MacBook, MacMini).
1324
1325 Data from the different sensors, keyboard backlight control and fan
1326 control are accessible via sysfs.
1327
1328 This driver also provides an absolute input class device, allowing
1329 the laptop to act as a pinball machine-esque joystick.
1330
1331 Say Y here if you have an applicable laptop and want to experience
1332 the awesome power of applesmc.
1333
Luotao Fu93ee0a72009-12-09 20:35:58 +01001334config SENSORS_MC13783_ADC
1335 tristate "Freescale MC13783 ADC"
1336 depends on MFD_MC13783
1337 help
1338 Support for the A/D converter on MC13783 PMIC.
1339
Jean Delvare61cba5c2009-09-15 17:18:13 +02001340if ACPI
1341
1342comment "ACPI drivers"
1343
1344config SENSORS_ATK0110
1345 tristate "ASUS ATK0110"
1346 depends on X86 && EXPERIMENTAL
1347 help
1348 If you say yes here you get support for the ACPI hardware
1349 monitoring interface found in many ASUS motherboards. This
1350 driver will provide readings of fans, voltages and temperatures
1351 through the system firmware.
1352
1353 This driver can also be built as a module. If so, the module
1354 will be called asus_atk0110.
1355
Jean Delvare61cba5c2009-09-15 17:18:13 +02001356endif # ACPI
Jean Delvaread2f9312005-07-02 18:15:49 +02001357
Jan Engelhardt1d72acf2007-05-08 17:22:04 +02001358endif # HWMON