Convert CONFIG_SPL_I2C_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 SYS_BOARD
7         default "zynq"
8
9 config SYS_VENDOR
10         default "xilinx"
11
12 config SYS_SOC
13         default "zynq"
14
15 config 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
23 config SYS_MALLOC_F_LEN
24         default 0x600
25
26 endif