if TARGET_SIMC_TXXXX || TARGET_QT1040_1GB config SYS_VENDOR default "scalys" config RAMBOOT_PBL bool default y config SPL_FSL_PBL bool default y config NOR_FLASH bool prompt "Support NOR flash" default y config NAND_FLASH bool prompt "Support NAND flash" default y config SPI_FLASH bool prompt "Support SPI flash" default y config SDHC_FLASH bool prompt "Support SDHC flash" default y choice prompt "SYSCLK frequency" default SYS_CLK_FREQ_100 config SYS_CLK_FREQ_66 bool prompt "66.6 MHz" config SYS_CLK_FREQ_100 bool prompt "100 MHz" endchoice choice prompt "Bootsource" default NAND_FLASH_BOOT config NAND_FLASH_BOOT bool depends on NAND_FLASH prompt "NAND boot" help Select NAND Flash as the bootsource config NOR_FLASH_BOOT bool depends on NOR_FLASH prompt "NOR boot" help Select NOR Flash as the bootsource config SPI_FLASH_BOOT bool depends on SPI_FLASH prompt "SPI boot" help Select SPI Flash as the bootsource config SDHC_FLASH_BOOT bool depends on SDHC_FLASH prompt "SDHC boot" help Select SDHC Flash as the bootsource endchoice endif