diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-09-07 17:34:41 -0600 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-02-06 09:57:56 -0800 |
commit | b06367070de3d9f50e4f8f82b92e77ba9a8ebf8f (patch) | |
tree | 0b2ea48fa06a573bcace0c9edd4a44a9635dd27c /drivers/hwmon/Kconfig | |
parent | 5372d2d71c46e5649e5d2edd4514adcd6fe7a085 (diff) | |
download | linux-b06367070de3d9f50e4f8f82b92e77ba9a8ebf8f.tar.gz linux-b06367070de3d9f50e4f8f82b92e77ba9a8ebf8f.tar.bz2 linux-b06367070de3d9f50e4f8f82b92e77ba9a8ebf8f.zip |
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 help If you say yes here you get support for ITE IT8705F, IT8712F, IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, - IT8782F, and IT8783E/F sensor chips, and the SiS950 clone. + IT8771E, IT8772E, IT8782F, and IT8783E/F sensor chips, and the + SiS950 clone. This driver can also be built as a module. If so, the module will be called it87. |