aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-14 15:50:19 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-14 15:50:19 -0400
commit4fa435018d740cb83d74c92306aa1f796da91ddd (patch)
treeb2b5783837be3d17b65b924b051aeb01e6b1fce9 /drivers/hwmon/Kconfig
parent7441dd12e607651128e676866630a848b664d6e7 (diff)
parenta022fef5a2b19086b329d1cc64a5d78aa83e2908 (diff)
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
* 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6: (53 commits) hwmon: (vt8231) fix sparse warning hwmon: (sis5595) fix sparse warning hwmon: (w83627hf) don't assume bank 0 hwmon: (w83627hf) Fix setting fan min right after driver load hwmon: (w83627hf) De-macro sysfs callback functions hwmon: Add new combined driver for FSC chips hwmon: (ibmpex) Release IPMI user if hwmon registration fails hwmon: (dme1737) Add sch311x support hwmon: (dme1737) group functions logically hwmon: (dme1737) cleanups hwmon: IBM power meter driver hwmon: (coretemp) Add support for Celeron 4xx hwmon: (lm87) Disable VID when it should be hwmon: (w83781d) Add individual alarm and beep files hwmon: VRM is not read from registers MAINTAINERS: update hwmon subsystem git trees hwmon: Fix the code examples in documentation hwmon: update sysfs interface document - error handling hwmon: (thmc50) Fix a debug message hwmon: (thmc50) Don't create temp3 if not enabled ...
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig79
1 files changed, 68 insertions, 11 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 192953b29b28..e47f88170806 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -30,7 +30,7 @@ config HWMON_VID
30 30
31config SENSORS_ABITUGURU 31config SENSORS_ABITUGURU
32 tristate "Abit uGuru (rev 1 & 2)" 32 tristate "Abit uGuru (rev 1 & 2)"
33 depends on EXPERIMENTAL 33 depends on X86 && EXPERIMENTAL
34 help 34 help
35 If you say yes here you get support for the sensor part of the first 35 If you say yes here you get support for the sensor part of the first
36 and second revision of the Abit uGuru chip. The voltage and frequency 36 and second revision of the Abit uGuru chip. The voltage and frequency
@@ -45,7 +45,7 @@ config SENSORS_ABITUGURU
45 45
46config SENSORS_ABITUGURU3 46config SENSORS_ABITUGURU3
47 tristate "Abit uGuru (rev 3)" 47 tristate "Abit uGuru (rev 3)"
48 depends on HWMON && EXPERIMENTAL 48 depends on X86 && EXPERIMENTAL
49 help 49 help
50 If you say yes here you get support for the sensor part of the 50 If you say yes here you get support for the sensor part of the
51 third revision of the Abit uGuru chip. Only reading the sensors 51 third revision of the Abit uGuru chip. Only reading the sensors
@@ -133,6 +133,16 @@ config SENSORS_ADM9240
133 This driver can also be built as a module. If so, the module 133 This driver can also be built as a module. If so, the module
134 will be called adm9240. 134 will be called adm9240.
135 135
136config SENSORS_ADT7470
137 tristate "Analog Devices ADT7470"
138 depends on I2C && EXPERIMENTAL
139 help
140 If you say yes here you get support for the Analog Devices
141 ADT7470 temperature monitoring chips.
142
143 This driver can also be built as a module. If so, the module
144 will be called adt7470.
145
136config SENSORS_K8TEMP 146config SENSORS_K8TEMP
137 tristate "AMD Athlon64/FX or Opteron temperature sensor" 147 tristate "AMD Athlon64/FX or Opteron temperature sensor"
138 depends on X86 && PCI && EXPERIMENTAL 148 depends on X86 && PCI && EXPERIMENTAL
@@ -172,7 +182,7 @@ config SENSORS_AMS_I2C
172 182
173config SENSORS_ASB100 183config SENSORS_ASB100
174 tristate "Asus ASB100 Bach" 184 tristate "Asus ASB100 Bach"
175 depends on I2C && EXPERIMENTAL 185 depends on X86 && I2C && EXPERIMENTAL
176 select HWMON_VID 186 select HWMON_VID
177 help 187 help
178 If you say yes here you get support for the ASB100 Bach sensor 188 If you say yes here you get support for the ASB100 Bach sensor
@@ -206,19 +216,39 @@ config SENSORS_DS1621
206 will be called ds1621. 216 will be called ds1621.
207 217
208config SENSORS_F71805F 218config SENSORS_F71805F
209 tristate "Fintek F71805F/FG and F71872F/FG" 219 tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
210 depends on EXPERIMENTAL 220 depends on EXPERIMENTAL
211 help 221 help
212 If you say yes here you get support for hardware monitoring 222 If you say yes here you get support for hardware monitoring
213 features of the Fintek F71805F/FG and F71872F/FG Super-I/O 223 features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
214 chips. 224 Super-I/O chips.
215 225
216 This driver can also be built as a module. If so, the module 226 This driver can also be built as a module. If so, the module
217 will be called f71805f. 227 will be called f71805f.
218 228
229config SENSORS_F71882FG
230 tristate "Fintek F71882FG and F71883FG"
231 depends on EXPERIMENTAL
232 help
233 If you say yes here you get support for hardware monitoring
234 features of the Fintek F71882FG and F71883FG Super-I/O chips.
235
236 This driver can also be built as a module. If so, the module
237 will be called f71882fg.
238
239config SENSORS_F75375S
240 tristate "Fintek F75375S/SP and F75373";
241 depends on I2C && EXPERIMENTAL
242 help
243 If you say yes here you get support for hardware monitoring
244 features of the Fintek F75375S/SP and F75373
245
246 This driver can also be built as a module. If so, the module
247 will be called f75375s.
248
219config SENSORS_FSCHER 249config SENSORS_FSCHER
220 tristate "FSC Hermes" 250 tristate "FSC Hermes"
221 depends on I2C 251 depends on X86 && I2C
222 help 252 help
223 If you say yes here you get support for Fujitsu Siemens 253 If you say yes here you get support for Fujitsu Siemens
224 Computers Hermes sensor chips. 254 Computers Hermes sensor chips.
@@ -228,7 +258,7 @@ config SENSORS_FSCHER
228 258
229config SENSORS_FSCPOS 259config SENSORS_FSCPOS
230 tristate "FSC Poseidon" 260 tristate "FSC Poseidon"
231 depends on I2C 261 depends on X86 && I2C
232 help 262 help
233 If you say yes here you get support for Fujitsu Siemens 263 If you say yes here you get support for Fujitsu Siemens
234 Computers Poseidon sensor chips. 264 Computers Poseidon sensor chips.
@@ -236,6 +266,20 @@ config SENSORS_FSCPOS
236 This driver can also be built as a module. If so, the module 266 This driver can also be built as a module. If so, the module
237 will be called fscpos. 267 will be called fscpos.
238 268
269config SENSORS_FSCHMD
270 tristate "FSC Poseidon, Scylla, Hermes, Heimdall and Heracles"
271 depends on X86 && I2C && EXPERIMENTAL
272 help
273 If you say yes here you get support for various Fujitsu Siemens
274 Computers sensor chips.
275
276 This is a new merged driver for FSC sensor chips which is intended
277 as a replacment for the fscpos, fscscy and fscher drivers and adds
278 support for several other FCS sensor chips.
279
280 This driver can also be built as a module. If so, the module
281 will be called fschmd.
282
239config SENSORS_GL518SM 283config SENSORS_GL518SM
240 tristate "Genesys Logic GL518SM" 284 tristate "Genesys Logic GL518SM"
241 depends on I2C 285 depends on I2C
@@ -265,6 +309,19 @@ config SENSORS_CORETEMP
265 sensor inside your CPU. Supported all are all known variants 309 sensor inside your CPU. Supported all are all known variants
266 of Intel Core family. 310 of Intel Core family.
267 311
312config SENSORS_IBMPEX
313 tristate "IBM PowerExecutive temperature/power sensors"
314 select IPMI_SI
315 depends on IPMI_HANDLER
316 help
317 If you say yes here you get support for the temperature and
318 power sensors in various IBM System X servers that support
319 PowerExecutive. So far this includes the x3550, x3650, x3655,
320 x3755, and certain HS20 blades.
321
322 This driver can also be built as a module. If so, the module
323 will be called ibmpex.
324
268config SENSORS_IT87 325config SENSORS_IT87
269 tristate "ITE IT87xx and compatibles" 326 tristate "ITE IT87xx and compatibles"
270 select HWMON_VID 327 select HWMON_VID
@@ -401,7 +458,7 @@ config SENSORS_LM92
401 458
402config SENSORS_LM93 459config SENSORS_LM93
403 tristate "National Semiconductor LM93 and compatibles" 460 tristate "National Semiconductor LM93 and compatibles"
404 depends on HWMON && I2C 461 depends on I2C
405 select HWMON_VID 462 select HWMON_VID
406 help 463 help
407 If you say yes here you get support for National Semiconductor LM93 464 If you say yes here you get support for National Semiconductor LM93
@@ -466,13 +523,13 @@ config SENSORS_SIS5595
466 will be called sis5595. 523 will be called sis5595.
467 524
468config SENSORS_DME1737 525config SENSORS_DME1737
469 tristate "SMSC DME1737 and compatibles" 526 tristate "SMSC DME1737, SCH311x and compatibles"
470 depends on I2C && EXPERIMENTAL 527 depends on I2C && EXPERIMENTAL
471 select HWMON_VID 528 select HWMON_VID
472 help 529 help
473 If you say yes here you get support for the hardware monitoring 530 If you say yes here you get support for the hardware monitoring
474 and fan control features of the SMSC DME1737 (and compatibles 531 and fan control features of the SMSC DME1737 (and compatibles
475 like the Asus A8000) Super-I/O chip. 532 like the Asus A8000) and SCH311x Super-I/O chips.
476 533
477 This driver can also be built as a module. If so, the module 534 This driver can also be built as a module. If so, the module
478 will be called dme1737. 535 will be called dme1737.