blob: ffa2f0215d413ce07aa1f3ec3ac8877ea8af36d7 [file] [log] [blame]
Siva Durga Prasad Paladugub1acb652018-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"
Algapally Santosh Sagarbf34dd42023-02-01 02:55:53 -07009 depends on ZYNQMP_FIRMWARE
Siva Durga Prasad Paladugub1acb652018-02-28 13:26:53 +053010 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