diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2012-08-30 21:42:57 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-09-24 00:08:33 -0400 |
commit | 6c1fe725fd76f4328e22c146d3a36513963a01ea (patch) | |
tree | 23c2fabf8c2e38beac375353dde793138366a37c /drivers/hwmon/Kconfig | |
parent | 37f9648b2745fc3830f3715a601f7f94296de838 (diff) |
hwmon: add Maxim MAX197 support
The MAX197 is an A/D converter, made by Maxim. This driver currently
supports the MAX197, and MAX199. They are both 8-Channel, Multi-Range,
5V, 12-Bit DAS with 8+4 Bus Interface and Fault Protection.
The available ranges for the MAX197 are {0,-5V} to 5V, and {0,-10V} to
10V, while they are {0,-2V} to 2V, and {0,-4V} to 4V on the MAX199.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index f50cb440575d..6566ed6db3b0 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -813,6 +813,15 @@ config SENSORS_MAX1668 | |||
813 | This driver can also be built as a module. If so, the module | 813 | This driver can also be built as a module. If so, the module |
814 | will be called max1668. | 814 | will be called max1668. |
815 | 815 | ||
816 | config SENSORS_MAX197 | ||
817 | tristate "Maxim MAX197 and compatibles" | ||
818 | help | ||
819 | Support for the Maxim MAX197 A/D converter. | ||
820 | Support will include, but not be limited to, MAX197, and MAX199. | ||
821 | |||
822 | This driver can also be built as a module. If so, the module | ||
823 | will be called max197. | ||
824 | |||
816 | config SENSORS_MAX6639 | 825 | config SENSORS_MAX6639 |
817 | tristate "Maxim MAX6639 sensor chip" | 826 | tristate "Maxim MAX6639 sensor chip" |
818 | depends on I2C && EXPERIMENTAL | 827 | depends on I2C && EXPERIMENTAL |