Browse Source

[PATCH] hwmon: Build fix for SENSORS_W83793

We need vid_which_vrm and vid_from_reg in the w83793 module.

Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Stefano Brivio 18 years ago
parent
commit
7a5e6bc29a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/hwmon/Kconfig

+ 1 - 0
drivers/hwmon/Kconfig

@@ -527,6 +527,7 @@ config SENSORS_W83792D
 config SENSORS_W83793
 config SENSORS_W83793
 	tristate "Winbond W83793"
 	tristate "Winbond W83793"
 	depends on HWMON && I2C && EXPERIMENTAL
 	depends on HWMON && I2C && EXPERIMENTAL
+	select HWMON_VID
 	help
 	help
 	  If you say yes here you get support for the Winbond W83793
 	  If you say yes here you get support for the Winbond W83793
 	  hardware monitoring chip.
 	  hardware monitoring chip.