aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/Makefile
diff options
context:
space:
mode:
authorMårten Lindahl <martenli@axis.com>2017-05-09 18:05:01 +0200
committerJonathan Cameron <jic23@kernel.org>2017-05-14 16:34:11 +0100
commit3691e5a694491bd54743cfc862cc3859d4be92db (patch)
tree4efa2bea63c3595548b8556ac9e5fe4b2b57aad3 /drivers/iio/adc/Makefile
parentdt-bindings: iio: adc: add driver for the ti-adc084s021 chip (diff)
downloadlinux-dev-3691e5a694491bd54743cfc862cc3859d4be92db.tar.xz
linux-dev-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/Makefile')
-rw-r--r--drivers/iio/adc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile
index 56e5fabece4c..ed8e8e220dbb 100644
--- a/drivers/iio/adc/Makefile
+++ b/drivers/iio/adc/Makefile
@@ -61,6 +61,7 @@ obj-$(CONFIG_STM32_ADC_CORE) += stm32-adc-core.o
obj-$(CONFIG_STM32_ADC) += stm32-adc.o
obj-$(CONFIG_TI_ADC081C) += ti-adc081c.o
obj-$(CONFIG_TI_ADC0832) += ti-adc0832.o
+obj-$(CONFIG_TI_ADC084S021) += ti-adc084s021.o
obj-$(CONFIG_TI_ADC12138) += ti-adc12138.o
obj-$(CONFIG_TI_ADC128S052) += ti-adc128s052.o
obj-$(CONFIG_TI_ADC161S626) += ti-adc161s626.o