blob: ab46af6935efe5cc9d19ef252d0560d5a778b30d [file] [log] [blame]
Michal Simekd903ce42024-05-29 16:47:58 +02001# SPDX-License-Identifier: GPL-2.0
2#
3# Copyright (C) 2020 - 2022, Xilinx, Inc.
4# Copyright (C) 2022 - 2024, Advanced Micro Devices, Inc.
5#
6if ARCH_VERSAL2
7
8config CMD_VERSAL2
9 bool "Enable Versal Gen 2 specific commands"
10 default y
11 depends on ZYNQMP_FIRMWARE
12 help
13 Select this to enable AMD Versal Gen 2 specific commands.
14 Commands like versal2 loadpdi are enabled by this.
15
16endif