Skip to content

Commit

Permalink
hwmon: (w83627ehf) remove nct6775 and nct6776 support
Browse files Browse the repository at this point in the history
The nct6775 and nct6776 are supported by the separate nct6775.c driver,
so remove the code from the w83627ehf driver.

Suggested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20191225023225.2785-2-linux@treblig.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
  • Loading branch information
Dr. David Alan Gilbert authored and Guenter Roeck committed Jan 23, 2020
1 parent 1a1ea12 commit 3207408
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 441 deletions.
5 changes: 2 additions & 3 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ config SENSORS_W83627HF
will be called w83627hf.

config SENSORS_W83627EHF
tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG, NCT6775F, NCT6776F"
tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG"
depends on !PPC
select HWMON_VID
help
Expand All @@ -1928,8 +1928,7 @@ config SENSORS_W83627EHF
the Core 2 Duo. And also the W83627UHG, which is a stripped down
version of the W83627DHG (as far as hardware monitoring goes.)

This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F
(also known as W83667HG-I), and NCT6776F.
This driver also supports Nuvoton W83667HG and W83667HG-B.

This driver can also be built as a module. If so, the module
will be called w83627ehf.
Expand Down
Loading

0 comments on commit 3207408

Please sign in to comment.