[lm-sensors] [PATCH] hwmon/adm9240 - remove EXPERIMENTAL dependency (2nd try)
Grant Coady
grant_lkml at dodo.com.au
Mon May 19 16:35:10 CEST 2008
Hi Mark,
I think it's time ;) (Hopefully I've remembered how to send a patch properly)
Oops, try again with inline text attachment:
From: Grant Coady <gcoady.lk at gmail.com>
The adm9240 driver is in the kernel for three years now, time to remove
the EXPERIMENTAL dependency.
Signed-off-by: Grant Coady <gcoady.lk at gmail.com>
---
Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.26-rc3a/drivers/hwmon/Kconfig 2008-04-18 14:27:39.000000000 +1000
+++ linux-2.6.26-rc3b/drivers/hwmon/Kconfig 2008-05-19 16:12:01.000000000 +1000
@@ -124,7 +124,7 @@
config SENSORS_ADM9240
tristate "Analog Devices ADM9240 and compatibles"
- depends on I2C && EXPERIMENTAL
+ depends on I2C
select HWMON_VID
help
If you say yes here you get support for Analog Devices ADM9240,
More information about the lm-sensors
mailing list