diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-14 15:50:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-14 15:50:19 -0400 |
commit | 4fa435018d740cb83d74c92306aa1f796da91ddd (patch) | |
tree | b2b5783837be3d17b65b924b051aeb01e6b1fce9 /drivers/hwmon/Kconfig | |
parent | 7441dd12e607651128e676866630a848b664d6e7 (diff) | |
parent | a022fef5a2b19086b329d1cc64a5d78aa83e2908 (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/Kconfig | 79 |
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 | ||
31 | config SENSORS_ABITUGURU | 31 | config 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 | ||
46 | config SENSORS_ABITUGURU3 | 46 | config 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 | ||
136 | config 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 | |||
136 | config SENSORS_K8TEMP | 146 | config 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 | ||
173 | config SENSORS_ASB100 | 183 | config 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 | ||
208 | config SENSORS_F71805F | 218 | config 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 | ||
229 | config 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 | |||
239 | config 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 | |||
219 | config SENSORS_FSCHER | 249 | config 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 | ||
229 | config SENSORS_FSCPOS | 259 | config 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 | ||
269 | config 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 | |||
239 | config SENSORS_GL518SM | 283 | config 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 | ||
312 | config 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 | |||
268 | config SENSORS_IT87 | 325 | config 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 | ||
402 | config SENSORS_LM93 | 459 | config 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 | ||
468 | config SENSORS_DME1737 | 525 | config 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. |