Kconfig 588 B

1234567891011121314151617181920212223242526272829303132333435
  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_AT91SAM926
  8. bool
  9. select RT_USING_COMPONENTS_INIT
  10. select RT_USING_USER_MAIN
  11. select RT_USING_CACHE
  12. default y
  13. config RT_USING_UART0
  14. bool "Using RT_USING_UART0"
  15. default n
  16. config RT_USING_UART3
  17. bool "Using RT_USING_UART3"
  18. default y
  19. config RT_USING_UART4
  20. bool "Using RT_USING_UART4"
  21. default n
  22. config RT_USING_LED
  23. bool "Using RT_USING_LED"
  24. default y
  25. help
  26. led blink demo