blob: 51f3384718521451583c0bb96273677d130bd37e [file] [log] [blame]
Siva Durga Prasad Paladugu650fb402015-06-10 15:50:57 +05301if ARCH_ZYNQMP
2
Simon Glass6172e2e2016-09-12 23:18:38 -06003config SPL_FAT_SUPPORT
4 default y
5
Simon Glassf2a89462016-09-12 23:18:41 -06006config SPL_LIBCOMMON_SUPPORT
7 default y
8
Simon Glassf6de2572016-09-12 23:18:42 -06009config SPL_LIBDISK_SUPPORT
10 default y
11
Michal Simek04b7e622015-01-15 10:01:51 +010012config SYS_BOARD
13 default "zynqmp"
14
15config SYS_VENDOR
16 default "xilinx"
17
18config SYS_SOC
19 default "zynqmp"
20
21config SYS_CONFIG_NAME
Michal Simek7b5413e2016-03-18 18:21:36 +010022 string "Board configuration name"
23 default "xilinx_zynqmp"
24 help
25 This option contains information about board configuration name.
26 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
27 will be used for board configuration.
Michal Simek04b7e622015-01-15 10:01:51 +010028
Siva Durga Prasad Paladuguba1f68e2015-08-04 13:03:26 +053029config ZYNQMP_USB
30 bool "Configure ZynqMP USB"
31
Simon Glasscb3e4892016-07-05 17:10:13 -060032config SYS_MALLOC_F_LEN
33 default 0x600
34
35
Michal Simek04b7e622015-01-15 10:01:51 +010036endif