blob: 6ad04cb25ee9ccce298f1faed3633c7ac059cbd9 [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
Simon Glass219d6122016-09-12 23:18:57 -060021config SPL_SPI_FLASH_SUPPORT
22 default y if ZYNQ_QSPI
23
Michal Simek04b7e622015-01-15 10:01:51 +010024config SYS_BOARD
25 default "zynqmp"
26
27config SYS_VENDOR
28 default "xilinx"
29
30config SYS_SOC
31 default "zynqmp"
32
33config SYS_CONFIG_NAME
Michal Simek7b5413e2016-03-18 18:21:36 +010034 string "Board configuration name"
35 default "xilinx_zynqmp"
36 help
37 This option contains information about board configuration name.
38 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
39 will be used for board configuration.
Michal Simek04b7e622015-01-15 10:01:51 +010040
Siva Durga Prasad Paladuguba1f68e2015-08-04 13:03:26 +053041config ZYNQMP_USB
42 bool "Configure ZynqMP USB"
43
Simon Glasscb3e4892016-07-05 17:10:13 -060044config SYS_MALLOC_F_LEN
45 default 0x600
46
47
Michal Simek04b7e622015-01-15 10:01:51 +010048endif