[bsp][Kconfig]在bsp的Kconfig中select组件初始化与user main的选项

This commit is contained in:
yangjie
2019-09-11 12:06:43 +08:00
parent 476dfe51f7
commit 1ef33e66cd
89 changed files with 275 additions and 5 deletions
+3 -1
View File
@@ -8,7 +8,7 @@ config BSP_DIR
config RTT_DIR
string
option env="RTT_ROOT"
default "../.."
default "../../.."
config PKGS_DIR
string
@@ -21,6 +21,8 @@ source "$PKGS_DIR/Kconfig"
config SOC_EMSK
bool
select ARCH_ARC_EM
select RT_USING_COMPONENTS_INIT
# select RT_USING_USER_MAIN
default y
source "$BSP_DIR/drivers/Kconfig"