Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblaze
[oweals/u-boot.git] / arch / arm / mach-zynqmp-r5 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 if ARCH_ZYNQMP_R5
4
5 config SYS_BOARD
6         string "Board name"
7         default "zynqmp_r5"
8
9 config SYS_VENDOR
10         string "Vendor name"
11         default "xilinx"
12
13 config SYS_SOC
14         default "zynqmp-r5"
15
16 config SYS_CONFIG_NAME
17         string "Board configuration name"
18         default "xilinx_zynqmp_r5"
19         help
20           This option contains information about board configuration name.
21           Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
22           will be used for board configuration.
23
24 config SYS_MALLOC_F_LEN
25         default 0x600
26
27 endif