aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-12-09 14:36:08 -0500
committerJean Delvare <khali@linux-fr.org>2009-12-09 14:36:08 -0500
commitd8d2ee073274ab666282d1942d08f1bb454d715b (patch)
treec36ac0f8a63f3ff83a312c61a19d6dde1d5c34da /drivers/hwmon/Kconfig
parentebfaf1fbb6010204e973e329034d0004d6521503 (diff)
hwmon: (adt7475) Add support for the ADT7476
Add support for the Analog Devices ADT7476 chip. This chip is largely compatible with the ADT7473 and ADT7475, with additional features. In particular, it has 5 voltage inputs instead of 2, and VID input pins. 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/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index f9f4365349b2..957171c62324 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -205,11 +205,12 @@ config SENSORS_ADT7473
205 will be called adt7473. 205 will be called adt7473.
206 206
207config SENSORS_ADT7475 207config SENSORS_ADT7475
208 tristate "Analog Devices ADT7473, ADT7475 and ADT7490" 208 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
209 depends on I2C && EXPERIMENTAL 209 depends on I2C && EXPERIMENTAL
210 help 210 help
211 If you say yes here you get support for the Analog Devices 211 If you say yes here you get support for the Analog Devices
212 ADT7473, ADT7475 and ADT7490 hardware monitoring chips. 212 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
213 chips.
213 214
214 This driver can also be build as a module. If so, the module 215 This driver can also be build as a module. If so, the module
215 will be called adt7475. 216 will be called adt7475.