Kconfig 421 B

12345678910111213141516171819202122
  1. mainmenu "RT-Thread Configuration"
  2. BSP_DIR := .
  3. RTT_DIR := ../..
  4. # you can change the RTT_ROOT default "../.." to your rtthread_root,
  5. # example : default "F:/git_repositories/rt-thread"
  6. PKGS_DIR := packages
  7. ENV_DIR := /
  8. source "$(RTT_DIR)/Kconfig"
  9. osource "$PKGS_DIR/Kconfig"
  10. config SOC_APOLLO2
  11. bool
  12. select ARCH_ARM_CORTEX_M4
  13. select RT_USING_COMPONENTS_INIT
  14. select RT_USING_USER_MAIN
  15. default y