diff options
author | David George <david.george@ska.ac.za> | 2011-06-02 11:43:45 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-07-28 03:17:32 -0400 |
commit | 731b4cace10f105a81d622b70f9a35f577612d63 (patch) | |
tree | 7e575b889382ffd00ab2cf14f614cf525420550b /drivers/hwmon/Kconfig | |
parent | 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe (diff) |
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/Kconfig | 10 |
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 | |||
736 | This driver can also be built as a module. If so, the module | 736 | This driver can also be built as a module. If so, the module |
737 | will be called max1619. | 737 | will be called max1619. |
738 | 738 | ||
739 | config SENSORS_MAX1668 | ||
740 | tristate "Maxim MAX1668 and compatibles" | ||
741 | depends on I2C && EXPERIMENTAL | ||
742 | help | ||
743 | If you say yes here you get support for MAX1668, MAX1989 and | ||
744 | MAX1805 chips. | ||
745 | |||
746 | This driver can also be built as a module. If so, the module | ||
747 | will be called max1668. | ||
748 | |||
739 | config SENSORS_MAX6639 | 749 | config SENSORS_MAX6639 |
740 | tristate "Maxim MAX6639 sensor chip" | 750 | tristate "Maxim MAX6639 sensor chip" |
741 | depends on I2C && EXPERIMENTAL | 751 | depends on I2C && EXPERIMENTAL |