diff options
author | Grant Coady <gcoady.lk@gmail.com> | 2008-08-06 16:41:05 -0400 |
---|---|---|
committer | Jean Delvare <khali@mahadeva.delvare> | 2008-08-06 16:41:05 -0400 |
commit | 68f823de3f1916cc0694376330c08377706b877d (patch) | |
tree | bcf181d425eb31e5ae1957ef92a8267081d993db /drivers/hwmon | |
parent | 2f8ea97a45e9db382787dd7afa7f500ee661aa7b (diff) |
hwmon: (adm9240) Remove EXPERIMENTAL dependency
The adm9240 driver is in the kernel for three years now, time to
remove the EXPERIMENTAL dependency.
Signed-off-by: Grant Coady <gcoady.lk@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon')
-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 1de240a26fc5..7fe392899908 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -124,7 +124,7 @@ config SENSORS_ADM1031 | |||
124 | 124 | ||
125 | config SENSORS_ADM9240 | 125 | config SENSORS_ADM9240 |
126 | tristate "Analog Devices ADM9240 and compatibles" | 126 | tristate "Analog Devices ADM9240 and compatibles" |
127 | depends on I2C && EXPERIMENTAL | 127 | depends on I2C |
128 | select HWMON_VID | 128 | select HWMON_VID |
129 | help | 129 | help |
130 | If you say yes here you get support for Analog Devices ADM9240, | 130 | If you say yes here you get support for Analog Devices ADM9240, |