Skip to content

Commit

Permalink
staging:iio:dac: Add AD5421 driver
Browse files Browse the repository at this point in the history
This patch adds support for the Analog Devices AD5421 Loop-Powered, 4mA to 20mA
DAC.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 19c2aed commit 5691b23
Show file tree
Hide file tree
Showing 4 changed files with 598 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 @@ -24,6 +24,16 @@ config AD5360
To compile this driver as module choose M here: the module will be called
ad5360.

config AD5421
tristate "Analog Devices AD5421 DAC driver"
depends on SPI
help
Say yes here to build support for Analog Devices AD5421 loop-powered
digital-to-analog convertors (DAC).

To compile this driver as module choose M here: the module will be called
ad5421.

config AD5624R_SPI
tristate "Analog Devices AD5624/44/64R 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 @@ -3,6 +3,7 @@
#

obj-$(CONFIG_AD5360) += ad5360.o
obj-$(CONFIG_AD5421) += ad5421.o
obj-$(CONFIG_AD5624R_SPI) += ad5624r_spi.o
obj-$(CONFIG_AD5064) += ad5064.o
obj-$(CONFIG_AD5504) += ad5504.o
Expand Down
Loading

0 comments on commit 5691b23

Please sign in to comment.