Kconfig 284 B

1234567891011121314151617
  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. rsource "drivers/Kconfig"
  8. config SOC_SF2_M2S010
  9. bool
  10. select RT_USING_COMPONENTS_INIT
  11. select RT_USING_USER_MAIN
  12. default y