Kconfig 345 B

1234567891011121314151617181920
  1. mainmenu "RT-Thread Configuration"
  2. BSP_DIR := .
  3. RTT_DIR := ../../..
  4. PKGS_DIR := packages
  5. source "$(RTT_DIR)/Kconfig"
  6. osource "$PKGS_DIR/Kconfig"
  7. config SOC_EMSK
  8. bool
  9. select ARCH_ARC_EM
  10. select RT_USING_COMPONENTS_INIT
  11. # select RT_USING_USER_MAIN
  12. select RT_USING_CPU_FFS
  13. default y
  14. source "$(BSP_DIR)/drivers/Kconfig"