1# Copyright (c) 2020, Xilinx, Inc.
2#
3# SPDX-License-Identifier: GPL-2.0
4
5if ARCH_VERSAL
6
7config CMD_VERSAL
8	bool "Enable Versal specific commands"
9	default y
10	depends on ZYNQMP_FIRMWARE
11	help
12	  Enable Versal specific commands.
13
14endif
15