diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index b4eea0292c1a..51ff9b3d7ea2 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -343,12 +343,13 @@ config SENSORS_FSCPOS | |||
343 | will be called fscpos. | 343 | will be called fscpos. |
344 | 344 | ||
345 | config SENSORS_FSCHMD | 345 | config SENSORS_FSCHMD |
346 | tristate "FSC Poseidon, Scylla, Hermes, Heimdall and Heracles" | 346 | tristate "Fujitsu Siemens Computers sensor chips" |
347 | depends on X86 && I2C | 347 | depends on X86 && I2C |
348 | help | 348 | help |
349 | If you say yes here you get support for various Fujitsu Siemens | 349 | If you say yes here you get support for the following Fujitsu |
350 | Computers sensor chips, including support for the integrated | 350 | Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes, |
351 | watchdog. | 351 | Heimdall, Heracles, Hades and Syleus including support for the |
352 | integrated watchdog. | ||
352 | 353 | ||
353 | This is a merged driver for FSC sensor chips replacing the fscpos, | 354 | This is a merged driver for FSC sensor chips replacing the fscpos, |
354 | fscscy and fscher drivers and adding support for several other FSC | 355 | fscscy and fscher drivers and adding support for several other FSC |
@@ -635,6 +636,20 @@ config SENSORS_PC87427 | |||
635 | This driver can also be built as a module. If so, the module | 636 | This driver can also be built as a module. If so, the module |
636 | will be called pc87427. | 637 | will be called pc87427. |
637 | 638 | ||
639 | config SENSORS_PCF8591 | ||
640 | tristate "Philips PCF8591 ADC/DAC" | ||
641 | depends on I2C | ||
642 | default n | ||
643 | help | ||
644 | If you say yes here you get support for Philips PCF8591 4-channel | ||
645 | ADC, 1-channel DAC chips. | ||
646 | |||
647 | This driver can also be built as a module. If so, the module | ||
648 | will be called pcf8591. | ||
649 | |||
650 | These devices are hard to detect and rarely found on mainstream | ||
651 | hardware. If unsure, say N. | ||
652 | |||
638 | config SENSORS_SIS5595 | 653 | config SENSORS_SIS5595 |
639 | tristate "Silicon Integrated Systems Corp. SiS5595" | 654 | tristate "Silicon Integrated Systems Corp. SiS5595" |
640 | depends on PCI | 655 | depends on PCI |
@@ -827,7 +842,7 @@ config SENSORS_W83627HF | |||
827 | will be called w83627hf. | 842 | will be called w83627hf. |
828 | 843 | ||
829 | config SENSORS_W83627EHF | 844 | config SENSORS_W83627EHF |
830 | tristate "Winbond W83627EHF/DHG" | 845 | tristate "Winbond W83627EHF/EHG/DHG, W83667HG" |
831 | select HWMON_VID | 846 | select HWMON_VID |
832 | help | 847 | help |
833 | If you say yes here you get support for the hardware | 848 | If you say yes here you get support for the hardware |
@@ -838,6 +853,8 @@ config SENSORS_W83627EHF | |||
838 | chip suited for specific Intel processors that use PECI such as | 853 | chip suited for specific Intel processors that use PECI such as |
839 | the Core 2 Duo. | 854 | the Core 2 Duo. |
840 | 855 | ||
856 | This driver also supports the W83667HG chip. | ||
857 | |||
841 | This driver can also be built as a module. If so, the module | 858 | This driver can also be built as a module. If so, the module |
842 | will be called w83627ehf. | 859 | will be called w83627ehf. |
843 | 860 | ||