Kconfig 398 B

12345678910111213141516171819202122
  1. mainmenu "RT-Thread Configuration"
  2. config RTT_DIR
  3. string
  4. option env="RTT_ROOT"
  5. default "../../.."
  6. config PKGS_DIR
  7. string
  8. option env="PKGS_ROOT"
  9. default "packages"
  10. source "$RTT_DIR/Kconfig"
  11. source "$PKGS_DIR/Kconfig"
  12. source "../libraries/Kconfig"
  13. source "board/Kconfig"
  14. config SOC_IMXRT1052
  15. bool
  16. select ARCH_ARM_CORTEX_M7
  17. select RT_USING_CACHE
  18. default y