aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/Makefile
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2017-02-05 12:34:00 +0000
committerJonathan Cameron <jic23@kernel.org>2017-02-11 11:17:33 +0000
commitaf8f651b399798c4599e4994708afcf1f206120e (patch)
tree08929f42585081c73d3290745c2ebcd87bfb966c /drivers/iio/adc/Makefile
parentDocumentation: iio: 104-quad-8: Fix KernelVersion in sysfs ABI documentation (diff)
downloadlinux-dev-af8f651b399798c4599e4994708afcf1f206120e.tar.xz
linux-dev-af8f651b399798c4599e4994708afcf1f206120e.zip
staging:iio:adc:spear Move out of staging.
There are some unanswered questions due to disagreements between the code and various datasheets (including between different datasheets for the same part). I don't think that is necessarily a reason to keep it in staging however. I'm partly posting this patch inorder to reignite debate and with a bit of luck find someone who has one of these to test! 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 d0012620cd1c..19e48af43b97 100644
--- a/drivers/iio/adc/Makefile
+++ b/drivers/iio/adc/Makefile
@@ -46,6 +46,7 @@ obj-$(CONFIG_QCOM_SPMI_IADC) += qcom-spmi-iadc.o
obj-$(CONFIG_QCOM_SPMI_VADC) += qcom-spmi-vadc.o
obj-$(CONFIG_RCAR_GYRO_ADC) += rcar-gyroadc.o
obj-$(CONFIG_ROCKCHIP_SARADC) += rockchip_saradc.o
+obj-$(CONFIG_SPEAR_ADC) += spear_adc.o
obj-$(CONFIG_STX104) += stx104.o
obj-$(CONFIG_STM32_ADC_CORE) += stm32-adc-core.o
obj-$(CONFIG_STM32_ADC) += stm32-adc.o