]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv8/zynqmp/Kconfig
Convert CONFIG_SPL_FAT_SUPPORT to Kconfig
[people/ms/u-boot.git] / arch / arm / cpu / armv8 / zynqmp / Kconfig
1 if ARCH_ZYNQMP
2
3 config SPL_FAT_SUPPORT
4 default y
5
6 config SYS_BOARD
7 default "zynqmp"
8
9 config SYS_VENDOR
10 default "xilinx"
11
12 config SYS_SOC
13 default "zynqmp"
14
15 config SYS_CONFIG_NAME
16 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.
22
23 config ZYNQMP_USB
24 bool "Configure ZynqMP USB"
25
26 config SYS_MALLOC_F_LEN
27 default 0x600
28
29
30 endif