diff options
author | Lars Poeschel <poeschel@lemonage.de> | 2012-11-05 15:48:26 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-20 12:21:13 +0100 |
commit | ffd8a6e7a77802dd09559be78dea63956aa8f1d5 (patch) | |
tree | 1d77fe3d0a930d27ce1ac58d8c4a7f853b751b4c /drivers/iio/adc/Makefile | |
parent | 174a13aa8669331605b138aaf61569dd7189e453 (diff) | |
download | blackbird-obmc-linux-ffd8a6e7a77802dd09559be78dea63956aa8f1d5.tar.gz blackbird-obmc-linux-ffd8a6e7a77802dd09559be78dea63956aa8f1d5.zip |
iio: adc: Add viperboard adc driver
This adds the mfd cell to use the adc part of the Nano River Technologies
viperboard.
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 4410a90fc84b..4268fa987fe6 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -9,3 +9,4 @@ obj-$(CONFIG_AD7791) += ad7791.o obj-$(CONFIG_AT91_ADC) += at91_adc.o obj-$(CONFIG_LP8788_ADC) += lp8788_adc.o obj-$(CONFIG_TI_AM335X_ADC) += ti_am335x_adc.o +obj-$(CONFIG_VIPERBOARD_ADC) += viperboard_adc.o
\ No newline at end of file |