]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/fpga/Kconfig
ARM: uniphier: disable CONFIG_ARCH_FIXUP_FDT_MEMORY
[people/ms/u-boot.git] / drivers / fpga / Kconfig
CommitLineData
6ded73aa
MS
1menu "FPGA support"
2
6b245014
SDPP
3config FPGA
4 bool
5
6config 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
13config 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
6ded73aa 20endmenu