Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281240
b: refs/heads/master
c: 68b14d7
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Dec 8, 2011
1 parent d39d017 commit 6f28a49
Show file tree
Hide file tree
Showing 4 changed files with 405 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: 29bf6263af04d9c062693622937d45db014f1d13
refs/heads/master: 68b14d7ea956770818cf21f4e6ed9ca535b4056c
10 changes: 10 additions & 0 deletions trunk/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 trunk/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 6f28a49

Please sign in to comment.