From: Marc Hulsman Date: Wed, 9 Dec 2009 19:35:58 +0000 (+0100) Subject: hwmon: (w83791d) Remove experimental dependency X-Git-Tag: v2.6.33-rc1~335^2~20 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d1ebd59a74d764ab74cda8d09589b7ab5f5529fd;p=karo-tx-linux.git 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 --- diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 87184b5f401d..6e7c30b8caab 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -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.