Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
cbea79867e906e642d872f8043ea2f9cb6dd7386
/
.
/
board
/
xilinx
/
versal
/
Kconfig
blob: c0cccc2068b2b77a77dd5231b132642eec549776 [
file
] [
log
] [
blame
]
# 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