Kconfig 412 B

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