Skip to content

Commit

Permalink
iio: frequency: support the adf4030 Synchronizer
Browse files Browse the repository at this point in the history
Initial support...

Signed-off-by: Nuno Sa <[email protected]>
  • Loading branch information
nunojsa authored and mhennerich committed Nov 19, 2024
1 parent e9241f4 commit 9de298c
Show file tree
Hide file tree
Showing 3 changed files with 1,430 additions and 0 deletions.
12 changes: 12 additions & 0 deletions drivers/iio/frequency/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@ config LTC6952
To compile this driver as a module, choose M here: the
module will be called ltc6952.

config ADF4030
tristate "Analog Devices ADF4030 10-Channel Precision Synchronizer"
depends on SPI
depends on COMMON_CLK
help
Say yes here to build support for Analog Devices ADF4030
10-Channel Precision Synchronizer. The driver provides direct access
via sysfs.

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

endmenu

menu "Direct Digital Synthesis"
Expand Down
1 change: 1 addition & 0 deletions drivers/iio/frequency/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ obj-$(CONFIG_AD9517) += ad9517.o
obj-$(CONFIG_AD9523) += ad9523.o
obj-$(CONFIG_AD9528) += ad9528.o
obj-$(CONFIG_AD9548) += ad9548.o
obj-$(CONFIG_ADF4030) += adf4030.o
obj-$(CONFIG_ADF4159) += adf4159.o
obj-$(CONFIG_ADF4350) += adf4350.o
obj-$(CONFIG_ADF4360) += adf4360.o
Expand Down
Loading

0 comments on commit 9de298c

Please sign in to comment.