Kconfig 545 B

12345678910111213141516171819202122232425
  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. osource "$ENV_DIR/tools/scripts/cmds/Kconfig"
  11. source "$(BSP_DIR)/libraries/Kconfig"
  12. source "$(BSP_DIR)/drivers/Kconfig"
  13. config SOC_AMEBAZ
  14. bool
  15. select PKG_USING_REALTEK_AMEBA
  16. select RT_USING_COMPONENTS_INIT
  17. select RT_USING_USER_MAIN
  18. default y