diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-10-08 16:00:44 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-10-18 16:03:08 -0400 |
commit | 6091780eba5d195213747b515a62211ac97641f1 (patch) | |
tree | eb801152e23946ad047ae73efa2c9513b9b323fc /drivers/hwmon/Kconfig | |
parent | 15fe25ca67234514d7cf41af28096c1330f44950 (diff) |
smsc47m1: List the SMSC LPC47M112 as supported
The SMSC LPC47M112 Super-I/O chip appears to be compatible with the
LPC47M10x and LPC47M13x as far as hardware monitoring is concerned.
The device ID is even the same, so it's really only a documentation
update.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 9b88b25b6edb..e0dede7198c8 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -369,8 +369,8 @@ config SENSORS_SMSC47M1 | |||
369 | help | 369 | help |
370 | If you say yes here you get support for the integrated fan | 370 | If you say yes here you get support for the integrated fan |
371 | monitoring and control capabilities of the SMSC LPC47B27x, | 371 | monitoring and control capabilities of the SMSC LPC47B27x, |
372 | LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x, LPC47M192 and | 372 | LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x, |
373 | LPC47M997 chips. | 373 | LPC47M192 and LPC47M997 chips. |
374 | 374 | ||
375 | The temperature and voltage sensor features of the LPC47M192 | 375 | The temperature and voltage sensor features of the LPC47M192 |
376 | and LPC47M997 are supported by another driver, select also | 376 | and LPC47M997 are supported by another driver, select also |