Skip to content

Commit 5083b84

Browse files
committed
[BSP][qemu-vexpress-a9] add SOC chip type definition
1 parent f83eb41 commit 5083b84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bsp/qemu-vexpress-a9/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ config $PKGS_DIR
1717

1818
source "$RTT_DIR/Kconfig"
1919
source "$PKGS_DIR/Kconfig"
20+
21+
config SOC_VEXPRESS_A9
22+
bool
23+
select ARCH_ARM_CORTEX_A9
24+
default y
25+
2026
source "$BSP_DIR/drivers/Kconfig"

0 commit comments

Comments
 (0)