diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-08-20 21:52:36 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-09-24 00:08:34 -0400 |
commit | 9224c38a312a339f1c9c2115a1f379c9f8f1731e (patch) | |
tree | 05c6319616e9ab13c63314b992f7687918780a9e /drivers/hwmon/Kconfig | |
parent | a86e94dc946d58fb5abb8e250a99720c9bdf8c2d (diff) |
hwmon: (max1111) Add support for MAX1110, MAX1112, and MAX1113
MAX1110 is similar to MAX1111, with 8 instead of 4 channels. MAX1112 and MAX1113
are similar to MAX1110 and MAX1111, with 4.096V reference voltage instead of
2.048V.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 8343cadd6632..41e311386e89 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -770,10 +770,11 @@ config SENSORS_LM95245 | |||
770 | will be called lm95245. | 770 | will be called lm95245. |
771 | 771 | ||
772 | config SENSORS_MAX1111 | 772 | config SENSORS_MAX1111 |
773 | tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip" | 773 | tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles" |
774 | depends on SPI_MASTER | 774 | depends on SPI_MASTER |
775 | help | 775 | help |
776 | Say y here to support Maxim's MAX1111 ADC chips. | 776 | Say y here to support Maxim's MAX1110, MAX1111, MAX1112, and MAX1113 |
777 | ADC chips. | ||
777 | 778 | ||
778 | This driver can also be built as a module. If so, the module | 779 | This driver can also be built as a module. If so, the module |
779 | will be called max1111. | 780 | will be called max1111. |