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

This commit is contained in:
Bernard Xiong 2018-03-05 21:17:41 +08:00
parent f83eb41ef7
commit 5083b84c96
1 changed files with 6 additions and 0 deletions

View File

@ -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"