blob: e5a4fdd0fda0924f74075b4f4d5dc199601ac457 [file] [log] [blame]
Siva Durga Prasad Paladugu650fb402015-06-10 15:50:57 +05301if ARCH_ZYNQMP
2
3choice
4 prompt "Xilinx ZynqMP board select"
5
6config TARGET_ZYNQMP_EP
7 bool "ZynqMP EP Board"
8
9endchoice
Michal Simek04b7e622015-01-15 10:01:51 +010010
11config SYS_BOARD
12 default "zynqmp"
13
14config SYS_VENDOR
15 default "xilinx"
16
17config SYS_SOC
18 default "zynqmp"
19
20config SYS_CONFIG_NAME
Siva Durga Prasad Paladugu650fb402015-06-10 15:50:57 +053021 default "xilinx_zynqmp_ep" if TARGET_ZYNQMP_EP
Michal Simek04b7e622015-01-15 10:01:51 +010022
Michal Simek3c9d08b2015-07-29 13:10:02 +020023config SECURE_IOU
24 bool "Configure ZynqMP secure IOU"
25 default n
26
Siva Durga Prasad Paladuguba1f68e2015-08-04 13:03:26 +053027config ZYNQMP_USB
28 bool "Configure ZynqMP USB"
29
Michal Simek04b7e622015-01-15 10:01:51 +010030endif