arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL
[oweals/u-boot.git] / drivers / fpga / Kconfig
index 4f9f0d1c4cb5430b1a866c41c5d5de3716fe6601..d36c4c5e2804002a0515ab4f9e945ce18d731163 100644 (file)
@@ -50,4 +50,11 @@ config FPGA_SPARTAN3
        help
          Enable Spartan3 FPGA driver for loading in BIT format.
 
+config FPGA_ZYNQPL
+       bool "Enable Xilinx FPGA for Zynq"
+       depends on ARCH_ZYNQ
+       help
+         Enable FPGA driver for loading bitstream in BIT and BIN format
+         on Xilinx Zynq devices.
+
 endmenu