Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268879
b: refs/heads/master
c: a3e2940
h: refs/heads/master
i:
  268877: 2dbbe08
  268875: 6819bc3
  268871: bc1a52e
  268863: 5083226
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Oct 23, 2011
1 parent 10a0d67 commit d7cdf5f
Show file tree
Hide file tree
Showing 4 changed files with 594 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: dafb7d1bd07f61cbaf963345d4ed1c89923e6782
refs/heads/master: a3e2940c24d319558dcb7cb7736de9c814be7c7b
11 changes: 11 additions & 0 deletions trunk/drivers/staging/iio/dac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ config AD5064
To compile this driver as a module, choose M here: the
module will be called ad5064.

config AD5360
tristate "Analog Devices Analog Devices AD5360/61/62/63/70/71/73 DAC driver"
depends on SPI
help
Say yes here to build support for Analog Devices AD5360, AD5361,
AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel
Digital to Analog Converters (DAC).

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

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 @@ -2,6 +2,7 @@
# Makefile for industrial I/O DAC drivers
#

obj-$(CONFIG_AD5360) += ad5360.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 d7cdf5f

Please sign in to comment.