diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2014-01-29 20:40:08 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2014-01-29 20:40:08 +0100 |
commit | c145d5c628c8ca02dabbf6829ae19ce525d42796 (patch) | |
tree | 0d3e553a0ae9abaf0c8e67ad7f42bc57431a98a1 /drivers/hwmon/Kconfig | |
parent | d8ec26d7f8287f5788a494f56e8814210f0e64be (diff) | |
download | op-kernel-dev-c145d5c628c8ca02dabbf6829ae19ce525d42796.zip op-kernel-dev-c145d5c628c8ca02dabbf6829ae19ce525d42796.tar.gz |
hwmon: (it87) Add support for the ITE IT8603E
Add support for IT8603E.
This closes bug #57861:
https://bugzilla.kernel.org/show_bug.cgi?id=57861
[JD: Fixes and clean-ups.]
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
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 52d548f..f6ca3b2 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -573,8 +573,8 @@ config SENSORS_IT87 help If you say yes here you get support for ITE IT8705F, IT8712F, IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, - IT8771E, IT8772E, IT8782F, and IT8783E/F sensor chips, and the - SiS950 clone. + IT8771E, IT8772E, IT8782F, IT8783E/F and IT8603E sensor chips, + and the SiS950 clone. This driver can also be built as a module. If so, the module will be called it87. |