Kconfig 358 B

123456789101112131415161718
  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. config USE_MA35D1_AARCH32
  8. bool
  9. default y
  10. source "$(RTT_DIR)/Kconfig"
  11. osource "$PKGS_DIR/Kconfig"
  12. source "$(BSP_DIR)/board/Kconfig"