1mainmenu "RT-Thread Project Configuration"
2
3BSP_DIR := .
4
5RTT_DIR := ../..
6
7PKGS_DIR := packages
8
9source "$(RTT_DIR)/Kconfig"
10osource "$PKGS_DIR/Kconfig"
11
12
13config FT2004
14    bool
15    select ARCH_ARM_CORTEX_A
16    select RT_USING_CACHE
17    select RT_USING_COMPONENTS_INIT
18    select RT_USING_USER_MAIN
19    select RT_USING_GIC_V3
20    default y
21
22
23rsource "./libraries/Kconfig"
24