Kconfig 233 B

1234567891011121314151617
  1. mainmenu "RT-Thread Configuration"
  2. BSP_DIR := .
  3. RTT_DIR := ../..
  4. PKGS_DIR := packages
  5. ENV_DIR := /
  6. source "$(RTT_DIR)/Kconfig"
  7. osource "$PKGS_DIR/Kconfig"
  8. config SOC_LM4F232
  9. bool
  10. select ARCH_ARM_CORTEX_M4
  11. default y