Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig
[platform/kernel/u-boot.git] / arch / arm / mach-zynq / Kconfig
1 if ARCH_ZYNQ
2
3 config SPL_FAT_SUPPORT
4         default y
5
6 config SPL_LIBCOMMON_SUPPORT
7         default y
8
9 config SYS_BOARD
10         default "zynq"
11
12 config SYS_VENDOR
13         default "xilinx"
14
15 config SYS_SOC
16         default "zynq"
17
18 config SYS_CONFIG_NAME
19         string "Board configuration name"
20         default "zynq-common"
21         help
22           This option contains information about board configuration name.
23           Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
24           will be used for board configuration.
25
26 config SYS_MALLOC_F_LEN
27         default 0x600
28
29 endif