Kconfig 728 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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_CACHE
  10. select RT_USING_COMPONENTS_INIT
  11. select RT_USING_USER_MAIN
  12. default y
  13. config RT_USING_DBGU
  14. bool "Using RT_USING_DBGU"
  15. default y
  16. config RT_USING_UART0
  17. bool "Using RT_USING_UART0"
  18. default n
  19. config RT_USING_UART1
  20. bool "Using RT_USING_UART1"
  21. default n
  22. config RT_USING_UART2
  23. bool "Using RT_USING_UART2"
  24. default n
  25. config RT_USING_UART3
  26. bool "Using RT_USING_UART3"
  27. default n
  28. config RT_USING_LED
  29. bool "Using RT_USING_LED"
  30. default y
  31. help
  32. led blink demo