From 5083b84c96bb500a95dc5cfed07866caed8eb047 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Mon, 5 Mar 2018 21:17:41 +0800 Subject: [PATCH] [BSP][qemu-vexpress-a9] add SOC chip type definition --- bsp/qemu-vexpress-a9/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bsp/qemu-vexpress-a9/Kconfig b/bsp/qemu-vexpress-a9/Kconfig index a61626e3b..9bf0ad526 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" -- GitLab