]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-zynq/Kconfig
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / arch / arm / mach-zynq / Kconfig
index db3c5792939e837d9445de839e5e6867d75e50b3..a1175eea6ebb432ec2eb440e5f1caf6be78db1a1 100644 (file)
@@ -1,5 +1,29 @@
 if ARCH_ZYNQ
 
+config SPL_FAT_SUPPORT
+       default y
+
+config SPL_LIBCOMMON_SUPPORT
+       default y
+
+config SPL_LIBDISK_SUPPORT
+       default y
+
+config SPL_LIBGENERIC_SUPPORT
+       default y
+
+config SPL_MMC_SUPPORT
+       default y if ZYNQ_SDHCI
+
+config SPL_SERIAL_SUPPORT
+       default y
+
+config SPL_SPI_FLASH_SUPPORT
+       default y if ZYNQ_QSPI
+
+config SPL_SPI_SUPPORT
+       default y if ZYNQ_QSPI
+
 config SYS_BOARD
        default "zynq"
 
@@ -17,4 +41,7 @@ config SYS_CONFIG_NAME
          Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
          will be used for board configuration.
 
+config SYS_MALLOC_F_LEN
+       default 0x600
+
 endif