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

B
bernard 已提交
3 4 5 6 7 8 9 10 11 12
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

13
source "$RTT_DIR/components/cplusplus/Kconfig"
B
bernard 已提交
14

15
source "$RTT_DIR/components/finsh/Kconfig"
B
bernard 已提交
16

17
source "$RTT_DIR/components/dfs/Kconfig"
B
bernard 已提交
18

19
source "$RTT_DIR/components/drivers/Kconfig"
B
bernard 已提交
20

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

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

source "$RTT_DIR/components/gui/Kconfig"

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

armink_ztl's avatar
armink_ztl 已提交
29 30
source "$RTT_DIR/components/utilities/Kconfig"

B
bernard 已提交
31
endmenu