aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-11-30 17:51:24 -0500
committerMark M. Hoffman <mhoffman@lightlink.com>2008-02-07 20:39:43 -0500
commit05663368d2138c14fa1b9aa8eeca4ca9a33d7c77 (patch)
tree63d2ec28352f62273dafc812e90e870b8a331143 /drivers/hwmon/Kconfig
parent5b34dbcd88251508d02e48ad9b0f9b8232a13ee0 (diff)
hwmon: (w83781d) Drop W83627HF support
The W83627HF hardware monitoring features are supported by the w83627hf driver for several years now. Support by the w83781d has been advertised as deprecated 6 months ago, it's about time to see it go. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index af43d566d770..27e0b34ead5f 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -631,13 +631,13 @@ config SENSORS_VT8231
631 will be called vt8231. 631 will be called vt8231.
632 632
633config SENSORS_W83781D 633config SENSORS_W83781D
634 tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" 634 tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
635 depends on I2C 635 depends on I2C
636 select HWMON_VID 636 select HWMON_VID
637 help 637 help
638 If you say yes here you get support for the Winbond W8378x series 638 If you say yes here you get support for the Winbond W8378x series
639 of sensor chips: the W83781D, W83782D, W83783S and W83627HF, 639 of sensor chips: the W83781D, W83782D and W83783S, and the similar
640 and the similar Asus AS99127F. 640 Asus AS99127F.
641 641
642 This driver can also be built as a module. If so, the module 642 This driver can also be built as a module. If so, the module
643 will be called w83781d. 643 will be called w83781d.