diff options
author | Sven Schuchmann <schuchmann@schleissheimer.de> | 2012-09-21 07:04:22 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-09-24 00:08:36 -0400 |
commit | 592758b12f2e327bb5902dabd3d36b2e86049871 (patch) | |
tree | a6dfcb123de6fb8b09b394a28d0f5d66e2387e6c /drivers/hwmon/Kconfig | |
parent | 8b662f38e066d8fc1b73a8655da547c348206904 (diff) |
hwmon: (mcp3021) Add MCP3221 support
This Patch adds support for mcp3221 chip to the
mcp3021 driver.
Signed-off-by: Sven Schuchmann <schuchmann@schleissheimer.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 6bc49cfb9f7b..c74e73b2069a 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -855,11 +855,12 @@ config SENSORS_MAX6650 | |||
855 | will be called max6650. | 855 | will be called max6650. |
856 | 856 | ||
857 | config SENSORS_MCP3021 | 857 | config SENSORS_MCP3021 |
858 | tristate "Microchip MCP3021" | 858 | tristate "Microchip MCP3021 and compatibles" |
859 | depends on I2C | 859 | depends on I2C |
860 | help | 860 | help |
861 | If you say yes here you get support for the MCP3021 chip | 861 | If you say yes here you get support for MCP3021 and MCP3221. |
862 | that is a A/D converter (ADC) with 10-bit resolution. | 862 | The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221 |
863 | with 12-bit resolution. | ||
863 | 864 | ||
864 | This driver can also be built as a module. If so, the module | 865 | This driver can also be built as a module. If so, the module |
865 | will be called mcp3021. | 866 | will be called mcp3021. |