diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-11-16 12:50:04 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-11-30 23:13:13 -0500 |
commit | 8aefb93f09bf4464f6da8ee071edcede9517d4bf (patch) | |
tree | 6156386531f2b72078efd0afdaac91f323ecb9b6 /drivers/hwmon/Kconfig | |
parent | b6e6dd8e9f6adf9765db2bb93e6a11f92811369a (diff) |
hwmon: (nct6775) Add support for NCT6792D
NCT6792D is similar to NCT6791D. Only beep control and temperature
monitoring registers are different.
Reviewed-by: Jean Delvare <jdelvare@suse.de>
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 f893e0ff0081..fcca19b53bd2 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1117,8 +1117,8 @@ config SENSORS_NCT6775 | |||
1117 | help | 1117 | help |
1118 | If you say yes here you get support for the hardware monitoring | 1118 | If you say yes here you get support for the hardware monitoring |
1119 | functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D, | 1119 | functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D, |
1120 | NCT6791D and compatible Super-I/O chips. This driver replaces the | 1120 | NCT6791D, NCT6792D and compatible Super-I/O chips. This driver |
1121 | w83627ehf driver for NCT6775F and NCT6776F. | 1121 | replaces the w83627ehf driver for NCT6775F and NCT6776F. |
1122 | 1122 | ||
1123 | This driver can also be built as a module. If so, the module | 1123 | This driver can also be built as a module. If so, the module |
1124 | will be called nct6775. | 1124 | will be called nct6775. |