Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268846
b: refs/heads/master
c: fcf265d
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Oct 19, 2011
1 parent 3f0d888 commit d65bfba
Show file tree
Hide file tree
Showing 4 changed files with 475 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: fcde2bf0b9a0581db9fe5382e0c90f526c011114
refs/heads/master: fcf265d68dd990bd8be648ba5a590f887aa0d5cf
10 changes: 10 additions & 0 deletions trunk/drivers/staging/iio/dac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
#
menu "Digital to analog convertors"

config AD5064
tristate "Analog Devices AD5064/64-1/44/24 DAC driver"
depends on SPI
help
Say yes here to build support for Analog Devices AD5064, AD5064-1,
AD5044, AD5024 Digital to Analog Converter.

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

config AD5624R_SPI
tristate "Analog Devices AD5624/44/64R 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 @@ -3,6 +3,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_AD5791) += ad5791.o
Expand Down
Loading

0 comments on commit d65bfba

Please sign in to comment.