xref: /nrf52832-nimble/Kconfig (revision 4ba67b3882143eb11e691f33b82131bce3038053)
1mainmenu "RT-Thread Configuration"
2
3config $BSP_DIR
4    string
5    option env="BSP_ROOT"
6    default "."
7
8config $RTT_DIR
9    string
10    option env="RTT_ROOT"
11    default "./rt-thread"
12
13config $PKGS_DIR
14    string
15    option env="PKGS_ROOT"
16    default "packages"
17
18source "$RTT_DIR/Kconfig"
19source "$PKGS_DIR/Kconfig"
20
21
22
23
24
25
26