From 7343e7c77c30d385c0a4e0b4adfbd5bdbf647fdf Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 30 Mar 2005 22:31:59 -0800 Subject: [PATCH] i2c: add adt7461 chip support to lm90 driver's Kconfig entry Hi Greg, James, all, > > > Attached is another version of my adt7461 patch, for inclusion in > > > the 2.6 tree. Reviewed by Jean. > > May we have an additional patch to Kconfig for this one? Here it finally comes. This simple patch adds a mention to the ADT7461 chip in Kconfig, now that the lm90 driver supports it. Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- drivers/i2c/chips/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 86aafca0db2cd..74d23cfce2a34 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig @@ -233,6 +233,9 @@ config SENSORS_LM90 LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and MAX6658 sensor chips. + The Analog Devices ADT7461 sensor chip is also supported, but only + if found in ADM1032 compatibility mode. + This driver can also be built as a module. If so, the module will be called lm90. -- cgit 1.2.3-korg