Kconfig 379 B

12345678910111213141516171819
  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. source "$(RTT_DIR)/Kconfig"
  8. osource "$PKGS_DIR/Kconfig"
  9. config SOC_FRDM_K64F
  10. bool
  11. select ARCH_ARM_CORTEX_M4
  12. select RT_USING_COMPONENTS_INIT
  13. default y