diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-04-29 10:33:35 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-04-29 10:33:35 -0400 |
commit | 5a4e5e6a701bea7d3cbeed19fa9ea45802e8fabb (patch) | |
tree | 721d052e593c2d15fdda6d10a9e293f4f7525857 /drivers/hwmon/Kconfig | |
parent | fafc9929c668f8bae6dd1f109f33a86d2cb3c460 (diff) |
hwmon: (lm90) Add support for ADT7461A and NCT1008
This patch adds support for ADT7461A and NCT1008 to the lm90 driver.
Both chips have identical functionality and report the same manufacturing ID
and device ID values.
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 060ef6327876..92d02512bcde 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -618,10 +618,10 @@ config SENSORS_LM90 | |||
618 | depends on I2C | 618 | depends on I2C |
619 | help | 619 | help |
620 | If you say yes here you get support for National Semiconductor LM90, | 620 | If you say yes here you get support for National Semiconductor LM90, |
621 | LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, Maxim | 621 | LM86, LM89 and LM99, Analog Devices ADM1032, ADT7461, and ADT7461A, |
622 | MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659, | 622 | Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659, |
623 | MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, and Winbond/Nuvoton | 623 | MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, ON Semiconductor NCT1008, |
624 | W83L771W/G/AWG/ASG sensor chips. | 624 | and Winbond/Nuvoton W83L771W/G/AWG/ASG sensor chips. |
625 | 625 | ||
626 | This driver can also be built as a module. If so, the module | 626 | This driver can also be built as a module. If so, the module |
627 | will be called lm90. | 627 | will be called lm90. |