mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
[bsp][Kconfig]在bsp的Kconfig中select组件初始化与user main的选项
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user