blob: 7d1f7398c3e99e0601b4b844b591a20164931a87 [file] [log] [blame]
Siva Durga Prasad Paladuguc436bf92018-02-28 13:26:53 +05301# 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