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