Michal Simek | d903ce4 | 2024-05-29 16:47:58 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | # | ||||
3 | # Copyright (C) 2020 - 2022, Xilinx, Inc. | ||||
4 | # Copyright (C) 2022 - 2024, Advanced Micro Devices, Inc. | ||||
5 | # | ||||
6 | if ARCH_VERSAL2 | ||||
7 | |||||
8 | config 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 | |||||
16 | endif |