Kconfig 382 B

123456789101112131415161718192021
  1. mainmenu "RT-Thread Configuration"
  2. BSP_DIR := .
  3. RTT_DIR := ../../..
  4. # you can change the RTT_ROOT default: "rt-thread"
  5. PKGS_DIR := packages
  6. source "$(RTT_DIR)/Kconfig"
  7. osource "$PKGS_DIR/Kconfig"
  8. rsource "board/Kconfig"
  9. config SOC_SAML10
  10. bool
  11. select ARCH_ARM
  12. select ARCH_ARM_CORTEX_M
  13. select RT_USING_COMPONENTS_INIT
  14. select RT_USING_USER_MAIN
  15. default y