aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2015-01-17 17:10:24 -0500
committerGuenter Roeck <linux@roeck-us.net>2015-03-09 12:59:35 -0400
commit7bc32d298b0b597a0a8a6527c9929fac68524d4a (patch)
treef4132529a5e66a06d3c37ab34e51018523de8692 /drivers/hwmon/Kconfig
parenta0fc74d42d2215496302a0e2c03e9f2db30cc1b7 (diff)
hwmon: (it87) Add support for IT8781F
IT8781F is mostly compatible to IT8782F. Major difference is that it only supports four instead of six UART channels, and therefore does not share the uart6 pins. 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/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 110fade9cb74..f5fc54e24fea 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -599,8 +599,8 @@ config SENSORS_IT87
599 help 599 help
600 If you say yes here you get support for ITE IT8705F, IT8712F, 600 If you say yes here you get support for ITE IT8705F, IT8712F,
601 IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, 601 IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E,
602 IT8771E, IT8772E, IT8782F, IT8783E/F and IT8603E sensor chips, 602 IT8771E, IT8772E, IT8781F, IT8782F, IT8783E/F and IT8603E
603 and the SiS950 clone. 603 sensor chips, and the SiS950 clone.
604 604
605 This driver can also be built as a module. If so, the module 605 This driver can also be built as a module. If so, the module
606 will be called it87. 606 will be called it87.