summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/Makefile
diff options
context:
space:
mode:
authorRick Altherr <raltherr@google.com>2017-03-28 14:52:59 -0700
committerJonathan Cameron <jic23@kernel.org>2017-04-01 11:53:20 +0100
commit573803234e72d182ec39692770110e574cd5b222 (patch)
tree9c4dfe0ff91e55844e8d48f5ff605b33149ae793 /drivers/iio/adc/Makefile
parentfb87ecf19e350d73206c5fbf28a28588f171f15d (diff)
downloadlinux-stable-573803234e72d182ec39692770110e574cd5b222.tar.gz
linux-stable-573803234e72d182ec39692770110e574cd5b222.tar.bz2
linux-stable-573803234e72d182ec39692770110e574cd5b222.zip
iio: Aspeed ADC
Aspeed BMC SoCs include a 16 channel, 10-bit ADC. Low and high threshold interrupts are supported by the hardware but are not currently implemented. Signed-off-by: Rick Altherr <raltherr@google.com> Tested-by: Xo Wang <xow@google.com> Reviewed-by: Joel Stanley <joel@jms.id.au> 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 26ce71bdeb67..fd8e2a9f9e8b 100644
--- a/drivers/iio/adc/Makefile
+++ b/drivers/iio/adc/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_AD7791) += ad7791.o
obj-$(CONFIG_AD7793) += ad7793.o
obj-$(CONFIG_AD7887) += ad7887.o
obj-$(CONFIG_AD799X) += ad799x.o
+obj-$(CONFIG_ASPEED_ADC) += aspeed_adc.o
obj-$(CONFIG_AT91_ADC) += at91_adc.o
obj-$(CONFIG_AT91_SAMA5D2_ADC) += at91-sama5d2_adc.o
obj-$(CONFIG_AXP288_ADC) += axp288_adc.o