blob: a049fad80022e9e94fc04e114419c2bf2e5f5c88 [file] [log] [blame]
Siva Durga Prasad Paladugu0b54a9d2015-06-10 15:50:57 +05301if ARCH_ZYNQMP
2
Simon Glassae56db52016-09-12 23:18:38 -06003config SPL_FAT_SUPPORT
4 default y
5
Michal Simek84c72042015-01-15 10:01:51 +01006config SYS_BOARD
7 default "zynqmp"
8
9config SYS_VENDOR
10 default "xilinx"
11
12config SYS_SOC
13 default "zynqmp"
14
15config SYS_CONFIG_NAME
Michal Simeka1108da2016-03-18 18:21:36 +010016 string "Board configuration name"
17 default "xilinx_zynqmp"
18 help
19 This option contains information about board configuration name.
20 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
21 will be used for board configuration.
Michal Simek84c72042015-01-15 10:01:51 +010022
Siva Durga Prasad Paladugu16fa00a2015-08-04 13:03:26 +053023config ZYNQMP_USB
24 bool "Configure ZynqMP USB"
25
Simon Glass04e38902016-07-05 17:10:13 -060026config SYS_MALLOC_F_LEN
27 default 0x600
28
29
Michal Simek84c72042015-01-15 10:01:51 +010030endif