From 84c30bab5f824fc59ec5b9aea1d745b4a6113f85 Mon Sep 17 00:00:00 2001 From: guozhanxin Date: Fri, 26 Oct 2018 16:03:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=80=89=E6=8B=A9=20flash=20?= =?UTF-8?q?=E7=9A=84=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/imxrt/imxrt1050-ArchMix/Kconfig | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/bsp/imxrt/imxrt1050-ArchMix/Kconfig b/bsp/imxrt/imxrt1050-ArchMix/Kconfig index 89c79cc4e4..6aa07d476d 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"