diff options
author | Angelo Compagnucci <angelo.compagnucci@gmail.com> | 2013-09-02 18:00:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-09-08 01:17:44 +0400 |
commit | 07914c84ba30e311f6bfb65b811b33a1dc094311 (patch) | |
tree | 55d3e8262f90a5ec381da84df05db5da91453fe8 /drivers/iio/adc/Kconfig | |
parent | b658a377cce345e709184b5225e796672f8cf07c (diff) | |
download | linux-07914c84ba30e311f6bfb65b811b33a1dc094311.tar.xz |
iio: adc: Add driver for Microchip MCP3422/3/4 high resolution ADC
Sysfs access to all channels.
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 09371cbc9dc1..0cf5c611b4c6 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -145,6 +145,16 @@ config MCP320X This driver can also be built as a module. If so, the module will be called mcp320x. +config MCP3422 + tristate "Microchip Technology MCP3422/3/4 driver" + depends on I2C + help + Say yes here to build support for Microchip Technology's MCP3422, + MCP3423 or MCP3424 analog to digital converters. + + This driver can also be built as a module. If so, the module will be + called mcp3422. + config NAU7802 tristate "Nuvoton NAU7802 ADC driver" depends on I2C |