diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 15:07:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 15:07:28 -0400 |
commit | 36f021b579d195cdc5fa6f3e2bab198b4bf70643 (patch) | |
tree | 96d3c97f5e5214d2aa7151c12a22a7eb345dbaa1 /drivers/hwmon/Kconfig | |
parent | 215d06780d13fd7de629b02b61b7b7bf88ce5039 (diff) | |
parent | 1d72acf91abb327e25137ad2e371c1a788b34e45 (diff) |
Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
* 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6: (32 commits)
Use menuconfig objects - hwmon
hwmon/smsc47b397: Use dynamic sysfs callbacks
hwmon/smsc47b397: Convert to a platform driver
hwmon/w83781d: Deprecate W83627HF support
hwmon/w83781d: Use dynamic sysfs callbacks
hwmon/w83781d: Be less i2c_client-centric
hwmon/w83781d: Clean up conversion macros
hwmon/w83781d: No longer use i2c-isa
hwmon/ams: Do not print error on systems without apple motion sensor
hwmon/ams: Fix I2C read retry logic
hwmon: New AD7416, AD7417 and AD7418 driver
hwmon/coretemp: Add documentation
hwmon: New coretemp driver
i386: Use functions from library in msr driver
i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpu
hwmon/lm75: Use dynamic sysfs callbacks
hwmon/lm78: Use dynamic sysfs callbacks
hwmon/lm78: Be less i2c_client-centric
hwmon/lm78: No longer use i2c-isa
hwmon: New max6650 driver
...
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 146 |
1 files changed, 84 insertions, 62 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 25b72a491702..3ba3a5221c41 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -2,9 +2,7 @@ | |||
2 | # Hardware monitoring chip drivers configuration | 2 | # Hardware monitoring chip drivers configuration |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Hardware Monitoring support" | 5 | menuconfig HWMON |
6 | |||
7 | config HWMON | ||
8 | tristate "Hardware Monitoring support" | 6 | tristate "Hardware Monitoring support" |
9 | default y | 7 | default y |
10 | help | 8 | help |
@@ -23,13 +21,15 @@ config HWMON | |||
23 | This support can also be built as a module. If so, the module | 21 | This support can also be built as a module. If so, the module |
24 | will be called hwmon. | 22 | will be called hwmon. |
25 | 23 | ||
24 | if HWMON | ||
25 | |||
26 | config HWMON_VID | 26 | config HWMON_VID |
27 | tristate | 27 | tristate |
28 | default n | 28 | default n |
29 | 29 | ||
30 | config SENSORS_ABITUGURU | 30 | config SENSORS_ABITUGURU |
31 | tristate "Abit uGuru" | 31 | tristate "Abit uGuru" |
32 | depends on HWMON && EXPERIMENTAL | 32 | depends on EXPERIMENTAL |
33 | help | 33 | help |
34 | If you say yes here you get support for the Abit uGuru chips | 34 | If you say yes here you get support for the Abit uGuru chips |
35 | sensor part. The voltage and frequency control parts of the Abit | 35 | sensor part. The voltage and frequency control parts of the Abit |
@@ -39,9 +39,19 @@ config SENSORS_ABITUGURU | |||
39 | This driver can also be built as a module. If so, the module | 39 | This driver can also be built as a module. If so, the module |
40 | will be called abituguru. | 40 | will be called abituguru. |
41 | 41 | ||
42 | config SENSORS_AD7418 | ||
43 | tristate "Analog Devices AD7416, AD7417 and AD7418" | ||
44 | depends on I2C && EXPERIMENTAL | ||
45 | help | ||
46 | If you say yes here you get support for the Analog Devices | ||
47 | AD7416, AD7417 and AD7418 temperature monitoring chips. | ||
48 | |||
49 | This driver can also be built as a module. If so, the module | ||
50 | will be called ad7418. | ||
51 | |||
42 | config SENSORS_ADM1021 | 52 | config SENSORS_ADM1021 |
43 | tristate "Analog Devices ADM1021 and compatibles" | 53 | tristate "Analog Devices ADM1021 and compatibles" |
44 | depends on HWMON && I2C | 54 | depends on I2C |
45 | help | 55 | help |
46 | If you say yes here you get support for Analog Devices ADM1021 | 56 | If you say yes here you get support for Analog Devices ADM1021 |
47 | and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, | 57 | and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, |
@@ -53,7 +63,7 @@ config SENSORS_ADM1021 | |||
53 | 63 | ||
54 | config SENSORS_ADM1025 | 64 | config SENSORS_ADM1025 |
55 | tristate "Analog Devices ADM1025 and compatibles" | 65 | tristate "Analog Devices ADM1025 and compatibles" |
56 | depends on HWMON && I2C | 66 | depends on I2C |
57 | select HWMON_VID | 67 | select HWMON_VID |
58 | help | 68 | help |
59 | If you say yes here you get support for Analog Devices ADM1025 | 69 | If you say yes here you get support for Analog Devices ADM1025 |
@@ -64,7 +74,7 @@ config SENSORS_ADM1025 | |||
64 | 74 | ||
65 | config SENSORS_ADM1026 | 75 | config SENSORS_ADM1026 |
66 | tristate "Analog Devices ADM1026 and compatibles" | 76 | tristate "Analog Devices ADM1026 and compatibles" |
67 | depends on HWMON && I2C && EXPERIMENTAL | 77 | depends on I2C && EXPERIMENTAL |
68 | select HWMON_VID | 78 | select HWMON_VID |
69 | help | 79 | help |
70 | If you say yes here you get support for Analog Devices ADM1026 | 80 | If you say yes here you get support for Analog Devices ADM1026 |
@@ -75,7 +85,7 @@ config SENSORS_ADM1026 | |||
75 | 85 | ||
76 | config SENSORS_ADM1029 | 86 | config SENSORS_ADM1029 |
77 | tristate "Analog Devices ADM1029" | 87 | tristate "Analog Devices ADM1029" |
78 | depends on HWMON && I2C && EXPERIMENTAL | 88 | depends on I2C && EXPERIMENTAL |
79 | help | 89 | help |
80 | If you say yes here you get support for Analog Devices ADM1029 | 90 | If you say yes here you get support for Analog Devices ADM1029 |
81 | sensor chip. | 91 | sensor chip. |
@@ -86,7 +96,7 @@ config SENSORS_ADM1029 | |||
86 | 96 | ||
87 | config SENSORS_ADM1031 | 97 | config SENSORS_ADM1031 |
88 | tristate "Analog Devices ADM1031 and compatibles" | 98 | tristate "Analog Devices ADM1031 and compatibles" |
89 | depends on HWMON && I2C && EXPERIMENTAL | 99 | depends on I2C && EXPERIMENTAL |
90 | help | 100 | help |
91 | If you say yes here you get support for Analog Devices ADM1031 | 101 | If you say yes here you get support for Analog Devices ADM1031 |
92 | and ADM1030 sensor chips. | 102 | and ADM1030 sensor chips. |
@@ -96,7 +106,7 @@ config SENSORS_ADM1031 | |||
96 | 106 | ||
97 | config SENSORS_ADM9240 | 107 | config SENSORS_ADM9240 |
98 | tristate "Analog Devices ADM9240 and compatibles" | 108 | tristate "Analog Devices ADM9240 and compatibles" |
99 | depends on HWMON && I2C && EXPERIMENTAL | 109 | depends on I2C && EXPERIMENTAL |
100 | select HWMON_VID | 110 | select HWMON_VID |
101 | help | 111 | help |
102 | If you say yes here you get support for Analog Devices ADM9240, | 112 | If you say yes here you get support for Analog Devices ADM9240, |
@@ -107,7 +117,7 @@ config SENSORS_ADM9240 | |||
107 | 117 | ||
108 | config SENSORS_K8TEMP | 118 | config SENSORS_K8TEMP |
109 | tristate "AMD Athlon64/FX or Opteron temperature sensor" | 119 | tristate "AMD Athlon64/FX or Opteron temperature sensor" |
110 | depends on HWMON && X86 && PCI && EXPERIMENTAL | 120 | depends on X86 && PCI && EXPERIMENTAL |
111 | help | 121 | help |
112 | If you say yes here you get support for the temperature | 122 | If you say yes here you get support for the temperature |
113 | sensor(s) inside your CPU. Supported is whole AMD K8 | 123 | sensor(s) inside your CPU. Supported is whole AMD K8 |
@@ -119,7 +129,7 @@ config SENSORS_K8TEMP | |||
119 | 129 | ||
120 | config SENSORS_AMS | 130 | config SENSORS_AMS |
121 | tristate "Apple Motion Sensor driver" | 131 | tristate "Apple Motion Sensor driver" |
122 | depends on HWMON && PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL | 132 | depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL |
123 | help | 133 | help |
124 | Support for the motion sensor included in PowerBooks. Includes | 134 | Support for the motion sensor included in PowerBooks. Includes |
125 | implementations for PMU and I2C. | 135 | implementations for PMU and I2C. |
@@ -144,7 +154,7 @@ config SENSORS_AMS_I2C | |||
144 | 154 | ||
145 | config SENSORS_ASB100 | 155 | config SENSORS_ASB100 |
146 | tristate "Asus ASB100 Bach" | 156 | tristate "Asus ASB100 Bach" |
147 | depends on HWMON && I2C && EXPERIMENTAL | 157 | depends on I2C && EXPERIMENTAL |
148 | select HWMON_VID | 158 | select HWMON_VID |
149 | help | 159 | help |
150 | If you say yes here you get support for the ASB100 Bach sensor | 160 | If you say yes here you get support for the ASB100 Bach sensor |
@@ -155,7 +165,7 @@ config SENSORS_ASB100 | |||
155 | 165 | ||
156 | config SENSORS_ATXP1 | 166 | config SENSORS_ATXP1 |
157 | tristate "Attansic ATXP1 VID controller" | 167 | tristate "Attansic ATXP1 VID controller" |
158 | depends on HWMON && I2C && EXPERIMENTAL | 168 | depends on I2C && EXPERIMENTAL |
159 | select HWMON_VID | 169 | select HWMON_VID |
160 | help | 170 | help |
161 | If you say yes here you get support for the Attansic ATXP1 VID | 171 | If you say yes here you get support for the Attansic ATXP1 VID |
@@ -169,7 +179,7 @@ config SENSORS_ATXP1 | |||
169 | 179 | ||
170 | config SENSORS_DS1621 | 180 | config SENSORS_DS1621 |
171 | tristate "Dallas Semiconductor DS1621 and DS1625" | 181 | tristate "Dallas Semiconductor DS1621 and DS1625" |
172 | depends on HWMON && I2C | 182 | depends on I2C |
173 | help | 183 | help |
174 | If you say yes here you get support for Dallas Semiconductor | 184 | If you say yes here you get support for Dallas Semiconductor |
175 | DS1621 and DS1625 sensor chips. | 185 | DS1621 and DS1625 sensor chips. |
@@ -179,7 +189,7 @@ config SENSORS_DS1621 | |||
179 | 189 | ||
180 | config SENSORS_F71805F | 190 | config SENSORS_F71805F |
181 | tristate "Fintek F71805F/FG and F71872F/FG" | 191 | tristate "Fintek F71805F/FG and F71872F/FG" |
182 | depends on HWMON && EXPERIMENTAL | 192 | depends on EXPERIMENTAL |
183 | help | 193 | help |
184 | If you say yes here you get support for hardware monitoring | 194 | If you say yes here you get support for hardware monitoring |
185 | features of the Fintek F71805F/FG and F71872F/FG Super-I/O | 195 | features of the Fintek F71805F/FG and F71872F/FG Super-I/O |
@@ -190,7 +200,7 @@ config SENSORS_F71805F | |||
190 | 200 | ||
191 | config SENSORS_FSCHER | 201 | config SENSORS_FSCHER |
192 | tristate "FSC Hermes" | 202 | tristate "FSC Hermes" |
193 | depends on HWMON && I2C | 203 | depends on I2C |
194 | help | 204 | help |
195 | If you say yes here you get support for Fujitsu Siemens | 205 | If you say yes here you get support for Fujitsu Siemens |
196 | Computers Hermes sensor chips. | 206 | Computers Hermes sensor chips. |
@@ -200,7 +210,7 @@ config SENSORS_FSCHER | |||
200 | 210 | ||
201 | config SENSORS_FSCPOS | 211 | config SENSORS_FSCPOS |
202 | tristate "FSC Poseidon" | 212 | tristate "FSC Poseidon" |
203 | depends on HWMON && I2C | 213 | depends on I2C |
204 | help | 214 | help |
205 | If you say yes here you get support for Fujitsu Siemens | 215 | If you say yes here you get support for Fujitsu Siemens |
206 | Computers Poseidon sensor chips. | 216 | Computers Poseidon sensor chips. |
@@ -210,7 +220,7 @@ config SENSORS_FSCPOS | |||
210 | 220 | ||
211 | config SENSORS_GL518SM | 221 | config SENSORS_GL518SM |
212 | tristate "Genesys Logic GL518SM" | 222 | tristate "Genesys Logic GL518SM" |
213 | depends on HWMON && I2C | 223 | depends on I2C |
214 | help | 224 | help |
215 | If you say yes here you get support for Genesys Logic GL518SM | 225 | If you say yes here you get support for Genesys Logic GL518SM |
216 | sensor chips. | 226 | sensor chips. |
@@ -220,7 +230,7 @@ config SENSORS_GL518SM | |||
220 | 230 | ||
221 | config SENSORS_GL520SM | 231 | config SENSORS_GL520SM |
222 | tristate "Genesys Logic GL520SM" | 232 | tristate "Genesys Logic GL520SM" |
223 | depends on HWMON && I2C | 233 | depends on I2C |
224 | select HWMON_VID | 234 | select HWMON_VID |
225 | help | 235 | help |
226 | If you say yes here you get support for Genesys Logic GL520SM | 236 | If you say yes here you get support for Genesys Logic GL520SM |
@@ -229,9 +239,17 @@ config SENSORS_GL520SM | |||
229 | This driver can also be built as a module. If so, the module | 239 | This driver can also be built as a module. If so, the module |
230 | will be called gl520sm. | 240 | will be called gl520sm. |
231 | 241 | ||
242 | config SENSORS_CORETEMP | ||
243 | tristate "Intel Core (2) Duo/Solo temperature sensor" | ||
244 | depends on X86 && EXPERIMENTAL | ||
245 | help | ||
246 | If you say yes here you get support for the temperature | ||
247 | sensor inside your CPU. Supported all are all known variants | ||
248 | of Intel Core family. | ||
249 | |||
232 | config SENSORS_IT87 | 250 | config SENSORS_IT87 |
233 | tristate "ITE IT87xx and compatibles" | 251 | tristate "ITE IT87xx and compatibles" |
234 | depends on HWMON && I2C | 252 | depends on I2C |
235 | select I2C_ISA | 253 | select I2C_ISA |
236 | select HWMON_VID | 254 | select HWMON_VID |
237 | help | 255 | help |
@@ -243,7 +261,7 @@ config SENSORS_IT87 | |||
243 | 261 | ||
244 | config SENSORS_LM63 | 262 | config SENSORS_LM63 |
245 | tristate "National Semiconductor LM63" | 263 | tristate "National Semiconductor LM63" |
246 | depends on HWMON && I2C | 264 | depends on I2C |
247 | help | 265 | help |
248 | If you say yes here you get support for the National Semiconductor | 266 | If you say yes here you get support for the National Semiconductor |
249 | LM63 remote diode digital temperature sensor with integrated fan | 267 | LM63 remote diode digital temperature sensor with integrated fan |
@@ -255,7 +273,7 @@ config SENSORS_LM63 | |||
255 | 273 | ||
256 | config SENSORS_LM70 | 274 | config SENSORS_LM70 |
257 | tristate "National Semiconductor LM70" | 275 | tristate "National Semiconductor LM70" |
258 | depends on HWMON && SPI_MASTER && EXPERIMENTAL | 276 | depends on SPI_MASTER && EXPERIMENTAL |
259 | help | 277 | help |
260 | If you say yes here you get support for the National Semiconductor | 278 | If you say yes here you get support for the National Semiconductor |
261 | LM70 digital temperature sensor chip. | 279 | LM70 digital temperature sensor chip. |
@@ -265,7 +283,7 @@ config SENSORS_LM70 | |||
265 | 283 | ||
266 | config SENSORS_LM75 | 284 | config SENSORS_LM75 |
267 | tristate "National Semiconductor LM75 and compatibles" | 285 | tristate "National Semiconductor LM75 and compatibles" |
268 | depends on HWMON && I2C | 286 | depends on I2C |
269 | help | 287 | help |
270 | If you say yes here you get support for National Semiconductor LM75 | 288 | If you say yes here you get support for National Semiconductor LM75 |
271 | sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in | 289 | sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in |
@@ -280,7 +298,7 @@ config SENSORS_LM75 | |||
280 | 298 | ||
281 | config SENSORS_LM77 | 299 | config SENSORS_LM77 |
282 | tristate "National Semiconductor LM77" | 300 | tristate "National Semiconductor LM77" |
283 | depends on HWMON && I2C | 301 | depends on I2C |
284 | help | 302 | help |
285 | If you say yes here you get support for National Semiconductor LM77 | 303 | If you say yes here you get support for National Semiconductor LM77 |
286 | sensor chips. | 304 | sensor chips. |
@@ -290,8 +308,7 @@ config SENSORS_LM77 | |||
290 | 308 | ||
291 | config SENSORS_LM78 | 309 | config SENSORS_LM78 |
292 | tristate "National Semiconductor LM78 and compatibles" | 310 | tristate "National Semiconductor LM78 and compatibles" |
293 | depends on HWMON && I2C | 311 | depends on I2C |
294 | select I2C_ISA | ||
295 | select HWMON_VID | 312 | select HWMON_VID |
296 | help | 313 | help |
297 | If you say yes here you get support for National Semiconductor LM78, | 314 | If you say yes here you get support for National Semiconductor LM78, |
@@ -302,7 +319,7 @@ config SENSORS_LM78 | |||
302 | 319 | ||
303 | config SENSORS_LM80 | 320 | config SENSORS_LM80 |
304 | tristate "National Semiconductor LM80" | 321 | tristate "National Semiconductor LM80" |
305 | depends on HWMON && I2C && EXPERIMENTAL | 322 | depends on I2C && EXPERIMENTAL |
306 | help | 323 | help |
307 | If you say yes here you get support for National Semiconductor | 324 | If you say yes here you get support for National Semiconductor |
308 | LM80 sensor chips. | 325 | LM80 sensor chips. |
@@ -312,7 +329,7 @@ config SENSORS_LM80 | |||
312 | 329 | ||
313 | config SENSORS_LM83 | 330 | config SENSORS_LM83 |
314 | tristate "National Semiconductor LM83 and compatibles" | 331 | tristate "National Semiconductor LM83 and compatibles" |
315 | depends on HWMON && I2C | 332 | depends on I2C |
316 | help | 333 | help |
317 | If you say yes here you get support for National Semiconductor | 334 | If you say yes here you get support for National Semiconductor |
318 | LM82 and LM83 sensor chips. | 335 | LM82 and LM83 sensor chips. |
@@ -322,7 +339,7 @@ config SENSORS_LM83 | |||
322 | 339 | ||
323 | config SENSORS_LM85 | 340 | config SENSORS_LM85 |
324 | tristate "National Semiconductor LM85 and compatibles" | 341 | tristate "National Semiconductor LM85 and compatibles" |
325 | depends on HWMON && I2C && EXPERIMENTAL | 342 | depends on I2C && EXPERIMENTAL |
326 | select HWMON_VID | 343 | select HWMON_VID |
327 | help | 344 | help |
328 | If you say yes here you get support for National Semiconductor LM85 | 345 | If you say yes here you get support for National Semiconductor LM85 |
@@ -333,7 +350,7 @@ config SENSORS_LM85 | |||
333 | 350 | ||
334 | config SENSORS_LM87 | 351 | config SENSORS_LM87 |
335 | tristate "National Semiconductor LM87" | 352 | tristate "National Semiconductor LM87" |
336 | depends on HWMON && I2C | 353 | depends on I2C |
337 | select HWMON_VID | 354 | select HWMON_VID |
338 | help | 355 | help |
339 | If you say yes here you get support for National Semiconductor LM87 | 356 | If you say yes here you get support for National Semiconductor LM87 |
@@ -344,7 +361,7 @@ config SENSORS_LM87 | |||
344 | 361 | ||
345 | config SENSORS_LM90 | 362 | config SENSORS_LM90 |
346 | tristate "National Semiconductor LM90 and compatibles" | 363 | tristate "National Semiconductor LM90 and compatibles" |
347 | depends on HWMON && I2C | 364 | depends on I2C |
348 | help | 365 | help |
349 | If you say yes here you get support for National Semiconductor LM90, | 366 | If you say yes here you get support for National Semiconductor LM90, |
350 | LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and | 367 | LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and |
@@ -358,7 +375,7 @@ config SENSORS_LM90 | |||
358 | 375 | ||
359 | config SENSORS_LM92 | 376 | config SENSORS_LM92 |
360 | tristate "National Semiconductor LM92 and compatibles" | 377 | tristate "National Semiconductor LM92 and compatibles" |
361 | depends on HWMON && I2C | 378 | depends on I2C |
362 | help | 379 | help |
363 | If you say yes here you get support for National Semiconductor LM92 | 380 | If you say yes here you get support for National Semiconductor LM92 |
364 | and Maxim MAX6635 sensor chips. | 381 | and Maxim MAX6635 sensor chips. |
@@ -368,16 +385,26 @@ config SENSORS_LM92 | |||
368 | 385 | ||
369 | config SENSORS_MAX1619 | 386 | config SENSORS_MAX1619 |
370 | tristate "Maxim MAX1619 sensor chip" | 387 | tristate "Maxim MAX1619 sensor chip" |
371 | depends on HWMON && I2C | 388 | depends on I2C |
372 | help | 389 | help |
373 | If you say yes here you get support for MAX1619 sensor chip. | 390 | If you say yes here you get support for MAX1619 sensor chip. |
374 | 391 | ||
375 | This driver can also be built as a module. If so, the module | 392 | This driver can also be built as a module. If so, the module |
376 | will be called max1619. | 393 | will be called max1619. |
377 | 394 | ||
395 | config SENSORS_MAX6650 | ||
396 | tristate "Maxim MAX6650 sensor chip" | ||
397 | depends on I2C && EXPERIMENTAL | ||
398 | help | ||
399 | If you say yes here you get support for the MAX6650 / MAX6651 | ||
400 | sensor chips. | ||
401 | |||
402 | This driver can also be built as a module. If so, the module | ||
403 | will be called max6650. | ||
404 | |||
378 | config SENSORS_PC87360 | 405 | config SENSORS_PC87360 |
379 | tristate "National Semiconductor PC87360 family" | 406 | tristate "National Semiconductor PC87360 family" |
380 | depends on HWMON && I2C && EXPERIMENTAL | 407 | depends on I2C && EXPERIMENTAL |
381 | select I2C_ISA | 408 | select I2C_ISA |
382 | select HWMON_VID | 409 | select HWMON_VID |
383 | help | 410 | help |
@@ -392,7 +419,7 @@ config SENSORS_PC87360 | |||
392 | 419 | ||
393 | config SENSORS_PC87427 | 420 | config SENSORS_PC87427 |
394 | tristate "National Semiconductor PC87427" | 421 | tristate "National Semiconductor PC87427" |
395 | depends on HWMON && EXPERIMENTAL | 422 | depends on EXPERIMENTAL |
396 | help | 423 | help |
397 | If you say yes here you get access to the hardware monitoring | 424 | If you say yes here you get access to the hardware monitoring |
398 | functions of the National Semiconductor PC87427 Super-I/O chip. | 425 | functions of the National Semiconductor PC87427 Super-I/O chip. |
@@ -405,7 +432,7 @@ config SENSORS_PC87427 | |||
405 | 432 | ||
406 | config SENSORS_SIS5595 | 433 | config SENSORS_SIS5595 |
407 | tristate "Silicon Integrated Systems Corp. SiS5595" | 434 | tristate "Silicon Integrated Systems Corp. SiS5595" |
408 | depends on HWMON && I2C && PCI && EXPERIMENTAL | 435 | depends on I2C && PCI && EXPERIMENTAL |
409 | select I2C_ISA | 436 | select I2C_ISA |
410 | help | 437 | help |
411 | If you say yes here you get support for the integrated sensors in | 438 | If you say yes here you get support for the integrated sensors in |
@@ -416,28 +443,28 @@ config SENSORS_SIS5595 | |||
416 | 443 | ||
417 | config SENSORS_SMSC47M1 | 444 | config SENSORS_SMSC47M1 |
418 | tristate "SMSC LPC47M10x and compatibles" | 445 | tristate "SMSC LPC47M10x and compatibles" |
419 | depends on HWMON && I2C | ||
420 | select I2C_ISA | ||
421 | help | 446 | help |
422 | If you say yes here you get support for the integrated fan | 447 | If you say yes here you get support for the integrated fan |
423 | monitoring and control capabilities of the SMSC LPC47B27x, | 448 | monitoring and control capabilities of the SMSC LPC47B27x, |
424 | LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x, | 449 | LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x, |
425 | LPC47M192 and LPC47M997 chips. | 450 | LPC47M192, LPC47M292 and LPC47M997 chips. |
426 | 451 | ||
427 | The temperature and voltage sensor features of the LPC47M192 | 452 | The temperature and voltage sensor features of the LPC47M15x, |
428 | and LPC47M997 are supported by another driver, select also | 453 | LPC47M192, LPC47M292 and LPC47M997 are supported by another |
429 | "SMSC LPC47M192 and compatibles" below for those. | 454 | driver, select also "SMSC LPC47M192 and compatibles" below for |
455 | those. | ||
430 | 456 | ||
431 | This driver can also be built as a module. If so, the module | 457 | This driver can also be built as a module. If so, the module |
432 | will be called smsc47m1. | 458 | will be called smsc47m1. |
433 | 459 | ||
434 | config SENSORS_SMSC47M192 | 460 | config SENSORS_SMSC47M192 |
435 | tristate "SMSC LPC47M192 and compatibles" | 461 | tristate "SMSC LPC47M192 and compatibles" |
436 | depends on HWMON && I2C && EXPERIMENTAL | 462 | depends on I2C && EXPERIMENTAL |
437 | select HWMON_VID | 463 | select HWMON_VID |
438 | help | 464 | help |
439 | If you say yes here you get support for the temperature and | 465 | If you say yes here you get support for the temperature and |
440 | voltage sensors of the SMSC LPC47M192 and LPC47M997 chips. | 466 | voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292 |
467 | and LPC47M997 chips. | ||
441 | 468 | ||
442 | The fan monitoring and control capabilities of these chips | 469 | The fan monitoring and control capabilities of these chips |
443 | are supported by another driver, select | 470 | are supported by another driver, select |
@@ -449,8 +476,7 @@ config SENSORS_SMSC47M192 | |||
449 | 476 | ||
450 | config SENSORS_SMSC47B397 | 477 | config SENSORS_SMSC47B397 |
451 | tristate "SMSC LPC47B397-NC" | 478 | tristate "SMSC LPC47B397-NC" |
452 | depends on HWMON && I2C && EXPERIMENTAL | 479 | depends on EXPERIMENTAL |
453 | select I2C_ISA | ||
454 | help | 480 | help |
455 | If you say yes here you get support for the SMSC LPC47B397-NC | 481 | If you say yes here you get support for the SMSC LPC47B397-NC |
456 | sensor chip. | 482 | sensor chip. |
@@ -460,7 +486,7 @@ config SENSORS_SMSC47B397 | |||
460 | 486 | ||
461 | config SENSORS_VIA686A | 487 | config SENSORS_VIA686A |
462 | tristate "VIA686A" | 488 | tristate "VIA686A" |
463 | depends on HWMON && I2C && PCI | 489 | depends on I2C && PCI |
464 | select I2C_ISA | 490 | select I2C_ISA |
465 | help | 491 | help |
466 | If you say yes here you get support for the integrated sensors in | 492 | If you say yes here you get support for the integrated sensors in |
@@ -471,7 +497,7 @@ config SENSORS_VIA686A | |||
471 | 497 | ||
472 | config SENSORS_VT1211 | 498 | config SENSORS_VT1211 |
473 | tristate "VIA VT1211" | 499 | tristate "VIA VT1211" |
474 | depends on HWMON && EXPERIMENTAL | 500 | depends on EXPERIMENTAL |
475 | select HWMON_VID | 501 | select HWMON_VID |
476 | help | 502 | help |
477 | If you say yes here then you get support for hardware monitoring | 503 | If you say yes here then you get support for hardware monitoring |
@@ -482,7 +508,7 @@ config SENSORS_VT1211 | |||
482 | 508 | ||
483 | config SENSORS_VT8231 | 509 | config SENSORS_VT8231 |
484 | tristate "VIA VT8231" | 510 | tristate "VIA VT8231" |
485 | depends on HWMON && I2C && PCI && EXPERIMENTAL | 511 | depends on I2C && PCI && EXPERIMENTAL |
486 | select HWMON_VID | 512 | select HWMON_VID |
487 | select I2C_ISA | 513 | select I2C_ISA |
488 | help | 514 | help |
@@ -494,8 +520,7 @@ config SENSORS_VT8231 | |||
494 | 520 | ||
495 | config SENSORS_W83781D | 521 | config SENSORS_W83781D |
496 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" | 522 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" |
497 | depends on HWMON && I2C | 523 | depends on I2C |
498 | select I2C_ISA | ||
499 | select HWMON_VID | 524 | select HWMON_VID |
500 | help | 525 | help |
501 | If you say yes here you get support for the Winbond W8378x series | 526 | If you say yes here you get support for the Winbond W8378x series |
@@ -507,7 +532,7 @@ config SENSORS_W83781D | |||
507 | 532 | ||
508 | config SENSORS_W83791D | 533 | config SENSORS_W83791D |
509 | tristate "Winbond W83791D" | 534 | tristate "Winbond W83791D" |
510 | depends on HWMON && I2C && EXPERIMENTAL | 535 | depends on I2C && EXPERIMENTAL |
511 | select HWMON_VID | 536 | select HWMON_VID |
512 | help | 537 | help |
513 | If you say yes here you get support for the Winbond W83791D chip. | 538 | If you say yes here you get support for the Winbond W83791D chip. |
@@ -517,7 +542,7 @@ config SENSORS_W83791D | |||
517 | 542 | ||
518 | config SENSORS_W83792D | 543 | config SENSORS_W83792D |
519 | tristate "Winbond W83792D" | 544 | tristate "Winbond W83792D" |
520 | depends on HWMON && I2C && EXPERIMENTAL | 545 | depends on I2C && EXPERIMENTAL |
521 | help | 546 | help |
522 | If you say yes here you get support for the Winbond W83792D chip. | 547 | If you say yes here you get support for the Winbond W83792D chip. |
523 | 548 | ||
@@ -526,7 +551,7 @@ config SENSORS_W83792D | |||
526 | 551 | ||
527 | config SENSORS_W83793 | 552 | config SENSORS_W83793 |
528 | tristate "Winbond W83793" | 553 | tristate "Winbond W83793" |
529 | depends on HWMON && I2C && EXPERIMENTAL | 554 | depends on I2C && EXPERIMENTAL |
530 | select HWMON_VID | 555 | select HWMON_VID |
531 | help | 556 | help |
532 | If you say yes here you get support for the Winbond W83793 | 557 | If you say yes here you get support for the Winbond W83793 |
@@ -537,7 +562,7 @@ config SENSORS_W83793 | |||
537 | 562 | ||
538 | config SENSORS_W83L785TS | 563 | config SENSORS_W83L785TS |
539 | tristate "Winbond W83L785TS-S" | 564 | tristate "Winbond W83L785TS-S" |
540 | depends on HWMON && I2C && EXPERIMENTAL | 565 | depends on I2C && EXPERIMENTAL |
541 | help | 566 | help |
542 | If you say yes here you get support for the Winbond W83L785TS-S | 567 | If you say yes here you get support for the Winbond W83L785TS-S |
543 | sensor chip, which is used on the Asus A7N8X, among other | 568 | sensor chip, which is used on the Asus A7N8X, among other |
@@ -548,8 +573,6 @@ config SENSORS_W83L785TS | |||
548 | 573 | ||
549 | config SENSORS_W83627HF | 574 | config SENSORS_W83627HF |
550 | tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" | 575 | tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" |
551 | depends on HWMON && I2C | ||
552 | select I2C_ISA | ||
553 | select HWMON_VID | 576 | select HWMON_VID |
554 | help | 577 | help |
555 | If you say yes here you get support for the Winbond W836X7 series | 578 | If you say yes here you get support for the Winbond W836X7 series |
@@ -561,7 +584,7 @@ config SENSORS_W83627HF | |||
561 | 584 | ||
562 | config SENSORS_W83627EHF | 585 | config SENSORS_W83627EHF |
563 | tristate "Winbond W83627EHF" | 586 | tristate "Winbond W83627EHF" |
564 | depends on HWMON && I2C && EXPERIMENTAL | 587 | depends on I2C && EXPERIMENTAL |
565 | select I2C_ISA | 588 | select I2C_ISA |
566 | help | 589 | help |
567 | If you say yes here you get preliminary support for the hardware | 590 | If you say yes here you get preliminary support for the hardware |
@@ -577,7 +600,7 @@ config SENSORS_W83627EHF | |||
577 | 600 | ||
578 | config SENSORS_HDAPS | 601 | config SENSORS_HDAPS |
579 | tristate "IBM Hard Drive Active Protection System (hdaps)" | 602 | tristate "IBM Hard Drive Active Protection System (hdaps)" |
580 | depends on HWMON && INPUT && X86 | 603 | depends on INPUT && X86 |
581 | default n | 604 | default n |
582 | help | 605 | help |
583 | This driver provides support for the IBM Hard Drive Active Protection | 606 | This driver provides support for the IBM Hard Drive Active Protection |
@@ -620,7 +643,6 @@ config SENSORS_APPLESMC | |||
620 | 643 | ||
621 | config HWMON_DEBUG_CHIP | 644 | config HWMON_DEBUG_CHIP |
622 | bool "Hardware Monitoring Chip debugging messages" | 645 | bool "Hardware Monitoring Chip debugging messages" |
623 | depends on HWMON | ||
624 | default n | 646 | default n |
625 | help | 647 | help |
626 | Say Y here if you want the I2C chip drivers to produce a bunch of | 648 | Say Y here if you want the I2C chip drivers to produce a bunch of |
@@ -628,4 +650,4 @@ config HWMON_DEBUG_CHIP | |||
628 | a problem with I2C support and want to see more of what is going | 650 | a problem with I2C support and want to see more of what is going |
629 | on. | 651 | on. |
630 | 652 | ||
631 | endmenu | 653 | endif # HWMON |