1mainmenu "RT-Thread Configuration"
2
3BSP_DIR := .
4
5RTT_DIR := ../..
6
7# you can change the RTT_ROOT default "../.." to your rtthread_root,
8# example : default "F:/git_repositories/rt-thread"
9
10PKGS_DIR := packages
11
12ENV_DIR := /
13
14source "$(RTT_DIR)/Kconfig"
15osource "$PKGS_DIR/Kconfig"
16osource "$ENV_DIR/tools/scripts/cmds/Kconfig"
17source "$(BSP_DIR)/drivers/Kconfig"
18
19config SOC_W60X
20    bool
21    select RT_USING_COMPONENTS_INIT
22    select RT_USING_USER_MAIN
23    default y
24