U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vipul Kumar <vipul.kumar@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [UBOOT PATCH 3/4] arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL
Date: Fri, 16 Feb 2018 18:02:51 +0530	[thread overview]
Message-ID: <1518784372-14228-4-git-send-email-vipulk@xilinx.com> (raw)
In-Reply-To: <1518784372-14228-1-git-send-email-vipulk@xilinx.com>

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(+)

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

  parent reply	other threads:[~2018-02-16 12:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-16 12:32 [U-Boot] [UBOOT PATCH 0/4] fpga: Moved fpga u-boot headers to the Kconfig Vipul Kumar
2018-02-16 12:32 ` [U-Boot] [UBOOT PATCH 1/4] fpga: Added Kconfig support for FPGA_SPARTAN3 Vipul Kumar
2018-02-28 20:24   ` [U-Boot] [U-Boot, " Tom Rini
2018-03-01  7:05     ` Michal Simek
2018-03-01 14:28       ` Tom Rini
2018-03-01 14:30         ` Michal Simek
2018-02-16 12:32 ` [U-Boot] [UBOOT PATCH 2/4] fpga: Added CONFIG_FPGA_SPARTAN3 in the the respective defconfig Vipul Kumar
2018-02-16 12:32 ` Vipul Kumar [this message]
2018-02-28 20:24   ` [U-Boot] [U-Boot, 3/4] arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL Tom Rini
2018-02-16 12:32 ` [U-Boot] [UBOOT PATCH 4/4] arm: zynq: fpga: Added CONFIG_FPGA_ZYNQPL in the respective defconfig Vipul Kumar
2018-02-26  9:41 ` [U-Boot] [UBOOT PATCH 0/4] fpga: Moved fpga u-boot headers to the Kconfig Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1518784372-14228-4-git-send-email-vipulk@xilinx.com \
    --to=vipul.kumar@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox