]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-zynq/Kconfig
Convert CONFIG_SPL_FAT_SUPPORT to Kconfig
[people/ms/u-boot.git] / arch / arm / mach-zynq / Kconfig
CommitLineData
5ca269a4 1if ARCH_ZYNQ
44dcb403 2
ae56db5f
SG
3config SPL_FAT_SUPPORT
4 default y
5
44dcb403 6config SYS_BOARD
44dcb403
MY
7 default "zynq"
8
9config SYS_VENDOR
44dcb403
MY
10 default "xilinx"
11
12config SYS_SOC
44dcb403
MY
13 default "zynq"
14
15config SYS_CONFIG_NAME
ad5b5801
MS
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.
44dcb403 22
04e38905
SG
23config SYS_MALLOC_F_LEN
24 default 0x600
25
44dcb403 26endif