diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-07-24 04:58:24 +0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-08-04 18:01:40 +0400 |
commit | 78313b9542b28474bd2a8e059c4fb6b690df8db2 (patch) | |
tree | 21f92cbda7f3e91be59bf78c231c1b2f2311bd1f /drivers/hwmon/Kconfig | |
parent | eac83cd9dca6ba2e5a8ba8b823daf8fdbbeae109 (diff) | |
download | linux-78313b9542b28474bd2a8e059c4fb6b690df8db2.tar.xz |
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/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index b93ab97732c0..6b904fbbf488 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -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 |