diff options
author | Johannes Thumshirn <johannes.thumshirn@men.de> | 2014-02-26 17:29:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-01 00:47:57 +0100 |
commit | 74aeac4da66fbfa246edbfc849002eac9b5af9ca (patch) | |
tree | eeca7feedef21ca53614702aa4f9a3c281e0cc1a /drivers/iio/adc/Kconfig | |
parent | mcb: Add PCI carrier for MEN Chameleon Bus (diff) | |
download | linux-74aeac4da66fbfa246edbfc849002eac9b5af9ca.tar.xz linux-74aeac4da66fbfa246edbfc849002eac9b5af9ca.zip |
iio: adc: Add MEN 16z188 ADC driver
Add support for MEN 16z188 ADC IP Core on MCB FPGAs.
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.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 2209f28441e9..5c63f0918d12 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -155,6 +155,16 @@ config MCP3422 This driver can also be built as a module. If so, the module will be called mcp3422. +config MEN_Z188_ADC + tristate "MEN 16z188 ADC IP Core support" + depends on MCB + help + Say yes here to enable support for the MEN 16z188 ADC IP-Core on a MCB + carrier. + + This driver can also be built as a module. If so, the module will be + called men_z188_adc. + config NAU7802 tristate "Nuvoton NAU7802 ADC driver" depends on I2C |