blob: f7ab9c0bd45d1107244767034beffa398a161582 [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
Michal Simek04b7e622015-01-15 10:01:51 +010015config SYS_BOARD
16 default "zynqmp"
17
18config SYS_VENDOR
19 default "xilinx"
20
21config SYS_SOC
22 default "zynqmp"
23
24config SYS_CONFIG_NAME
Michal Simek7b5413e2016-03-18 18:21:36 +010025 string "Board configuration name"
26 default "xilinx_zynqmp"
27 help
28 This option contains information about board configuration name.
29 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
30 will be used for board configuration.
Michal Simek04b7e622015-01-15 10:01:51 +010031
Siva Durga Prasad Paladuguba1f68e2015-08-04 13:03:26 +053032config ZYNQMP_USB
33 bool "Configure ZynqMP USB"
34
Simon Glasscb3e4892016-07-05 17:10:13 -060035config SYS_MALLOC_F_LEN
36 default 0x600
37
38
Michal Simek04b7e622015-01-15 10:01:51 +010039endif