blob: 0e055e2313dbd2edbd53cfa131d1cf76125a8829 [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
Simon Glassb16c92c2016-09-12 23:18:43 -060012config SPL_LIBGENERIC_SUPPORT
13 default y
14
Simon Glassbd58f1d2016-09-12 23:18:44 -060015config SPL_MMC_SUPPORT
16 default y
17
Michal Simek04b7e622015-01-15 10:01:51 +010018config SYS_BOARD
19 default "zynqmp"
20
21config SYS_VENDOR
22 default "xilinx"
23
24config SYS_SOC
25 default "zynqmp"
26
27config SYS_CONFIG_NAME
Michal Simek7b5413e2016-03-18 18:21:36 +010028 string "Board configuration name"
29 default "xilinx_zynqmp"
30 help
31 This option contains information about board configuration name.
32 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
33 will be used for board configuration.
Michal Simek04b7e622015-01-15 10:01:51 +010034
Siva Durga Prasad Paladuguba1f68e2015-08-04 13:03:26 +053035config ZYNQMP_USB
36 bool "Configure ZynqMP USB"
37
Simon Glasscb3e4892016-07-05 17:10:13 -060038config SYS_MALLOC_F_LEN
39 default 0x600
40
41
Michal Simek04b7e622015-01-15 10:01:51 +010042endif