6 config SPL_LIBCOMMON_SUPPORT
9 config SPL_LIBDISK_SUPPORT
12 config SPL_LIBGENERIC_SUPPORT
16 default y if MMC_SDHCI_ZYNQ
21 config SPL_SPI_FLASH_SUPPORT
22 default y if ZYNQ_QSPI
25 default y if ZYNQ_QSPI
28 bool "Zynq DDRC initialization"
31 This option used to perform DDR specific initialization
32 if required. There might be cases like ddr less where we
33 want to skip ddr init and this option is useful for it.
46 config SYS_CONFIG_NAME
47 string "Board configuration name"
50 This option contains information about board configuration name.
51 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
52 will be used for board configuration.
54 config SYS_MALLOC_F_LEN
61 string "boot.bin init register filename"
64 Add register writes to boot.bin format (max 256 pairs).
65 Expect a table of register-value pairs, e.g. "0x12345678 0x4321"
67 config ZYNQ_SDHCI_MAX_FREQ
70 source "board/xilinx/Kconfig"
71 source "board/xilinx/zynq/Kconfig"