diff options
author | Nava kishore Manne <nava.manne@xilinx.com> | 2019-04-15 12:47:48 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-04-15 10:23:18 +0200 |
commit | c09f7471127e9debf3e814ffef4f4012c31a5a3d (patch) | |
tree | a9ce68a2f9ede200117b78876b779d3a5a41aec1 /drivers/fpga/Kconfig | |
parent | 9b0879620ea8b612f1baab188cb867fd055899d6 (diff) | |
download | linux-c09f7471127e9debf3e814ffef4f4012c31a5a3d.tar.bz2 |
fpga manager: Adding FPGA Manager support for Xilinx zynqmp
This patch adds FPGA Manager support for the Xilinx
ZynqMP chip.
Signed-off-by: Nava kishore Manne <nava.manne@xilinx.com>
Reviewed-by: Moritz Fischer <mdf@kernel.org>
Acked-by: Alan Tull <atull@kernel.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/fpga/Kconfig')
-rw-r--r-- | drivers/fpga/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index c20445b867ae..d892f3efcd76 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -204,4 +204,13 @@ config FPGA_DFL_PCI To compile this as a module, choose M here. +config FPGA_MGR_ZYNQMP_FPGA + tristate "Xilinx ZynqMP FPGA" + depends on ARCH_ZYNQMP || COMPILE_TEST + help + FPGA manager driver support for Xilinx ZynqMP FPGAs. + This driver uses the processor configuration port(PCAP) + to configure the programmable logic(PL) through PS + on ZynqMP SoC. + endif # FPGA |