projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5f797406bf86172bfba5c59333efabe7dc29fedf
[oweals/u-boot.git]
/
arch
/
arm
/
cpu
/
armv8
/
zynqmp
/
Kconfig
1
if ARCH_ZYNQMP
2
3
choice
4
prompt "Xilinx ZynqMP board select"
5
6
config TARGET_ZYNQMP_EP
7
bool "ZynqMP EP Board"
8
9
endchoice
10
11
config SYS_BOARD
12
default "zynqmp"
13
14
config SYS_VENDOR
15
default "xilinx"
16
17
config SYS_SOC
18
default "zynqmp"
19
20
config SYS_CONFIG_NAME
21
default "xilinx_zynqmp_ep" if TARGET_ZYNQMP_EP
22
23
config SECURE_IOU
24
bool "Configure ZynqMP secure IOU"
25
default n
26
27
endif