1mainmenu "RT-Thread Configuration" 2 3BSP_DIR := . 4 5RTT_DIR := ../../../.. 6 7# you can change the RTT_ROOT default "../.." to your rtthread_root, 8# example : default "F:/git_repositories/rt-thread" 9 10PKGS_DIR := packages 11 12config SOC_TMS320F28X 13 bool 14 select ARCH_TIDSP_C28X 15 select RT_USING_COMPONENTS_INIT 16 select RT_USING_USER_MAIN 17 default y 18 19source "$(RTT_DIR)/Kconfig" 20osource "$PKGS_DIR/Kconfig" 21rsource "board/Kconfig" 22