diff options
author | Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> | 2016-06-28 13:10:35 +0530 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-07-03 11:32:30 +0100 |
commit | 4324c97ecedcba8a548bcff9d620880e11359425 (patch) | |
tree | 1f561278c9ccffb3f58316d11df32d5abadc935b /drivers/iio/adc/Makefile | |
parent | d3c4d0ab3b4e7cdfe5a209ba4d58bf5787e7c47f (diff) | |
download | linux-stable-4324c97ecedcba8a548bcff9d620880e11359425.tar.gz linux-stable-4324c97ecedcba8a548bcff9d620880e11359425.tar.bz2 linux-stable-4324c97ecedcba8a548bcff9d620880e11359425.zip |
iio: Add driver for Broadcom iproc-static-adc
This patch adds basic driver implementation for Broadcom's
static adc controller used in iProc SoC's family.
Signed-off-by: Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
Reviewed-by: Ray Jui <ray.jui@broadcom.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
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 38638d46f972..0ba0d500eedb 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -16,6 +16,7 @@ obj-$(CONFIG_AD799X) += ad799x.o obj-$(CONFIG_AT91_ADC) += at91_adc.o obj-$(CONFIG_AT91_SAMA5D2_ADC) += at91-sama5d2_adc.o obj-$(CONFIG_AXP288_ADC) += axp288_adc.o +obj-$(CONFIG_BCM_IPROC_ADC) += bcm_iproc_adc.o obj-$(CONFIG_BERLIN2_ADC) += berlin2-adc.o obj-$(CONFIG_CC10001_ADC) += cc10001_adc.o obj-$(CONFIG_DA9150_GPADC) += da9150-gpadc.o |