Signed-off-by: Chris Packham <judge.pack...@gmail.com>
---

 drivers/fpga/Kconfig | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index f3f6bf7f6747..d137ab2df1d7 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -17,4 +17,15 @@ 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 Xilinx Spartan-III driver"
+       depends on FPGA_XILINX
+       help
+         Enable FPGA driver for Xilinx Spartan-III devices.
+
+config FPGA_SPARTAN2
+       bool "Enable Xilinx Spartan-II driver"
+       depends on FPGA_XILINX
+       help
+         Enable FPGA driver for Xilinx Spartan-II devices.
 endmenu
-- 
2.10.2

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to