diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-09-07 19:34:41 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-02-06 12:57:56 -0500 |
commit | b06367070de3d9f50e4f8f82b92e77ba9a8ebf8f (patch) | |
tree | 0b2ea48fa06a573bcace0c9edd4a44a9635dd27c /drivers/hwmon/Kconfig | |
parent | 5372d2d71c46e5649e5d2edd4514adcd6fe7a085 (diff) |
hwmon: (it87) Add support for IT8771E and IT8772E
Assume that IT8771E and IT8772E are fully compatible with IT8728F.
IT8771E support contributed by Kelly Anderson.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-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 ef5757265f78..3588b2a0915c 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -506,7 +506,8 @@ config SENSORS_IT87 | |||
506 | help | 506 | help |
507 | If you say yes here you get support for ITE IT8705F, IT8712F, | 507 | If you say yes here you get support for ITE IT8705F, IT8712F, |
508 | IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, | 508 | IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, |
509 | IT8782F, and IT8783E/F sensor chips, and the SiS950 clone. | 509 | IT8771E, IT8772E, IT8782F, and IT8783E/F sensor chips, and the |
510 | SiS950 clone. | ||
510 | 511 | ||
511 | This driver can also be built as a module. If so, the module | 512 | This driver can also be built as a module. If so, the module |
512 | will be called it87. | 513 | will be called it87. |