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 /configs/syzygy_hub_defconfig | |
parent | f415834608506d0227e4a007ddf92442b32fb20b (diff) | |
download | u-boot-3990c9d627080b79594c71389a30532175772ef0.tar.gz |
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/syzygy_hub_defconfig')
-rw-r--r-- | configs/syzygy_hub_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/syzygy_hub_defconfig b/configs/syzygy_hub_defconfig index 996ecdb38d..8f06465f6e 100644 --- a/configs/syzygy_hub_defconfig +++ b/configs/syzygy_hub_defconfig @@ -33,6 +33,7 @@ CONFIG_CMD_EXT4_WRITE=y CONFIG_OF_EMBED=y CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_FPGA_XILINX=y +CONFIG_FPGA_ZYNQPL=y CONFIG_DM_GPIO=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_ZYNQ=y |