Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk
[oweals/u-boot.git] / board / xilinx / zynqmp / Kconfig
index b07932e80583e28b2c35e3f078eedbc15b92d8c5..7d1f7398c3e99e0601b4b844b591a20164931a87 100644 (file)
@@ -1,15 +1,18 @@
-if TARGET_XILINX_ZYNQMP
+# Copyright (c) 2018, Xilinx, Inc.
+#
+# SPDX-License-Identifier: GPL-2.0
 
-config SYS_BOARD
-       default "zynqmp"
+if ARCH_ZYNQMP
 
-config SYS_VENDOR
-       default "xilinx"
-
-config SYS_SOC
-       default "zynqmp"
-
-config SYS_CONFIG_NAME
-       default "xilinx_zynqmp"
+config CMD_ZYNQMP
+       bool "Enable ZynqMP specific commands"
+       default y
+       help
+         Enable ZynqMP specific commands like "zynqmp secure"
+         which is used for zynqmp secure image verification.
+         The secure image is a xilinx specific BOOT.BIN with
+         either authentication or encryption or both encryption
+         and authentication feature enabled while generating
+         BOOT.BIN using Xilinx bootgen tool.
 
 endif