Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228397
b: refs/heads/master
c: 12b9d5b
h: refs/heads/master
i:
  228395: afd354f
v: v3
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Dec 16, 2010
1 parent 402b52c commit e5a4618
Show file tree
Hide file tree
Showing 5 changed files with 601 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: 4851d97d87c8dfa8c97037965690cdefe99a767d
refs/heads/master: 12b9d5bf76bfa20d3207ef24fca9c8254a586a58
10 changes: 10 additions & 0 deletions trunk/drivers/staging/iio/dds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ config AD9832
Say yes here to build support for Analog Devices DDS chip
ad9832 and ad9835, provides direct access via sysfs.

config AD9834
tristate "Analog Devices ad9833/4/ driver"
depends on SPI
help
Say yes here to build support for Analog Devices DDS chip
AD9833 and AD9834, provides direct access via sysfs.

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

config AD9850
tristate "Analog Devices ad9850/1 driver"
depends on SPI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/iio/dds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

obj-$(CONFIG_AD5930) += ad5930.o
obj-$(CONFIG_AD9832) += ad9832.o
obj-$(CONFIG_AD9834) += ad9834.o
obj-$(CONFIG_AD9850) += ad9850.o
obj-$(CONFIG_AD9852) += ad9852.o
obj-$(CONFIG_AD9910) += ad9910.o
Expand Down
Loading

0 comments on commit e5a4618

Please sign in to comment.