diff options
author | Vipul Kumar <vipul.kumar@xilinx.com> | 2018-02-16 18:02:51 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-28 13:00:25 -0500 |
commit | 3990c9d627080b79594c71389a30532175772ef0 (patch) | |
tree | 04ad19e18eacadbe070c9c5a6c5bf3d9fbb8b4a5 /drivers | |
parent | f415834608506d0227e4a007ddf92442b32fb20b (diff) | |
download | u-boot-3990c9d627080b79594c71389a30532175772ef0.zip u-boot-3990c9d627080b79594c71389a30532175772ef0.tar.gz u-boot-3990c9d627080b79594c71389a30532175772ef0.tar.bz2 |
arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL
This patch added Kconfig support for CONFIG_FPGA_ZYNQPL and migrates the
values over to the defconfigs.
Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/fpga/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index 4f9f0d1..d36c4c5 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 |