diff options
author | Mårten Lindahl <martenli@axis.com> | 2017-05-09 18:05:01 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-05-14 17:34:11 +0200 |
commit | 3691e5a694491bd54743cfc862cc3859d4be92db (patch) | |
tree | 4efa2bea63c3595548b8556ac9e5fe4b2b57aad3 /drivers/iio/adc/Kconfig | |
parent | dt-bindings: iio: adc: add driver for the ti-adc084s021 chip (diff) | |
download | linux-3691e5a694491bd54743cfc862cc3859d4be92db.tar.xz linux-3691e5a694491bd54743cfc862cc3859d4be92db.zip |
iio: adc: add driver for the ti-adc084s021 chip
This adds support for the Texas Instruments ADC084S021 ADC chip.
Signed-off-by: Mårten Lindahl <martenli@axis.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 0b8915298bf1..9e08b8afccc6 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -670,6 +670,18 @@ config TI_ADC0832 This driver can also be built as a module. If so, the module will be called ti-adc0832. +config TI_ADC084S021 + tristate "Texas Instruments ADC084S021" + depends on SPI + select IIO_BUFFER + select IIO_TRIGGERED_BUFFER + help + If you say yes here you get support for Texas Instruments ADC084S021 + chips. + + This driver can also be built as a module. If so, the module will be + called ti-adc084s021. + config TI_ADC12138 tristate "Texas Instruments ADC12130/ADC12132/ADC12138" depends on SPI |