diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-03-23 05:02:18 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2012-03-23 05:02:18 -0400 |
commit | ae544f64cc7b0850471f62e6808068ef77b90763 (patch) | |
tree | 58234ec3e9a5dce6f3bb755546f9b2998b461961 /drivers/hwmon/Kconfig | |
parent | f36ffeab0a1d0a0a56edd39be7a97a07486305e8 (diff) |
hwmon: (lm90) Add support for GMT G781
GMT G781 is a ADM1032-compatible temperature sensor chip.
Add support to the LM90 driver.
Cc: Mike Gorchak <lestat@i.com.ua>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 783a3144ffd7..fc3f4e1cad2c 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -648,7 +648,8 @@ config SENSORS_LM90 | |||
648 | LM86, LM89 and LM99, Analog Devices ADM1032, ADT7461, and ADT7461A, | 648 | LM86, LM89 and LM99, Analog Devices ADM1032, ADT7461, and ADT7461A, |
649 | Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659, | 649 | Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659, |
650 | MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, ON Semiconductor NCT1008, | 650 | MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, ON Semiconductor NCT1008, |
651 | Winbond/Nuvoton W83L771W/G/AWG/ASG and Philips SA56004 sensor chips. | 651 | Winbond/Nuvoton W83L771W/G/AWG/ASG, Philips SA56004, and GMT G781 |
652 | sensor chips. | ||
652 | 653 | ||
653 | This driver can also be built as a module. If so, the module | 654 | This driver can also be built as a module. If so, the module |
654 | will be called lm90. | 655 | will be called lm90. |