Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325365
b: refs/heads/master
c: c499d02
h: refs/heads/master
i:
  325363: 7845407
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Sep 17, 2012
1 parent a88f681 commit 1a46d34
Show file tree
Hide file tree
Showing 5 changed files with 766 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b2b79ffa40d7ae40115631660ff8b6da3cf989b6
refs/heads/master: c499d029d80534a01e858ce9fd1687f2042f7a86
11 changes: 11 additions & 0 deletions trunk/drivers/iio/dac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ config AD5504
To compile this driver as a module, choose M here: the
module will be called ad5504.

config AD5755
tristate "Analog Devices AD5755/AD5755-1/AD5757/AD5735/AD5737 DAC driver"
depends on SPI_MASTER
help
Say yes here to build support for Analog Devices AD5755, AD5755-1,
AD5757, AD5735, AD5737 quad channel Digital to
Analog Converter.

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

config AD5764
tristate "Analog Devices AD5764/64R/44/44R DAC driver"
depends on SPI_MASTER
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/iio/dac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,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_AD5755) += ad5755.o
obj-$(CONFIG_AD5764) += ad5764.o
obj-$(CONFIG_AD5791) += ad5791.o
obj-$(CONFIG_AD5686) += ad5686.o
Expand Down
Loading

0 comments on commit 1a46d34

Please sign in to comment.