diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-07-24 08:58:24 +0800 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-08-04 07:01:40 -0700 |
commit | 78313b9542b28474bd2a8e059c4fb6b690df8db2 (patch) | |
tree | 21f92cbda7f3e91be59bf78c231c1b2f2311bd1f /drivers/hwmon/nct6775.c | |
parent | eac83cd9dca6ba2e5a8ba8b823daf8fdbbeae109 (diff) | |
download | op-kernel-dev-78313b9542b28474bd2a8e059c4fb6b690df8db2.zip op-kernel-dev-78313b9542b28474bd2a8e059c4fb6b690df8db2.tar.gz |
hwmon: (nct6775) Update module description and Kconfig for NCT6106D and NCT6791D
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>
Diffstat (limited to 'drivers/hwmon/nct6775.c')
-rw-r--r-- | drivers/hwmon/nct6775.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/nct6775.c b/drivers/hwmon/nct6775.c index 59d9a3f..1c98655 100644 --- a/drivers/hwmon/nct6775.c +++ b/drivers/hwmon/nct6775.c @@ -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); |