diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 92 |
1 files changed, 67 insertions, 25 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 99c82b1af8c9..e8f44b580f0a 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -29,17 +29,34 @@ config HWMON_VID | |||
29 | default n | 29 | default n |
30 | 30 | ||
31 | config SENSORS_ABITUGURU | 31 | config SENSORS_ABITUGURU |
32 | tristate "Abit uGuru" | 32 | tristate "Abit uGuru (rev 1 & 2)" |
33 | depends on EXPERIMENTAL | 33 | depends on EXPERIMENTAL |
34 | help | 34 | help |
35 | If you say yes here you get support for the Abit uGuru chips | 35 | If you say yes here you get support for the sensor part of the first |
36 | sensor part. The voltage and frequency control parts of the Abit | 36 | and second revision of the Abit uGuru chip. The voltage and frequency |
37 | uGuru are not supported. The Abit uGuru chip can be found on Abit | 37 | control parts of the Abit uGuru are not supported. The Abit uGuru |
38 | uGuru featuring motherboards (most modern Abit motherboards). | 38 | chip can be found on Abit uGuru featuring motherboards (most modern |
39 | Abit motherboards from before end 2005). For more info and a list | ||
40 | of which motherboards have which revision see | ||
41 | Documentation/hwmon/abituguru | ||
39 | 42 | ||
40 | This driver can also be built as a module. If so, the module | 43 | This driver can also be built as a module. If so, the module |
41 | will be called abituguru. | 44 | will be called abituguru. |
42 | 45 | ||
46 | config SENSORS_ABITUGURU3 | ||
47 | tristate "Abit uGuru (rev 3)" | ||
48 | depends on HWMON && EXPERIMENTAL | ||
49 | help | ||
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 | ||
52 | and their settings is supported. The third revision of the Abit | ||
53 | uGuru chip can be found on recent Abit motherboards (since end | ||
54 | 2005). For more info and a list of which motherboards have which | ||
55 | revision see Documentation/hwmon/abituguru3 | ||
56 | |||
57 | This driver can also be built as a module. If so, the module | ||
58 | will be called abituguru3. | ||
59 | |||
43 | config SENSORS_AD7418 | 60 | config SENSORS_AD7418 |
44 | tristate "Analog Devices AD7416, AD7417 and AD7418" | 61 | tristate "Analog Devices AD7416, AD7417 and AD7418" |
45 | depends on I2C && EXPERIMENTAL | 62 | depends on I2C && EXPERIMENTAL |
@@ -251,12 +268,10 @@ config SENSORS_CORETEMP | |||
251 | 268 | ||
252 | config SENSORS_IT87 | 269 | config SENSORS_IT87 |
253 | tristate "ITE IT87xx and compatibles" | 270 | tristate "ITE IT87xx and compatibles" |
254 | depends on I2C | ||
255 | select I2C_ISA | ||
256 | select HWMON_VID | 271 | select HWMON_VID |
257 | help | 272 | help |
258 | If you say yes here you get support for ITE IT8705F, IT8712F, | 273 | If you say yes here you get support for ITE IT8705F, IT8712F, |
259 | IT8716F and IT8718F sensor chips, and the SiS960 clone. | 274 | IT8716F, IT8718F and IT8726F sensor chips, and the SiS960 clone. |
260 | 275 | ||
261 | This driver can also be built as a module. If so, the module | 276 | This driver can also be built as a module. If so, the module |
262 | will be called it87. | 277 | will be called it87. |
@@ -366,8 +381,8 @@ config SENSORS_LM90 | |||
366 | depends on I2C | 381 | depends on I2C |
367 | help | 382 | help |
368 | If you say yes here you get support for National Semiconductor LM90, | 383 | If you say yes here you get support for National Semiconductor LM90, |
369 | LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and | 384 | LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657, |
370 | MAX6658 sensor chips. | 385 | MAX6658, MAX6659, MAX6680 and MAX6681 sensor chips. |
371 | 386 | ||
372 | The Analog Devices ADT7461 sensor chip is also supported, but only | 387 | The Analog Devices ADT7461 sensor chip is also supported, but only |
373 | if found in ADM1032 compatibility mode. | 388 | if found in ADM1032 compatibility mode. |
@@ -385,6 +400,17 @@ config SENSORS_LM92 | |||
385 | This driver can also be built as a module. If so, the module | 400 | This driver can also be built as a module. If so, the module |
386 | will be called lm92. | 401 | will be called lm92. |
387 | 402 | ||
403 | config SENSORS_LM93 | ||
404 | tristate "National Semiconductor LM93 and compatibles" | ||
405 | depends on HWMON && I2C | ||
406 | select HWMON_VID | ||
407 | help | ||
408 | If you say yes here you get support for National Semiconductor LM93 | ||
409 | sensor chips. | ||
410 | |||
411 | This driver can also be built as a module. If so, the module | ||
412 | will be called lm93. | ||
413 | |||
388 | config SENSORS_MAX1619 | 414 | config SENSORS_MAX1619 |
389 | tristate "Maxim MAX1619 sensor chip" | 415 | tristate "Maxim MAX1619 sensor chip" |
390 | depends on I2C | 416 | depends on I2C |
@@ -406,8 +432,6 @@ config SENSORS_MAX6650 | |||
406 | 432 | ||
407 | config SENSORS_PC87360 | 433 | config SENSORS_PC87360 |
408 | tristate "National Semiconductor PC87360 family" | 434 | tristate "National Semiconductor PC87360 family" |
409 | depends on I2C && EXPERIMENTAL | ||
410 | select I2C_ISA | ||
411 | select HWMON_VID | 435 | select HWMON_VID |
412 | help | 436 | help |
413 | If you say yes here you get access to the hardware monitoring | 437 | If you say yes here you get access to the hardware monitoring |
@@ -434,8 +458,7 @@ config SENSORS_PC87427 | |||
434 | 458 | ||
435 | config SENSORS_SIS5595 | 459 | config SENSORS_SIS5595 |
436 | tristate "Silicon Integrated Systems Corp. SiS5595" | 460 | tristate "Silicon Integrated Systems Corp. SiS5595" |
437 | depends on I2C && PCI && EXPERIMENTAL | 461 | depends on PCI |
438 | select I2C_ISA | ||
439 | help | 462 | help |
440 | If you say yes here you get support for the integrated sensors in | 463 | If you say yes here you get support for the integrated sensors in |
441 | SiS5595 South Bridges. | 464 | SiS5595 South Bridges. |
@@ -443,6 +466,18 @@ config SENSORS_SIS5595 | |||
443 | This driver can also be built as a module. If so, the module | 466 | This driver can also be built as a module. If so, the module |
444 | will be called sis5595. | 467 | will be called sis5595. |
445 | 468 | ||
469 | config SENSORS_DME1737 | ||
470 | tristate "SMSC DME1737 and compatibles" | ||
471 | depends on I2C && EXPERIMENTAL | ||
472 | select HWMON_VID | ||
473 | help | ||
474 | If you say yes here you get support for the hardware monitoring | ||
475 | and fan control features of the SMSC DME1737 (and compatibles | ||
476 | like the Asus A8000) Super-I/O chip. | ||
477 | |||
478 | This driver can also be built as a module. If so, the module | ||
479 | will be called dme1737. | ||
480 | |||
446 | config SENSORS_SMSC47M1 | 481 | config SENSORS_SMSC47M1 |
447 | tristate "SMSC LPC47M10x and compatibles" | 482 | tristate "SMSC LPC47M10x and compatibles" |
448 | help | 483 | help |
@@ -486,10 +521,19 @@ config SENSORS_SMSC47B397 | |||
486 | This driver can also be built as a module. If so, the module | 521 | This driver can also be built as a module. If so, the module |
487 | will be called smsc47b397. | 522 | will be called smsc47b397. |
488 | 523 | ||
524 | config SENSORS_THMC50 | ||
525 | tristate "Texas Instruments THMC50 / Analog Devices ADM1022" | ||
526 | depends on I2C && EXPERIMENTAL | ||
527 | help | ||
528 | If you say yes here you get support for Texas Instruments THMC50 | ||
529 | sensor chips and clones: the Analog Devices ADM1022. | ||
530 | |||
531 | This driver can also be built as a module. If so, the module | ||
532 | will be called thmc50. | ||
533 | |||
489 | config SENSORS_VIA686A | 534 | config SENSORS_VIA686A |
490 | tristate "VIA686A" | 535 | tristate "VIA686A" |
491 | depends on I2C && PCI | 536 | depends on PCI |
492 | select I2C_ISA | ||
493 | help | 537 | help |
494 | If you say yes here you get support for the integrated sensors in | 538 | If you say yes here you get support for the integrated sensors in |
495 | Via 686A/B South Bridges. | 539 | Via 686A/B South Bridges. |
@@ -510,9 +554,8 @@ config SENSORS_VT1211 | |||
510 | 554 | ||
511 | config SENSORS_VT8231 | 555 | config SENSORS_VT8231 |
512 | tristate "VIA VT8231" | 556 | tristate "VIA VT8231" |
513 | depends on I2C && PCI && EXPERIMENTAL | 557 | depends on PCI |
514 | select HWMON_VID | 558 | select HWMON_VID |
515 | select I2C_ISA | ||
516 | help | 559 | help |
517 | If you say yes here then you get support for the integrated sensors | 560 | If you say yes here then you get support for the integrated sensors |
518 | in the VIA VT8231 device. | 561 | in the VIA VT8231 device. |
@@ -585,17 +628,16 @@ config SENSORS_W83627HF | |||
585 | will be called w83627hf. | 628 | will be called w83627hf. |
586 | 629 | ||
587 | config SENSORS_W83627EHF | 630 | config SENSORS_W83627EHF |
588 | tristate "Winbond W83627EHF" | 631 | tristate "Winbond W83627EHF/DHG" |
589 | depends on I2C && EXPERIMENTAL | 632 | select HWMON_VID |
590 | select I2C_ISA | ||
591 | help | 633 | help |
592 | If you say yes here you get preliminary support for the hardware | 634 | If you say yes here you get support for the hardware |
593 | monitoring functionality of the Winbond W83627EHF Super-I/O chip. | 635 | monitoring functionality of the Winbond W83627EHF Super-I/O chip. |
594 | Only fan and temperature inputs are supported at the moment, while | ||
595 | the chip does much more than that. | ||
596 | 636 | ||
597 | This driver also supports the W83627EHG, which is the lead-free | 637 | This driver also supports the W83627EHG, which is the lead-free |
598 | version of the W83627EHF. | 638 | version of the W83627EHF, and the W83627DHG, which is a similar |
639 | chip suited for specific Intel processors that use PECI such as | ||
640 | the Core 2 Duo. | ||
599 | 641 | ||
600 | This driver can also be built as a module. If so, the module | 642 | This driver can also be built as a module. If so, the module |
601 | will be called w83627ehf. | 643 | will be called w83627ehf. |