|
@@ -1,6 +1,5 @@
|
|
|
mainmenu "RT-Thread Configuration"
|
|
|
|
|
|
-
|
|
|
config BSP_DIR
|
|
|
string
|
|
|
option env="BSP_ROOT"
|
|
@@ -19,6 +18,12 @@ config PKGS_DIR
|
|
|
source "$RTT_DIR/Kconfig"
|
|
|
source "$PKGS_DIR/Kconfig"
|
|
|
|
|
|
+config SOC_1C300
|
|
|
+ bool
|
|
|
+ select RT_USING_COMPONENTS_INIT
|
|
|
+ select RT_USING_USER_MAIN
|
|
|
+ default y
|
|
|
+
|
|
|
config RT_USING_SELF_BOOT
|
|
|
bool "Enable RT-Thread run without bootloader"
|
|
|
default n
|