浏览代码

修复flexspi配置语法错误

xjy 2 年之前
父节点
当前提交
fe0a57c322
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      bsp/imxrt/imxrt1170-nxp-evk/m7/board/Kconfig

+ 2 - 2
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