Skip to content

Commit

Permalink
hwmon/w83627hf: Convert to a platform driver
Browse files Browse the repository at this point in the history
Convert the w83627hf driver from the nonsensical i2c-isa hack to a
regular platform driver.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Jean Delvare authored and Jean Delvare committed May 8, 2007
1 parent d27c37c commit 787c72b
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 283 deletions.
3 changes: 1 addition & 2 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,7 @@ config SENSORS_W83L785TS

config SENSORS_W83627HF
tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
depends on HWMON && I2C
select I2C_ISA
depends on HWMON
select HWMON_VID
help
If you say yes here you get support for the Winbond W836X7 series
Expand Down
Loading

0 comments on commit 787c72b

Please sign in to comment.