diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2010-10-28 22:31:43 +0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-28 22:31:43 +0400 |
commit | 06e1c0a2167d48442d0bd06373390886670aa6e5 (patch) | |
tree | ab8dd85f43e2d69ab2fcfd5a2f053ac7923a9685 /drivers/hwmon/Kconfig | |
parent | 6948708dd07573c578aa99f80915cd1867334abe (diff) | |
download | linux-06e1c0a2167d48442d0bd06373390886670aa6e5.tar.xz |
hwmon: (lm90) Add support for max6695 and max6696
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index c357c835eb1e..9a3742b67c8c 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -614,8 +614,8 @@ config SENSORS_LM90 If you say yes here you get support for National Semiconductor LM90, LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659, - MAX6680, MAX6681 and MAX6692, and Winbond/Nuvoton W83L771AWG/ASG - sensor chips. + MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, and Winbond/Nuvoton + W83L771AWG/ASG sensor chips. This driver can also be built as a module. If so, the module will be called lm90. |