diff --git a/bsp/qemu-vexpress-a9/Kconfig b/bsp/qemu-vexpress-a9/Kconfig index a61626e3b6..9bf0ad526e 100644 --- a/bsp/qemu-vexpress-a9/Kconfig +++ b/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"