kumquat-buildroot/package/versal-firmware/Config.in

25 lines
574 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_VERSAL_FIRMWARE
bool "versal-firmware"
depends on BR2_aarch64
help
Pre-built firmware files for Xilinx Versal boards.
https://github.com/Xilinx/soc-prebuilt-firmware
if BR2_PACKAGE_VERSAL_FIRMWARE
config BR2_PACKAGE_VERSAL_FIRMWARE_VERSION
string "firmware version"
default "xilinx_v2023.1"
help
Release version of Versal firmware.
config BR2_PACKAGE_VERSAL_FIRMWARE_BOARD
string "board name"
default "vck190"
help
Name of Versal target board.
Used for installing the appropriate firmware.
endif # BR2_PACKAGE_VERSAL_FIRMWARE