瀏覽代碼

[BSP][qemu-vexpress-a9] add SOC chip type definition

Bernard Xiong 7 年之前
父節點
當前提交
5083b84c96
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      bsp/qemu-vexpress-a9/Kconfig

+ 6 - 0
bsp/qemu-vexpress-a9/Kconfig

@@ -17,4 +17,10 @@ config $PKGS_DIR
 
 source "$RTT_DIR/Kconfig"
 source "$PKGS_DIR/Kconfig"
+
+config SOC_VEXPRESS_A9
+    bool
+    select ARCH_ARM_CORTEX_A9
+    default y
+
 source "$BSP_DIR/drivers/Kconfig"