linuxOS_D21X/source/uboot-2021.10/board/xilinx/versal/Kconfig

15 lines
235 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
# 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