T Karthik Reddy | 526a67e | 2020-06-24 03:23:57 -0600 | [diff] [blame] | 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 |