X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fxilinx%2Fzynqmp%2FKconfig;h=7d1f7398c3e99e0601b4b844b591a20164931a87;hb=cd228cc04afc79c1383be707d0b812f45dfd53aa;hp=b07932e80583e28b2c35e3f078eedbc15b92d8c5;hpb=7547f78ce255de5ea7f6feae4e11ee1619f0b500;p=oweals%2Fu-boot.git diff --git a/board/xilinx/zynqmp/Kconfig b/board/xilinx/zynqmp/Kconfig index b07932e805..7d1f7398c3 100644 --- a/board/xilinx/zynqmp/Kconfig +++ b/board/xilinx/zynqmp/Kconfig @@ -1,15 +1,18 @@ -if TARGET_XILINX_ZYNQMP +# Copyright (c) 2018, Xilinx, Inc. +# +# SPDX-License-Identifier: GPL-2.0 -config SYS_BOARD - default "zynqmp" +if ARCH_ZYNQMP -config SYS_VENDOR - default "xilinx" - -config SYS_SOC - default "zynqmp" - -config SYS_CONFIG_NAME - default "xilinx_zynqmp" +config CMD_ZYNQMP + bool "Enable ZynqMP specific commands" + default y + help + Enable ZynqMP specific commands like "zynqmp secure" + which is used for zynqmp secure image verification. + The secure image is a xilinx specific BOOT.BIN with + either authentication or encryption or both encryption + and authentication feature enabled while generating + BOOT.BIN using Xilinx bootgen tool. endif