Skip to content

Commit

Permalink
staging:iio:dac: Add AD5764 driver
Browse files Browse the repository at this point in the history
This patch adds support for the Analog Devices AD5764, AD5764R, AD5744, AD5744R
quad channel analog-to-digital converter.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Dec 8, 2011
1 parent 29bf626 commit 68b14d7
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/staging/iio/dac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ config AD5504
To compile this driver as a module, choose M here: the
module will be called ad5504.

config AD5764
tristate "Analog Devices AD5764/64R/44/44R DAC driver"
depends on SPI_MASTER
help
Say yes here to build support for Analog Devices AD5764, AD5764R, AD5744,
AD5744R Digital to Analog Converter.

To compile this driver as a module, choose M here: the
module will be called ad5764.

config AD5791
tristate "Analog Devices AD5760/AD5780/AD5781/AD5791 DAC SPI driver"
depends on SPI
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/iio/dac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ obj-$(CONFIG_AD5624R_SPI) += ad5624r_spi.o
obj-$(CONFIG_AD5064) += ad5064.o
obj-$(CONFIG_AD5504) += ad5504.o
obj-$(CONFIG_AD5446) += ad5446.o
obj-$(CONFIG_AD5764) += ad5764.o
obj-$(CONFIG_AD5791) += ad5791.o
obj-$(CONFIG_AD5686) += ad5686.o
obj-$(CONFIG_MAX517) += max517.o
Loading

0 comments on commit 68b14d7

Please sign in to comment.