aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/xilinx/versal/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/xilinx/versal/Kconfig')
-rw-r--r--roms/u-boot/board/xilinx/versal/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/board/xilinx/versal/Kconfig b/roms/u-boot/board/xilinx/versal/Kconfig
new file mode 100644
index 000000000..c0cccc206
--- /dev/null
+++ b/roms/u-boot/board/xilinx/versal/Kconfig
@@ -0,0 +1,14 @@
+# Copyright (c) 2020, Xilinx, Inc.
+#
+# SPDX-License-Identifier: GPL-2.0
+
+if ARCH_VERSAL
+
+config CMD_VERSAL
+ bool "Enable Versal specific commands"
+ default y
+ depends on ZYNQMP_FIRMWARE
+ help
+ Enable Versal specific commands.
+
+endif