aboutsummaryrefslogtreecommitdiff
path: root/board/xilinx/versal/Kconfig
blob: c0cccc2068b2b77a77dd5231b132642eec549776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2020, Xilinx, Inc.
#
# SPDX-License-Identifier: GPL-2.0

if ARCH_VERSAL

config CMD_VERSAL
	bool "Enable Versal specific commands"
	default y
	depends on ZYNQMP_FIRMWARE
	help
	  Enable Versal specific commands.

endif