1 2 3 4 5 6 7 8 9 10 11 12 13
# SPDX-License-Identifier: GPL-2.0+ # # B&R Industrial Automation GmbH - http://www.br-automation.com if ARCH_ZYNQ config TARGET_ZYNQ_BR bool "Support BR Zynq builds" depends on SYS_VENDOR = "BuR" select BINMAN endif source "board/BuR/common/Kconfig"