~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 2484429d3cb3f6b3a15d22e3d50ea8c5e7b29b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (C) 2020 - 2022, Xilinx, Inc.
# Copyright (C) 2022, Advanced Micro Devices, Inc.
#

if ARCH_VERSAL_NET

config CMD_VERSAL_NET
	bool "Enable Versal NET specific commands"
	default y
	depends on ZYNQMP_FIRMWARE
	help
	  Select this to enable Versal NET specific commands.
	  Commands like versalnet loadpdi are enabled by this.

endif