KConfig 630 字节
Newer Older
B
bernard 已提交
1 2
menu "RT-Thread Components"

B
bernard 已提交
3 4 5 6 7 8 9 10 11 12 13 14
config RT_USING_COMPONENTS_INIT
    bool "Use components automatically initialization"
    default y

if RT_USING_COMPONENTS_INIT
    config RT_USING_USER_MAIN
        bool "The main() function as user entry function"
        default y
endif

source "$RTT_DIR/components/cplusplus/KConfig"

B
bernard 已提交
15 16 17 18 19 20
source "$RTT_DIR/components/finsh/KConfig"

source "$RTT_DIR/components/dfs/KConfig"

source "$RTT_DIR/components/drivers/KConfig"

21
source "$RTT_DIR/components/libc/KConfig"
B
bernard 已提交
22

B
bernard 已提交
23 24 25 26
source "$RTT_DIR/components/net/KConfig"

source "$RTT_DIR/components/gui/Kconfig"

B
bernard 已提交
27 28
source "$RTT_DIR/components/vbus/Kconfig"

B
bernard 已提交
29
endmenu