diff options
author | Marc Hulsman <m.hulsman@tudelft.nl> | 2009-12-09 20:35:58 +0100 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-12-09 20:35:58 +0100 |
commit | d1ebd59a74d764ab74cda8d09589b7ab5f5529fd (patch) | |
tree | 1424bb6e6a0d7efe0e2c65af32e2829f6b09c86d /drivers/hwmon/Kconfig | |
parent | 52df6440a29123eed912183fe785bbe174ef14b9 (diff) |
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 <m.hulsman@tudelft.nl>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |