aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorDavid George <david.george@ska.ac.za>2011-06-02 08:43:45 -0700
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-07-28 00:17:32 -0700
commit731b4cace10f105a81d622b70f9a35f577612d63 (patch)
tree7e575b889382ffd00ab2cf14f614cf525420550b /drivers/hwmon/Kconfig
parentLinux 3.0 (diff)
downloadlinux-dev-731b4cace10f105a81d622b70f9a35f577612d63.tar.xz
linux-dev-731b4cace10f105a81d622b70f9a35f577612d63.zip
hwmon: Driver for MAX1668
This patch adds support for MAX1668 and compatible temperature sensors. Signed-off-by: David George <david.george@ska.ac.za> [guenter.roeck@ericsson.com: minor cleanup of probe error path] Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 5f888f7e7dcb..dec5eee3542f 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -736,6 +736,16 @@ config SENSORS_MAX1619
This driver can also be built as a module. If so, the module
will be called max1619.
+config SENSORS_MAX1668
+ tristate "Maxim MAX1668 and compatibles"
+ depends on I2C && EXPERIMENTAL
+ help
+ If you say yes here you get support for MAX1668, MAX1989 and
+ MAX1805 chips.
+
+ This driver can also be built as a module. If so, the module
+ will be called max1668.
+
config SENSORS_MAX6639
tristate "Maxim MAX6639 sensor chip"
depends on I2C && EXPERIMENTAL