From a702dde0c794629d62d2f49e3e23d3bb99fa1ca5 Mon Sep 17 00:00:00 2001 From: tangyuxin <462747508@qq.com> Date: Wed, 22 Nov 2017 20:00:59 +0800 Subject: [PATCH] [bsp]Add SOC type --- bsp/lpc54608-LPCXpresso/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bsp/lpc54608-LPCXpresso/Kconfig b/bsp/lpc54608-LPCXpresso/Kconfig index 0418da6331..ac7e54d967 100644 --- a/bsp/lpc54608-LPCXpresso/Kconfig +++ b/bsp/lpc54608-LPCXpresso/Kconfig @@ -20,6 +20,12 @@ config $PKGS_DIR source "$RTT_DIR/KConfig" source "$PKGS_DIR/KConfig" + +config SOC_LPC54608 + bool + select ARCH_ARM_CORTEX_M4 + default y + source "$BSP_DIR/drivers/Kconfig"