config SYS_BOARD default "molchip" config SYS_CONFIG_NAME string "molchip project,such as fyxx" config SPL_MMC_SUPPORT bool "emmc support" default n config SELECT_LOAD_UBOOT bool "Boot mode" default y help Select this option to boot image This option is enabled by default for U-Boot. config PRG_BOOT_STAGE_PLUSIN bool "Pre-rolling boot stage" default y help This option is enabled to boot pre-rolling. config RTT_BOOT_STAGE_PLUSIN bool "RT-thread boot stage" default y help This option is enabled to boot rtt. config BOOT_STAGE_LOAD_NN bool "LOAD NN MODEL" default y help This option is enabled to load nnmodel. config BOOTATAGS_FH bool "SPL atags passing support" default n help this option is used to enable atags passing. config BOOT_CMDLINE string "Boot command line specific string to be added to bootargs" default "earlycon console=ttyS0,115200" depends on BOOTATAGS_FH help this options adds the board specific string to bootargs. config SPL_ARGS_TRSF bool "SPL Support ARGS Transmit" help This macro is used to turn on the SPL parameter passing function. config CPU_SCHED bool "SPL Support CLOSE CPU_SCHED" help This macro is used to turn on the SPL parameter passing function. config SPL_ARGS_STR string "SPL Parameter to be passed" default "earlycon console=ttyS0,115200 bbbbbbbbbbbbbbbbb111111111111111" depends on SPL_ARGS_TRSF help Implement this macro to pass your parameters. config SUPPORT_MEMTEST bool "Support Memtest" default n help This option is enabled to support memtest. config DMC_BIST bool "Support dmc bist" default n help This option is enabled to support dmc bist. config SUPPORT_DRAM bool "Support DRAM" default y help This option is enabled to support DRAM. config DDR_TRAINING bool "Support DDR_TRAINING" default y help This option is enabled to support DDR_TRAINING. config PSRAM bool "support PSRAM" default n help This option is to support PSRAM config PSRAM_TRAINING bool "Support PSRAM_TRAINING" default y depends on PSRAM help This option is enabled to support PSRAM_TRAINING. config EYE_SCAN bool "Support EYE_SCAN" default n help This option is enabled to support EYE_SCAN. config SUPPORT_USB2 bool "Support USB2" default y help This option is enabled to support USB2. config SPL_LZMA bool "Support SPL_LZMA" default n help This option is enabled to support SPL_LZMA. config DDR_FREQ int "DDR frequency" default 1200 config PSRAM_FREQ int "PSRAM frequency" depends on PSRAM default 200