diff mbox series

[U-Boot,3/4] arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL

Message ID 1518784372-14228-4-git-send-email-vipulk@xilinx.com
State Accepted
Delegated to: Tom Rini
Headers show
Series fpga: Moved fpga u-boot headers to the Kconfig | expand

Commit Message

Vipul Kumar Feb. 16, 2018, 12:32 p.m. UTC
This patch added Kconfig support for CONFIG_FPGA_ZYNQPL.

Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
---
 drivers/fpga/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

--
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.

Comments

Tom Rini Feb. 28, 2018, 8:24 p.m. UTC | #1
On Fri, Feb 16, 2018 at 06:02:51PM +0530, Vipul Kumar wrote:

> This patch added Kconfig support for CONFIG_FPGA_ZYNQPL.
> 
> Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
> Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>

After merging 4/4 into this (we should always update the defconfigs in
the patch, otherwise we may get build warnings later when bisecting),
applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index ac08bc1..50e9019 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -50,4 +50,11 @@  config FPGA_SPARTAN3
        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