File tree Expand file tree Collapse file tree 3 files changed +631
-0
lines changed
Expand file tree Collapse file tree 3 files changed +631
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ config AXI_ADXCVR
1010 depends on COMMON_CLK
1111 select XILINX_TRANSCEIVER
1212
13+ config AXI_FSRC_SEQUENCER
14+ tristate "Analog Devices AXI FSRC Sequencer Support"
15+ help
16+ This driver allows to inject and remove invalid frames
17+ from a stream.
18+
1319config AXI_JESD204B
1420 tristate "Generic AXI JESD204B configuration driver"
1521 depends on COMMON_CLK
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ obj-$(CONFIG_AXI_ADXCVR) += axi_adxcvr_drv.o
33obj-$(CONFIG_AXI_JESD204B) += axi_jesd204b_v51.o axi_jesd204b_gt.o
44obj-$(CONFIG_AXI_JESD204_RX) += axi_jesd204_rx.o
55obj-$(CONFIG_AXI_JESD204_TX) += axi_jesd204_tx.o
6+ obj-$(CONFIG_AXI_FSRC_SEQUENCER) += axi_fsrc_sequencer.o
67obj-$(CONFIG_XILINX_TRANSCEIVER) += xilinx_transceiver.o
78obj-$(CONFIG_ALTERA_ARRIA10_JESD204_PHY) += altera_adxcvr.o
89obj-$(CONFIG_ADI_IIO_FAKEDEV) += adi-iio-fakedev.o
You can’t perform that action at this time.
0 commit comments