From fe0a57c32219b811319f3fb3c06628d9635452be Mon Sep 17 00:00:00 2001 From: xjy <335266746@qq.com> Date: Tue, 8 Nov 2022 13:45:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dflexspi=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/imxrt/imxrt1170-nxp-evk/m7/board/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/imxrt/imxrt1170-nxp-evk/m7/board/Kconfig b/bsp/imxrt/imxrt1170-nxp-evk/m7/board/Kconfig index 83baa59582..9da703c118 100644 --- a/bsp/imxrt/imxrt1170-nxp-evk/m7/board/Kconfig +++ b/bsp/imxrt/imxrt1170-nxp-evk/m7/board/Kconfig @@ -120,10 +120,10 @@ menu "On-chip Peripheral Drivers" default n if BSP_USING_FLEXSPI config BSP_USING_FLEXSPI1 - bool "Enable FLEXCAN1" + bool "Enable FLEXSPI1" default n config BSP_USING_FLEXSPI2 - bool "Enable FLEXCAN2" + bool "Enable FLEXSPI2" default n endif endmenu -- GitLab