Kconfig 416 B

12345678910111213141516171819202122
  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 SOC_RK3568
  8. bool
  9. select ARCH_ARMV8
  10. select ARCH_CPU_64BIT
  11. select RT_USING_CACHE
  12. select RT_USING_COMPONENTS_INIT
  13. select RT_USING_USER_MAIN
  14. select ARCH_ARM_BOOTWITH_FLUSH_CACHE
  15. default y
  16. source "$(BSP_DIR)/driver/Kconfig"