hwmon: (nct6775) Update module description and Kconfig for NCT6106D and NCT6791D
authorAxel Lin <axel.lin@ingics.com>
Thu, 24 Jul 2014 00:58:24 +0000 (08:58 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 4 Aug 2014 14:01:40 +0000 (07:01 -0700)
This driver also supports NCT6106D and NCT6791D, thus update module description
and Kconfig accordingly.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Kconfig
drivers/hwmon/nct6775.c

index b93ab97..6b904fb 100644 (file)
@@ -1105,8 +1105,8 @@ config SENSORS_NCT6775
        select HWMON_VID
        help
          If you say yes here you get support for the hardware monitoring
-         functionality of the Nuvoton NCT6775F, NCT6776F, NCT6779D
-         and compatible Super-I/O chips. This driver replaces the
+         functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D,
+         NCT6791D and compatible Super-I/O chips. This driver replaces the
          w83627ehf driver for NCT6775F and NCT6776F.
 
          This driver can also be built as a module.  If so, the module
index 59d9a3f..1c98655 100644 (file)
@@ -4221,7 +4221,7 @@ static void __exit sensors_nct6775_exit(void)
 }
 
 MODULE_AUTHOR("Guenter Roeck <linux@roeck-us.net>");
-MODULE_DESCRIPTION("NCT6775F/NCT6776F/NCT6779D driver");
+MODULE_DESCRIPTION("NCT6106D/NCT6775F/NCT6776F/NCT6779D/NCT6791D driver");
 MODULE_LICENSE("GPL");
 
 module_init(sensors_nct6775_init);