diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-03-26 02:26:28 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-04-05 09:00:59 -0400 |
commit | 4ee07157d690b1b824328a473816a371130de6f2 (patch) | |
tree | 7b8e1ca9bc4a357dfa5f783b48cbd453eb316e1e /drivers/hwmon/Kconfig | |
parent | 7f5726c39ad469447545233f41a13d202a233d6b (diff) |
hwmon: (it87) Add support for IT8790E
IT8790E is a super-IO chip with three fan tachometers. It is mostly
compatible to IT8728F, but only supports three fan tachometers
instead of five.
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 8f73dccb75ac..848ddfe30ef8 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -600,8 +600,8 @@ config SENSORS_IT87 | |||
600 | help | 600 | help |
601 | If you say yes here you get support for ITE IT8705F, IT8712F, | 601 | If you say yes here you get support for ITE IT8705F, IT8712F, |
602 | IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, | 602 | IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, |
603 | IT8771E, IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, | 603 | IT8771E, IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, IT8790E, |
604 | and IT8603E sensor chips, and the SiS950 clone. | 604 | IT8603E, and IT8623E sensor chips, and the SiS950 clone. |
605 | 605 | ||
606 | This driver can also be built as a module. If so, the module | 606 | This driver can also be built as a module. If so, the module |
607 | will be called it87. | 607 | will be called it87. |