diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-08-31 05:45:19 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-09-13 05:43:02 +0300 |
commit | cd1faefa66425c3fa338777773c5c017edea3439 (patch) | |
tree | 5b756c8f57e20dbd91b09882c060045735f62018 /drivers/hwmon/Kconfig | |
parent | 728d29400488d54974d3317fe8a232b45fdb42ee (diff) | |
download | linux-cd1faefa66425c3fa338777773c5c017edea3439.tar.xz |
hwmon: (nct6775) Add support for NCT6793D
NCT6793D is register compatible with NCT6792D.
Also move nct6775_sio_names[] closer to enum kinds to simplify
adding new chips.
Tested-by: Grazvydas Ignotas <notasas@gmail.com>
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 500b262b89bb..e13c902e8966 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1140,8 +1140,8 @@ config SENSORS_NCT6775 help If you say yes here you get support for the hardware monitoring functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D, - NCT6791D, NCT6792D and compatible Super-I/O chips. This driver - replaces the w83627ehf driver for NCT6775F and NCT6776F. + NCT6791D, NCT6792D, NCT6793D, 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 will be called nct6775. |