Michal Simek | 6ded73a | 2016-09-19 10:41:55 +0200 | [diff] [blame] | 1 | menu "FPGA support" |
| 2 | |
Siva Durga Prasad Paladugu | 6b24501 | 2016-01-13 16:25:37 +0530 | [diff] [blame] | 3 | config FPGA |
| 4 | bool |
| 5 | |
| 6 | config FPGA_XILINX |
| 7 | bool "Enable Xilinx FPGA drivers" |
| 8 | select FPGA |
| 9 | help |
| 10 | Enable Xilinx FPGA specific functions which includes bitstream |
| 11 | (in BIT format), fpga and device validation. |
| 12 | |
| 13 | config FPGA_ZYNQMPPL |
| 14 | bool "Enable Xilinx FPGA driver for ZynqMP" |
| 15 | depends on FPGA_XILINX |
| 16 | help |
| 17 | Enable FPGA driver for loading bitstream in BIT and BIN format |
| 18 | on Xilinx Zynq UltraScale+ (ZynqMP) device. |
| 19 | |
Michal Simek | 6ded73a | 2016-09-19 10:41:55 +0200 | [diff] [blame] | 20 | endmenu |