From: Marc Hulsman Subject: hwmon: (w83791d) Remove experimental dependency The w83791d driver has been in the kernel for a while now, time to remove the EXPERIMENTAL dependency. Signed-off-by: Marc Hulsman Signed-off-by: Jean Delvare --- drivers/hwmon/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.32-rc3.orig/drivers/hwmon/Kconfig 2009-10-09 10:19:32.000000000 +0200 +++ linux-2.6.32-rc3/drivers/hwmon/Kconfig 2009-10-09 10:43:37.000000000 +0200 @@ -850,7 +850,7 @@ config SENSORS_W83781D config SENSORS_W83791D tristate "Winbond W83791D" - depends on I2C && EXPERIMENTAL + depends on I2C select HWMON_VID help If you say yes here you get support for the Winbond W83791D chip.