Kconfig 489 B

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