]> git.sur5r.net Git - u-boot/blobdiff - drivers/fpga/Kconfig
net: sun8i-emac: fix printing NULL character
[u-boot] / drivers / fpga / Kconfig
index 6b2c866319c76742f30977e6e256020bf87596f2..d36c4c5e2804002a0515ab4f9e945ce18d731163 100644 (file)
@@ -45,4 +45,16 @@ config FPGA_ZYNQMPPL
          Enable FPGA driver for loading bitstream in BIT and BIN format
          on Xilinx Zynq UltraScale+ (ZynqMP) device.
 
+config FPGA_SPARTAN3
+       bool "Enable Spartan3 FPGA driver"
+       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