From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipul Kumar Date: Fri, 16 Feb 2018 18:02:49 +0530 Subject: [U-Boot] [UBOOT PATCH 1/4] fpga: Added Kconfig support for FPGA_SPARTAN3 In-Reply-To: <1518784372-14228-1-git-send-email-vipulk@xilinx.com> References: <1518784372-14228-1-git-send-email-vipulk@xilinx.com> Message-ID: <1518784372-14228-2-git-send-email-vipulk@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch added Kconfig support for FPGA_SPARTAN3. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- drivers/fpga/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index 6b2c866..ac08bc1 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -45,4 +45,9 @@ 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. + endmenu -- 2.7.4 This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.