1# Copyright (c) 2018, Xilinx, Inc. 2# 3# SPDX-License-Identifier: GPL-2.0 4 5if ARCH_ZYNQMP 6 7config CMD_ZYNQMP 8 bool "Enable ZynqMP specific commands" 9 default y 10 help 11 Enable ZynqMP specific commands like "zynqmp secure" 12 which is used for zynqmp secure image verification. 13 The secure image is a xilinx specific BOOT.BIN with 14 either authentication or encryption or both encryption 15 and authentication feature enabled while generating 16 BOOT.BIN using Xilinx bootgen tool. 17 18endif 19