diff --git a/bsp/lpc54608-LPCXpresso/Kconfig b/bsp/lpc54608-LPCXpresso/Kconfig index 0418da633128372d60c03cec66529c211fb7611c..ac7e54d967780b1cfc623f43f448bfe872679fc7 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"