4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-19 03:01:22 +08:00

[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

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"