| config SPL_LIBCOMMON_SUPPORT |
| config SPL_LIBDISK_SUPPORT |
| config SPL_LIBGENERIC_SUPPORT |
| default y if MMC_SDHCI_ZYNQ |
| config SPL_SPI_FLASH_SUPPORT |
| bool "Zynq DDRC initialization" |
| This option used to perform DDR specific initialization |
| if required. There might be cases like ddr less where we |
| want to skip ddr init and this option is useful for it. |
| string "Board configuration name" |
| 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. |
| string "boot.bin init register filename" |
| Add register writes to boot.bin format (max 256 pairs). |
| Expect a table of register-value pairs, e.g. "0x12345678 0x4321" |
| config ZYNQ_SDHCI_MAX_FREQ |
| source "board/xilinx/Kconfig" |
| source "board/xilinx/zynq/Kconfig" |