2016-09-19 08:41:55 +00:00
|
|
|
menu "FPGA support"
|
|
|
|
|
2016-01-13 10:55:37 +00:00
|
|
|
config FPGA
|
|
|
|
bool
|
|
|
|
|
|
|
|
config FPGA_XILINX
|
|
|
|
bool "Enable Xilinx FPGA drivers"
|
|
|
|
select FPGA
|
|
|
|
help
|
|
|
|
Enable Xilinx FPGA specific functions which includes bitstream
|
|
|
|
(in BIT format), fpga and device validation.
|
|
|
|
|
|
|
|
config FPGA_ZYNQMPPL
|
|
|
|
bool "Enable Xilinx FPGA driver for ZynqMP"
|
|
|
|
depends on FPGA_XILINX
|
|
|
|
help
|
|
|
|
Enable FPGA driver for loading bitstream in BIT and BIN format
|
|
|
|
on Xilinx Zynq UltraScale+ (ZynqMP) device.
|
|
|
|
|
2016-09-19 08:41:55 +00:00
|
|
|
endmenu
|