diff options
author | Rick Altherr <raltherr@google.com> | 2017-03-29 00:52:59 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-04-01 13:53:20 +0300 |
commit | 573803234e72d182ec39692770110e574cd5b222 (patch) | |
tree | 9c4dfe0ff91e55844e8d48f5ff605b33149ae793 /drivers/iio/adc/Makefile | |
parent | fb87ecf19e350d73206c5fbf28a28588f171f15d (diff) | |
download | linux-573803234e72d182ec39692770110e574cd5b222.tar.xz |
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/Makefile | 1 |
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 |