aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/jesd204b/Kconfig
blob: aff08cfe8f82361a002e934b4dd665e923d12aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# 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.

config XILINX_JESD204B_PHY
	tristate "JESD Phy Driver"
	depends on XILINX_JESD204B
	help
	  This is JESD204b Phy Interface. It enables support for xilinx jesd204b phy
	  controller.

	  If unsure, say N.

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