aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-04-26 16:09:43 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-06-22 00:51:54 -0400
commitec5ce552d946a55c1e504054627c9068fb7afb8a (patch)
tree88a4ff89a92939fbc6da3b92d80a6025a3351432 /drivers/i2c/chips/Kconfig
parentb9110b1c893f45ec66ae39e359decdfad84525be (diff)
[PATCH] I2C: Add support for the LPC47M15x and LPC47M192 chips to smsc47m1
This simple patch adds support for the SMSC LPC47M15x and LPC47M192 chips to the smsc47m1 hardware monitoring driver. These chips are compatible with the other ones already supported by the driver, so I see no reason not to support them, especially when the Linux 2.4 version of the driver does already. I also modified the info printks to name the chips by their real name. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r--drivers/i2c/chips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig
index ec52e3a399f3..fa5730a22008 100644
--- a/drivers/i2c/chips/Kconfig
+++ b/drivers/i2c/chips/Kconfig
@@ -331,7 +331,7 @@ config SENSORS_SMSC47M1
331 help 331 help
332 If you say yes here you get support for the integrated fan 332 If you say yes here you get support for the integrated fan
333 monitoring and control capabilities of the SMSC LPC47B27x, 333 monitoring and control capabilities of the SMSC LPC47B27x,
334 LPC47M10x, LPC47M13x and LPC47M14x chips. 334 LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x and LPC47M192 chips.
335 335
336 This driver can also be built as a module. If so, the module 336 This driver can also be built as a module. If so, the module
337 will be called smsc47m1. 337 will be called smsc47m1.