Skip to content

Commit

Permalink
drivers/iio/frequency/adf5355: IIO device driver for ADF5355/ADF4355
Browse files Browse the repository at this point in the history
Microwave Wideband Synthesizers with Integrated VCO

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
  • Loading branch information
mhennerich committed Mar 30, 2015
1 parent 05adddb commit 7816102
Show file tree
Hide file tree
Showing 4 changed files with 1,040 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/iio/frequency/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,15 @@ config ADF4350
To compile this driver as a module, choose M here: the
module will be called adf4350.

config ADF5355
tristate "Analog Devices ADF5355/ADF4355 Wideband Synthesizers"
depends on SPI
help
Say yes here to build support for Analog Devices ADF5355/ADF4355
Wideband Synthesizers. The driver provides direct access via sysfs.

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

endmenu
endmenu
1 change: 1 addition & 0 deletions drivers/iio/frequency/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ obj-$(CONFIG_AD9523) += ad9523.o
obj-$(CONFIG_AD9528) += ad9528.o
obj-$(CONFIG_AD9548) += ad9548.o
obj-$(CONFIG_ADF4350) += adf4350.o
obj-$(CONFIG_ADF5355) += adf5355.o
obj-$(CONFIG_CF_AXI_DDS) += cf_axi_dds.o cf_axi_dds_buffer_stream.o
obj-$(CONFIG_CF_AXI_DDS_AD9122) += ad9122.o
obj-$(CONFIG_CF_AXI_DDS_AD9144) += ad9144.o
Expand Down
Loading

0 comments on commit 7816102

Please sign in to comment.