2015-03-16 07:43:24 +00:00
|
|
|
if ARCH_ZYNQ
|
2014-08-30 22:10:55 +00:00
|
|
|
|
2016-09-13 05:18:38 +00:00
|
|
|
config SPL_FAT_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:41 +00:00
|
|
|
config SPL_LIBCOMMON_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:42 +00:00
|
|
|
config SPL_LIBDISK_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:43 +00:00
|
|
|
config SPL_LIBGENERIC_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:44 +00:00
|
|
|
config SPL_MMC_SUPPORT
|
|
|
|
default y if ZYNQ_SDHCI
|
|
|
|
|
2016-09-13 05:18:56 +00:00
|
|
|
config SPL_SERIAL_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:57 +00:00
|
|
|
config SPL_SPI_FLASH_SUPPORT
|
|
|
|
default y if ZYNQ_QSPI
|
|
|
|
|
2016-09-13 05:18:58 +00:00
|
|
|
config SPL_SPI_SUPPORT
|
|
|
|
default y if ZYNQ_QSPI
|
|
|
|
|
2014-08-30 22:10:55 +00:00
|
|
|
config SYS_BOARD
|
|
|
|
default "zynq"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "xilinx"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "zynq"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
2016-05-20 12:59:33 +00:00
|
|
|
string "Board configuration name"
|
|
|
|
default "zynq-common"
|
|
|
|
help
|
|
|
|
This option contains information about board configuration name.
|
|
|
|
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
|
|
|
|
will be used for board configuration.
|
2014-08-30 22:10:55 +00:00
|
|
|
|
2016-07-05 23:10:13 +00:00
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x600
|
|
|
|
|
2014-08-30 22:10:55 +00:00
|
|
|
endif
|