aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck <guenter.roeck@ericsson.com>2011-02-02 11:49:54 -0500
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-05-19 11:19:36 -0400
commitf5bae2642e3df716d2bb7bcffdf51e7a286e885e (patch)
tree0490217307f30f8d0d92dc4f004982dfaa8fbc5b /drivers/hwmon/Kconfig
parent82c7465b4dd013d19858bfeac084849ae17682c0 (diff)
hwmon: Driver for MAX16065 System Manager and compatibles
This patch adds hardware monitoring support for Maxim MAX16065, MAX16066, MAX16067, MAX16068, MAX16070, and MAX16071 flash-configurable system managers with nonvolatile fault registers. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Reviewed-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index f2d48777c50..dff080d7a38 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -708,6 +708,22 @@ config SENSORS_MAX1111
708 This driver can also be built as a module. If so, the module 708 This driver can also be built as a module. If so, the module
709 will be called max1111. 709 will be called max1111.
710 710
711config SENSORS_MAX16065
712 tristate "Maxim MAX16065 System Manager and compatibles"
713 depends on I2C
714 help
715 If you say yes here you get support for hardware monitoring
716 capabilities of the following Maxim System Manager chips.
717 MAX16065
718 MAX16066
719 MAX16067
720 MAX16068
721 MAX16070
722 MAX16071
723
724 This driver can also be built as a module. If so, the module
725 will be called max16065.
726
711config SENSORS_MAX1619 727config SENSORS_MAX1619
712 tristate "Maxim MAX1619 sensor chip" 728 tristate "Maxim MAX1619 sensor chip"
713 depends on I2C 729 depends on I2C