blob: 6c71d7840eb5428778660cb29633f91823dd3180 [file] [log] [blame]
Siva Durga Prasad Paladugu650fb402015-06-10 15:50:57 +05301if ARCH_ZYNQMP
2
Michal Simek04b7e622015-01-15 10:01:51 +01003config SYS_BOARD
4 default "zynqmp"
5
6config SYS_VENDOR
7 default "xilinx"
8
9config SYS_SOC
10 default "zynqmp"
11
12config SYS_CONFIG_NAME
Michal Simek7b5413e2016-03-18 18:21:36 +010013 string "Board configuration name"
14 default "xilinx_zynqmp"
15 help
16 This option contains information about board configuration name.
17 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
18 will be used for board configuration.
Michal Simek04b7e622015-01-15 10:01:51 +010019
Siva Durga Prasad Paladuguba1f68e2015-08-04 13:03:26 +053020config ZYNQMP_USB
21 bool "Configure ZynqMP USB"
22
Michal Simek04b7e622015-01-15 10:01:51 +010023endif