Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[platform/kernel/u-boot.git] / board / xilinx / versal / Kconfig
1 # Copyright (c) 2020, Xilinx, Inc.
2 #
3 # SPDX-License-Identifier: GPL-2.0
4
5 if ARCH_VERSAL
6
7 config CMD_VERSAL
8         bool "Enable Versal specific commands"
9         default y
10         depends on ZYNQMP_FIRMWARE
11         help
12           Enable Versal specific commands.
13
14 endif