[U-Boot] [RFC PATCH 2/7] fpga: add Kconfig support for Xilinx Spartan devices
Chris Packham
judge.packham at gmail.com
Tue Nov 22 09:48:57 CET 2016
Signed-off-by: Chris Packham <judge.packham at 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
More information about the U-Boot
mailing list