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