diff --git a/bsp/imxrt/imxrt1050-ArchMix/Kconfig b/bsp/imxrt/imxrt1050-ArchMix/Kconfig index 89c79cc4e4ad3b87a56398c2690e9cf6205494e6..6aa07d476dd9b1cc4fdba33149537f0f73013262 100644 --- a/bsp/imxrt/imxrt1050-ArchMix/Kconfig +++ b/bsp/imxrt/imxrt1050-ArchMix/Kconfig @@ -30,15 +30,9 @@ config BOARD_RT1050_ArchMix default y # RT1050 flash select! -choice - prompt "RT1050 Flash select" - default BOARD_USING_QSPIFLASH - config BOARD_USING_HYPERFLASH - bool "HYPERFLASH" - config BOARD_USING_QSPIFLASH - bool "QSPIFLASH" - -endchoice +config BOARD_USING_QSPIFLASH + bool + default y menu "RT1050 Bsp Config"