aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJean-Marc Spaggiari <jean-marc@spaggiari.org>2009-01-07 10:37:32 -0500
committerJean Delvare <khali@linux-fr.org>2009-01-07 10:37:32 -0500
commitb4da93e4b0ffc261c3530fe938aefd52854aa84c (patch)
tree2cc727f3d7050187bf4e83f1eee8136d1296f8b8 /drivers/hwmon/Kconfig
parent3aed198c35567e5a721f52c0bde23167867e6af6 (diff)
hwmon: (it87) Add support for the ITE IT8720F
Allow it87.c to handle IT8720 chipset like IT8718 in order to retrieve voltage, temperatures and fans speed from sensors tools. Also updating the related documentation. Signed-off-by: Jean-Marc Spaggiari <jean-marc@spaggiari.org> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 1ef1205b4e8c..aba01b4ceca4 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -400,7 +400,8 @@ config SENSORS_IT87
400 select HWMON_VID 400 select HWMON_VID
401 help 401 help
402 If you say yes here you get support for ITE IT8705F, IT8712F, 402 If you say yes here you get support for ITE IT8705F, IT8712F,
403 IT8716F, IT8718F and IT8726F sensor chips, and the SiS960 clone. 403 IT8716F, IT8718F, IT8720F and IT8726F sensor chips, and the
404 SiS960 clone.
404 405
405 This driver can also be built as a module. If so, the module 406 This driver can also be built as a module. If so, the module
406 will be called it87. 407 will be called it87.