xref: /rk3399_rockchip-uboot/arch/arm/mach-zynq/Kconfig (revision ae56db5f1c476d76a3f61b9ba0b02bcaa9b3af4e)
1if ARCH_ZYNQ
2
3config SPL_FAT_SUPPORT
4	default y
5
6config SYS_BOARD
7	default "zynq"
8
9config SYS_VENDOR
10	default "xilinx"
11
12config SYS_SOC
13	default "zynq"
14
15config SYS_CONFIG_NAME
16	string "Board configuration name"
17	default "zynq-common"
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.
22
23config SYS_MALLOC_F_LEN
24	default 0x600
25
26endif
27