浏览代码

[bsp]Add SOC type

tangyuxin 7 年之前
父节点
当前提交
a702dde0c7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      bsp/lpc54608-LPCXpresso/Kconfig

+ 6 - 0
bsp/lpc54608-LPCXpresso/Kconfig

@@ -20,6 +20,12 @@ config $PKGS_DIR
 
 source "$RTT_DIR/KConfig"
 source "$PKGS_DIR/KConfig"
+
+config SOC_LPC54608
+    bool 
+    select ARCH_ARM_CORTEX_M4
+    default y
+
 source "$BSP_DIR/drivers/Kconfig"