it87: Add support for the IT8718F
[deliverable/linux.git] / drivers / hwmon / Kconfig
index 9384b85b893bb6b20b5ef2b35e8576d750006592..78c237f8fa0a28ee136919978f27b7fbe033fca0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# I2C Sensor chip drivers configuration
+# Hardware monitoring chip drivers configuration
 #
 
 menu "Hardware Monitoring support"
@@ -16,6 +16,10 @@ config HWMON
          should say Y here and also to the specific driver(s) for your
          sensors chip(s) below.
 
+         To find out which specific driver(s) you need, use the
+         sensors-detect script from the lm_sensors package.  Read
+         <file:Documentation/hwmon/userspace-tools> for details.
+
          This support can also be built as a module.  If so, the module
          will be called hwmon.
 
@@ -23,6 +27,18 @@ config HWMON_VID
        tristate
        default n
 
+config SENSORS_ABITUGURU
+       tristate "Abit uGuru"
+       depends on HWMON && EXPERIMENTAL
+       help
+         If you say yes here you get support for the Abit uGuru chips
+         sensor part. The voltage and frequency control parts of the Abit
+         uGuru are not supported. The Abit uGuru chip can be found on Abit
+         uGuru featuring motherboards (most modern Abit motherboards).
+
+         This driver can also be built as a module.  If so, the module
+         will be called abituguru.
+
 config SENSORS_ADM1021
        tristate "Analog Devices ADM1021 and compatibles"
        depends on HWMON && I2C
@@ -170,8 +186,8 @@ config SENSORS_IT87
        select I2C_ISA
        select HWMON_VID
        help
-         If you say yes here you get support for ITE IT87xx sensor chips
-         and clones: SiS960.
+         If you say yes here you get support for ITE IT8705F, IT8712F,
+         IT8716F and IT8718F sensor chips, and the SiS960 clone.
 
          This driver can also be built as a module.  If so, the module
          will be called it87.
@@ -188,6 +204,16 @@ config SENSORS_LM63
          This driver can also be built as a module.  If so, the module
          will be called lm63.
 
+config SENSORS_LM70
+       tristate "National Semiconductor LM70"
+       depends on HWMON && SPI_MASTER && EXPERIMENTAL
+       help
+         If you say yes here you get support for the National Semiconductor
+         LM70 digital temperature sensor chip.
+
+         This driver can also be built as a module.  If so, the module
+         will be called lm70.
+
 config SENSORS_LM75
        tristate "National Semiconductor LM75 and compatibles"
        depends on HWMON && I2C
This page took 0.035439 seconds and 5 git commands to generate.