blob: a049fad80022e9e94fc04e114419c2bf2e5f5c88 [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
Michal Simek04b7e622015-01-15 10:01:51 +01006config SYS_BOARD
7 default "zynqmp"
8
9config SYS_VENDOR
10 default "xilinx"
11
12config SYS_SOC
13 default "zynqmp"
14
15config SYS_CONFIG_NAME
Michal Simek7b5413e2016-03-18 18:21:36 +010016 string "Board configuration name"
17 default "xilinx_zynqmp"
18 help
19 This option contains information about board configuration name.
20 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
21 will be used for board configuration.
Michal Simek04b7e622015-01-15 10:01:51 +010022
Siva Durga Prasad Paladuguba1f68e2015-08-04 13:03:26 +053023config ZYNQMP_USB
24 bool "Configure ZynqMP USB"
25
Simon Glasscb3e4892016-07-05 17:10:13 -060026config SYS_MALLOC_F_LEN
27 default 0x600
28
29
Michal Simek04b7e622015-01-15 10:01:51 +010030endif