diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-22 11:36:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-22 11:36:23 -0400 |
commit | 58c8c0963b1c720802c46ac4288c897e5f9cd296 (patch) | |
tree | 08458bac1c2339713a4e0721ff857bcf123aecd6 /drivers/fpga/Kconfig | |
parent | a6c1309782e7a4a6b18e9514ca927487b5727232 (diff) | |
parent | e0027f089bb64f6b84742c580f966bf9c97c900e (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'drivers/fpga/Kconfig')
-rw-r--r-- | drivers/fpga/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig new file mode 100644 index 0000000000..f3f6bf7f67 --- /dev/null +++ b/drivers/fpga/Kconfig @@ -0,0 +1,20 @@ +menu "FPGA support" + +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. + +endmenu |