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	depends on ZYNQMP_FIRMWARE
10	default y
11	help
12	  Enable ZynqMP specific commands like "zynqmp secure"
13	  which is used for zynqmp secure image verification.
14	  The secure image is a xilinx specific BOOT.BIN with
15	  either authentication or encryption or both encryption
16	  and authentication feature enabled while generating
17	  BOOT.BIN using Xilinx bootgen tool.
18
19endif
20