diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-12-09 14:36:08 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-12-09 14:36:08 -0500 |
commit | 54fe4671aa5853ca88da72d67e969a3d8de6dcf6 (patch) | |
tree | d92f5306dc6c2deedf8bb082f9a848f77110258d /drivers/hwmon/Kconfig | |
parent | b058b8596136d97b9469366f1f97fb35accf3d66 (diff) |
hwmon: (adt7475) Add VID support for the ADT7476
The ADT7476 has 5 dedicated pins for VID input, and the +12V input can
optionally be used as a 6th VID pin. Add support for VID input.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Jordan Crouse <jordan@cosmicpenguin.net>
Cc: "Darrick J. Wong" <djwong@us.ibm.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 957171c62324..9e640c62ebd9 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -207,6 +207,7 @@ config SENSORS_ADT7473 | |||
207 | config SENSORS_ADT7475 | 207 | config SENSORS_ADT7475 |
208 | tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490" | 208 | tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490" |
209 | depends on I2C && EXPERIMENTAL | 209 | depends on I2C && EXPERIMENTAL |
210 | select HWMON_VID | ||
210 | help | 211 | help |
211 | If you say yes here you get support for the Analog Devices | 212 | If you say yes here you get support for the Analog Devices |
212 | ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring | 213 | ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring |