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 | |
Patrick Bruenn | 98d62e6 | 2016-11-04 11:57:02 +0100 | [diff] [blame] | 6 | config FPGA_ALTERA |
| 7 | bool "Enable Altera FPGA drivers" |
| 8 | select FPGA |
| 9 | help |
| 10 | Say Y here to enable the Altera FPGA driver |
| 11 | |
| 12 | This provides basic infrastructure to support Altera FPGA devices. |
| 13 | Enable Altera FPGA specific functions which includes bitstream |
| 14 | (in BIT format), fpga and device validation. |
| 15 | |
| 16 | config FPGA_CYCLON2 |
| 17 | bool "Enable Altera FPGA driver for Cyclone II" |
| 18 | depends on FPGA_ALTERA |
| 19 | help |
| 20 | Say Y here to enable the Altera Cyclone II FPGA specific driver |
| 21 | |
| 22 | This provides common functionality for Altera Cyclone II devices. |
| 23 | Enable FPGA driver for loading bitstream in BIT and BIN format |
| 24 | on Altera Cyclone II device. |
| 25 | |
Siva Durga Prasad Paladugu | 6b24501 | 2016-01-13 16:25:37 +0530 | [diff] [blame] | 26 | config FPGA_XILINX |
| 27 | bool "Enable Xilinx FPGA drivers" |
| 28 | select FPGA |
| 29 | help |
| 30 | Enable Xilinx FPGA specific functions which includes bitstream |
| 31 | (in BIT format), fpga and device validation. |
| 32 | |
| 33 | config FPGA_ZYNQMPPL |
| 34 | bool "Enable Xilinx FPGA driver for ZynqMP" |
| 35 | depends on FPGA_XILINX |
| 36 | help |
| 37 | Enable FPGA driver for loading bitstream in BIT and BIN format |
| 38 | on Xilinx Zynq UltraScale+ (ZynqMP) device. |
| 39 | |
Michal Simek | 6ded73a | 2016-09-19 10:41:55 +0200 | [diff] [blame] | 40 | endmenu |