Kconfig 373 B

1234567891011121314151617181920212223
  1. mainmenu "RT-Thread Project Configuration"
  2. BSP_DIR := .
  3. RTT_DIR := ../..
  4. PKGS_DIR := packages
  5. source "$(RTT_DIR)/Kconfig"
  6. osource "$PKGS_DIR/Kconfig"
  7. config FT2004
  8. bool
  9. select ARCH_ARM_CORTEX_A
  10. select RT_USING_CACHE
  11. select RT_USING_COMPONENTS_INIT
  12. select RT_USING_USER_MAIN
  13. select RT_USING_GIC_V3
  14. default y
  15. rsource "./libraries/Kconfig"