blob: c0cccc2068b2b77a77dd5231b132642eec549776 [file] [log] [blame]
T Karthik Reddy526a67e2020-06-24 03:23:57 -06001# 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