summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/Makefile
diff options
context:
space:
mode:
authorZhiyong Tao <zhiyong.tao@mediatek.com>2016-08-18 15:11:36 +0800
committerJonathan Cameron <jic23@kernel.org>2016-08-21 19:54:30 +0100
commitace4cdfe67be24463ad694105533e5319674f022 (patch)
tree25f68b8a32fdfc4af30bdb2bf5f7f3b35c816360 /drivers/iio/adc/Makefile
parent3ad16a39eda5a77510475f2c0d384312f1db105f (diff)
downloadlinux-stable-ace4cdfe67be24463ad694105533e5319674f022.tar.gz
linux-stable-ace4cdfe67be24463ad694105533e5319674f022.tar.bz2
linux-stable-ace4cdfe67be24463ad694105533e5319674f022.zip
iio: adc: mt2701: Add Mediatek auxadc driver for mt2701.
Add Mediatek auxadc driver based on iio. It will register a device in iio and support iio. So thermal can read auxadc channel to sample data by iio device. It is tested successfully on mt2701 platform. Mt8173 and mt6577 platforms are not tested. But the expectation is compatible. Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.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 1d805770c1a0..33254eb96bec 100644
--- a/drivers/iio/adc/Makefile
+++ b/drivers/iio/adc/Makefile
@@ -31,6 +31,7 @@ obj-$(CONFIG_MAX1027) += max1027.o
obj-$(CONFIG_MAX1363) += max1363.o
obj-$(CONFIG_MCP320X) += mcp320x.o
obj-$(CONFIG_MCP3422) += mcp3422.o
+obj-$(CONFIG_MEDIATEK_MT6577_AUXADC) += mt6577_auxadc.o
obj-$(CONFIG_MEN_Z188_ADC) += men_z188_adc.o
obj-$(CONFIG_MXS_LRADC) += mxs-lradc.o
obj-$(CONFIG_NAU7802) += nau7802.o