diff options
author | Vipul Kumar | 2018-02-16 18:02:51 +0530 |
---|---|---|
committer | Tom Rini | 2018-02-28 13:00:25 -0500 |
commit | 3990c9d627080b79594c71389a30532175772ef0 (patch) | |
tree | 04ad19e18eacadbe070c9c5a6c5bf3d9fbb8b4a5 /configs/zynq_zybo_defconfig | |
parent | f415834608506d0227e4a007ddf92442b32fb20b (diff) |
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 'configs/zynq_zybo_defconfig')
-rw-r--r-- | configs/zynq_zybo_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zybo_defconfig b/configs/zynq_zybo_defconfig index 138b249453c..2a45ceeb2c9 100644 --- a/configs/zynq_zybo_defconfig +++ b/configs/zynq_zybo_defconfig @@ -38,6 +38,7 @@ CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y CONFIG_FPGA_XILINX=y +CONFIG_FPGA_ZYNQPL=y CONFIG_DM_GPIO=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_ZYNQ=y |