diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-09-12 12:48:14 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-09-24 00:08:35 -0400 |
commit | ca2e24cbed1309d9c8ff50591294a0c82bd548d9 (patch) | |
tree | 6643f5d9d26c220765a6a15af937a59bfe6040dc /drivers/hwmon | |
parent | f9b693eb3db8b8cbcd34e0d3874e0252271f7204 (diff) |
hwmon: (it87) Fix Kconfig for IT87 driver
Add missing reference to IT8782F and IT8783E/F to it87 driver description
in Kconfig. Replace wrong reference to Si960 with the correct Si950.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon')
-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 86adde90c1bb..6cf51cbeca6f 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -505,8 +505,8 @@ config SENSORS_IT87 | |||
505 | select HWMON_VID | 505 | select HWMON_VID |
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 and IT8758E | 508 | IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, |
509 | sensor chips, and the SiS960 clone. | 509 | IT8782F, and IT8783E/F sensor chips, and the SiS950 clone. |
510 | 510 | ||
511 | This driver can also be built as a module. If so, the module | 511 | This driver can also be built as a module. If so, the module |
512 | will be called it87. | 512 | will be called it87. |