blob: 2484429d3cb3f6b3a15d22e3d50ea8c5e7b29b84 [file] [log] [blame]
Michal Simek2e53eb22022-09-19 14:21:02 +02001# SPDX-License-Identifier: GPL-2.0
2#
3# Copyright (C) 2020 - 2022, Xilinx, Inc.
4# Copyright (C) 2022, Advanced Micro Devices, Inc.
5#
6
7if ARCH_VERSAL_NET
8
Algapally Santosh Sagar81781392023-05-22 15:21:08 +02009config CMD_VERSAL_NET
10 bool "Enable Versal NET specific commands"
11 default y
12 depends on ZYNQMP_FIRMWARE
13 help
14 Select this to enable Versal NET specific commands.
15 Commands like versalnet loadpdi are enabled by this.
16
Michal Simek2e53eb22022-09-19 14:21:02 +020017endif