Skip to content

Commit

Permalink
iio:adc: Add AD7265/AD7266 support
Browse files Browse the repository at this point in the history
This patch adds support for the Analog Devices AD7265 and AD7266
Analog-to-Digital converters.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Jun 30, 2012
1 parent c1f1a9d commit 8ec4cf5
Show file tree
Hide file tree
Showing 4 changed files with 601 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/iio/adc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
#
menu "Analog to digital converters"

config AD7266
tristate "Analog Devices AD7265/AD7266 ADC driver"
depends on SPI_MASTER
select IIO_BUFFER
select IIO_TRIGGER
select IIO_TRIGGERED_BUFFER
help
Say yes here to build support for Analog Devices AD7265 and AD7266
ADCs.

config AT91_ADC
tristate "Atmel AT91 ADC"
depends on ARCH_AT91
Expand Down
1 change: 1 addition & 0 deletions drivers/iio/adc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# Makefile for IIO ADC drivers
#

obj-$(CONFIG_AD7266) += ad7266.o
obj-$(CONFIG_AT91_ADC) += at91_adc.o
Loading

0 comments on commit 8ec4cf5

Please sign in to comment.