]> git.sur5r.net Git - u-boot/blobdiff - drivers/fpga/Kconfig
dm: core: Add ofnode function to read a 64-bit int
[u-boot] / drivers / fpga / Kconfig
index f3f6bf7f6747fc214f9456a0edea8d48a4826ff2..d36c4c5e2804002a0515ab4f9e945ce18d731163 100644 (file)
@@ -3,6 +3,34 @@ menu "FPGA support"
 config FPGA
        bool
 
+config FPGA_ALTERA
+       bool "Enable Altera FPGA drivers"
+       select FPGA
+       help
+         Say Y here to enable the Altera FPGA driver
+
+         This provides basic infrastructure to support Altera FPGA devices.
+         Enable Altera FPGA specific functions which includes bitstream
+         (in BIT format), fpga and device validation.
+
+config FPGA_SOCFPGA
+       bool "Enable Gen5 and Arria10 common FPGA drivers"
+       select FPGA_ALTERA
+       help
+         Say Y here to enable the Gen5 and Arria10 common FPGA driver
+
+         This provides common functionality for Gen5 and Arria10 devices.
+
+config FPGA_CYCLON2
+       bool "Enable Altera FPGA driver for Cyclone II"
+       depends on FPGA_ALTERA
+       help
+         Say Y here to enable the Altera Cyclone II FPGA specific driver
+
+         This provides common functionality for Altera Cyclone II devices.
+         Enable FPGA driver for loading bitstream in BIT and BIN format
+         on Altera Cyclone II device.
+
 config FPGA_XILINX
        bool "Enable Xilinx FPGA drivers"
        select FPGA
@@ -17,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