summaryrefslogtreecommitdiff
path: root/board/BuR/zynq/Kconfig
blob: c7010fb26b382be56e910a184e763ad3283cf6da (plain)
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"