Skip to content

Commit

Permalink
staging: iio: dds: new driver for AD9910 devices
Browse files Browse the repository at this point in the history
Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Cliff Cai authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent a886689 commit 2996a2d
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/staging/iio/dds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ config AD9852
help
Say yes here to build support for Analog Devices DDS chip
ad9852/4, provides direct access via sysfs.

config AD9910
tristate "Analog Devices ad9910 driver"
depends on SPI
help
Say yes here to build support for Analog Devices DDS chip
ad9910, provides direct access via sysfs.
1 change: 1 addition & 0 deletions drivers/staging/iio/dds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ obj-$(CONFIG_AD5930) += ad5930.o
obj-$(CONFIG_AD9832) += ad9832.o
obj-$(CONFIG_AD9850) += ad9850.o
obj-$(CONFIG_AD9852) += ad9852.o
obj-$(CONFIG_AD9910) += ad9910.o
Loading

0 comments on commit 2996a2d

Please sign in to comment.