Kconfig 508 字节
Newer Older
1 2
mainmenu "RT-Thread Configuration"

misonyo's avatar
misonyo 已提交
3
config BSP_DIR
4 5 6 7
    string
    option env="BSP_ROOT"
    default "."

misonyo's avatar
misonyo 已提交
8
config RTT_DIR
9 10 11 12 13 14 15
    string
    option env="RTT_ROOT"
    default "../.."
    
# you can change the RTT_ROOT default "../.." to your rtthread_root,
# example : default "F:/git_repositories/rt-thread"

misonyo's avatar
misonyo 已提交
16
config PKGS_DIR
17 18 19 20 21 22
    string
    option env="PKGS_ROOT"
    default "packages"

config SOC_TMS320F28X
    bool
23
    select ARCH_TIDSP_C28X
24 25 26 27
    default y

source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"