blob: f37097095bdceaf64ba5d18468a8d0229a0f636d [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
Simon Glasse076d6f2016-09-12 23:18:56 -060018config SPL_SERIAL_SUPPORT
19 default y
20
Michal Simek04b7e622015-01-15 10:01:51 +010021config SYS_BOARD
22 default "zynqmp"
23
24config SYS_VENDOR
25 default "xilinx"
26
27config SYS_SOC
28 default "zynqmp"
29
30config SYS_CONFIG_NAME
Michal Simek7b5413e2016-03-18 18:21:36 +010031 string "Board configuration name"
32 default "xilinx_zynqmp"
33 help
34 This option contains information about board configuration name.
35 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
36 will be used for board configuration.
Michal Simek04b7e622015-01-15 10:01:51 +010037
Siva Durga Prasad Paladuguba1f68e2015-08-04 13:03:26 +053038config ZYNQMP_USB
39 bool "Configure ZynqMP USB"
40
Simon Glasscb3e4892016-07-05 17:10:13 -060041config SYS_MALLOC_F_LEN
42 default 0x600
43
44
Michal Simek04b7e622015-01-15 10:01:51 +010045endif