diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 65 |
1 files changed, 61 insertions, 4 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 99cdc612d2c6..0e31a0c496e8 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | # | 1 | # |
2 | # I2C Sensor chip drivers configuration | 2 | # Hardware monitoring chip drivers configuration |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Hardware Monitoring support" | 5 | menu "Hardware Monitoring support" |
@@ -16,6 +16,10 @@ config HWMON | |||
16 | should say Y here and also to the specific driver(s) for your | 16 | should say Y here and also to the specific driver(s) for your |
17 | sensors chip(s) below. | 17 | sensors chip(s) below. |
18 | 18 | ||
19 | To find out which specific driver(s) you need, use the | ||
20 | sensors-detect script from the lm_sensors package. Read | ||
21 | <file:Documentation/hwmon/userspace-tools> for details. | ||
22 | |||
19 | This support can also be built as a module. If so, the module | 23 | This support can also be built as a module. If so, the module |
20 | will be called hwmon. | 24 | will be called hwmon. |
21 | 25 | ||
@@ -23,6 +27,18 @@ config HWMON_VID | |||
23 | tristate | 27 | tristate |
24 | default n | 28 | default n |
25 | 29 | ||
30 | config SENSORS_ABITUGURU | ||
31 | tristate "Abit uGuru" | ||
32 | depends on HWMON && EXPERIMENTAL | ||
33 | help | ||
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 | ||
36 | uGuru are not supported. The Abit uGuru chip can be found on Abit | ||
37 | uGuru featuring motherboards (most modern Abit motherboards). | ||
38 | |||
39 | This driver can also be built as a module. If so, the module | ||
40 | will be called abituguru. | ||
41 | |||
26 | config SENSORS_ADM1021 | 42 | config SENSORS_ADM1021 |
27 | tristate "Analog Devices ADM1021 and compatibles" | 43 | tristate "Analog Devices ADM1021 and compatibles" |
28 | depends on HWMON && I2C | 44 | depends on HWMON && I2C |
@@ -188,6 +204,16 @@ config SENSORS_LM63 | |||
188 | This driver can also be built as a module. If so, the module | 204 | This driver can also be built as a module. If so, the module |
189 | will be called lm63. | 205 | will be called lm63. |
190 | 206 | ||
207 | config SENSORS_LM70 | ||
208 | tristate "National Semiconductor LM70" | ||
209 | depends on HWMON && SPI_MASTER && EXPERIMENTAL | ||
210 | help | ||
211 | If you say yes here you get support for the National Semiconductor | ||
212 | LM70 digital temperature sensor chip. | ||
213 | |||
214 | This driver can also be built as a module. If so, the module | ||
215 | will be called lm70. | ||
216 | |||
191 | config SENSORS_LM75 | 217 | config SENSORS_LM75 |
192 | tristate "National Semiconductor LM75 and compatibles" | 218 | tristate "National Semiconductor LM75 and compatibles" |
193 | depends on HWMON && I2C | 219 | depends on HWMON && I2C |
@@ -236,11 +262,11 @@ config SENSORS_LM80 | |||
236 | will be called lm80. | 262 | will be called lm80. |
237 | 263 | ||
238 | config SENSORS_LM83 | 264 | config SENSORS_LM83 |
239 | tristate "National Semiconductor LM83" | 265 | tristate "National Semiconductor LM83 and compatibles" |
240 | depends on HWMON && I2C | 266 | depends on HWMON && I2C |
241 | help | 267 | help |
242 | If you say yes here you get support for National Semiconductor | 268 | If you say yes here you get support for National Semiconductor |
243 | LM83 sensor chips. | 269 | LM82 and LM83 sensor chips. |
244 | 270 | ||
245 | This driver can also be built as a module. If so, the module | 271 | This driver can also be built as a module. If so, the module |
246 | will be called lm83. | 272 | will be called lm83. |
@@ -333,11 +359,32 @@ config SENSORS_SMSC47M1 | |||
333 | help | 359 | help |
334 | If you say yes here you get support for the integrated fan | 360 | If you say yes here you get support for the integrated fan |
335 | monitoring and control capabilities of the SMSC LPC47B27x, | 361 | monitoring and control capabilities of the SMSC LPC47B27x, |
336 | LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x and LPC47M192 chips. | 362 | LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x, LPC47M192 and |
363 | LPC47M997 chips. | ||
364 | |||
365 | The temperature and voltage sensor features of the LPC47M192 | ||
366 | and LPC47M997 are supported by another driver, select also | ||
367 | "SMSC LPC47M192 and compatibles" below for those. | ||
337 | 368 | ||
338 | This driver can also be built as a module. If so, the module | 369 | This driver can also be built as a module. If so, the module |
339 | will be called smsc47m1. | 370 | will be called smsc47m1. |
340 | 371 | ||
372 | config SENSORS_SMSC47M192 | ||
373 | tristate "SMSC LPC47M192 and compatibles" | ||
374 | depends on HWMON && I2C && EXPERIMENTAL | ||
375 | select HWMON_VID | ||
376 | help | ||
377 | If you say yes here you get support for the temperature and | ||
378 | voltage sensors of the SMSC LPC47M192 and LPC47M997 chips. | ||
379 | |||
380 | The fan monitoring and control capabilities of these chips | ||
381 | are supported by another driver, select | ||
382 | "SMSC LPC47M10x and compatibles" above. You need both drivers | ||
383 | if you want fan control and voltage/temperature sensor support. | ||
384 | |||
385 | This driver can also be built as a module. If so, the module | ||
386 | will be called smsc47m192. | ||
387 | |||
341 | config SENSORS_SMSC47B397 | 388 | config SENSORS_SMSC47B397 |
342 | tristate "SMSC LPC47B397-NC" | 389 | tristate "SMSC LPC47B397-NC" |
343 | depends on HWMON && I2C && EXPERIMENTAL | 390 | depends on HWMON && I2C && EXPERIMENTAL |
@@ -385,6 +432,16 @@ config SENSORS_W83781D | |||
385 | This driver can also be built as a module. If so, the module | 432 | This driver can also be built as a module. If so, the module |
386 | will be called w83781d. | 433 | will be called w83781d. |
387 | 434 | ||
435 | config SENSORS_W83791D | ||
436 | tristate "Winbond W83791D" | ||
437 | depends on HWMON && I2C && EXPERIMENTAL | ||
438 | select HWMON_VID | ||
439 | help | ||
440 | If you say yes here you get support for the Winbond W83791D chip. | ||
441 | |||
442 | This driver can also be built as a module. If so, the module | ||
443 | will be called w83791d. | ||
444 | |||
388 | config SENSORS_W83792D | 445 | config SENSORS_W83792D |
389 | tristate "Winbond W83792D" | 446 | tristate "Winbond W83792D" |
390 | depends on HWMON && I2C && EXPERIMENTAL | 447 | depends on HWMON && I2C && EXPERIMENTAL |