-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc: jesd204b: Add driver for Xilinx jesd204b
Create new folder for xilinx jesd204b driver. Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> State: pending
- Loading branch information
Shubhrajyoti Datta
authored and
Michal Simek
committed
May 27, 2021
1 parent
3abdddb
commit 70fb7e7
Showing
6 changed files
with
587 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# | ||
# Jesd204b support | ||
# | ||
|
||
config XILINX_JESD204B | ||
tristate "Xilinx JESD204B" | ||
help | ||
This option enables support for the Xilinx JESD204B driver. | ||
It is designed to allow user to access JESD204B IP registers | ||
with sysfs entries. JESD204B is the protocol used by High-Speed | ||
data converters to transfer data to FPGA/ASIC. | ||
|
||
If unsure, say N. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called jesd204b. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
obj-$(CONFIG_XILINX_JESD204B) += jesd204b.o | ||
jesd204b-y += xilinx_jesd204b.o |
Oops, something went wrong.