diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-10-13 02:01:58 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-02-06 12:57:56 -0500 |
commit | 5372d2d71c46e5649e5d2edd4514adcd6fe7a085 (patch) | |
tree | a2317c0984ace02ba083f3386ce1ec7a3781b45a /drivers/hwmon/Kconfig | |
parent | 412e29c135c11be6e2e4b22c0691e861b3d946c4 (diff) |
hwmon: Driver for Maxim MAX6697 and compatibles
Add support for MAX6581, MAX6602, MAX6622, MAX6636, MAX6689, MAX6693,
MAX6694, MAX6697, MAX6698, and MAX6699 temperature sensors
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 32f238f3caea..ef5757265f78 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -854,6 +854,17 @@ config SENSORS_MAX6650 | |||
854 | This driver can also be built as a module. If so, the module | 854 | This driver can also be built as a module. If so, the module |
855 | will be called max6650. | 855 | will be called max6650. |
856 | 856 | ||
857 | config SENSORS_MAX6697 | ||
858 | tristate "Maxim MAX6697 and compatibles" | ||
859 | depends on I2C | ||
860 | help | ||
861 | If you say yes here you get support for MAX6581, MAX6602, MAX6622, | ||
862 | MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699 | ||
863 | temperature sensor chips. | ||
864 | |||
865 | This driver can also be built as a module. If so, the module | ||
866 | will be called max6697. | ||
867 | |||
857 | config SENSORS_MCP3021 | 868 | config SENSORS_MCP3021 |
858 | tristate "Microchip MCP3021 and compatibles" | 869 | tristate "Microchip MCP3021 and compatibles" |
859 | depends on I2C | 870 | depends on I2C |