1mainmenu "RT-Thread Configuration"
2
3BSP_DIR := .
4
5RTT_DIR := ../../../..
6
7PKGS_DIR := packages
8
9source "$(RTT_DIR)/Kconfig"
10osource "$PKGS_DIR/Kconfig"
11
12config SOC_LPC54114
13    bool
14    select ARCH_ARM_CORTEX_M4
15    select RT_USING_COMPONENTS_INIT
16    select RT_USING_USER_MAIN
17    select PKG_USING_NXP_LPC_DRIVER
18    default y
19
20
21source "$(BSP_DIR)/drivers/Kconfig"
22