Kconfig 877 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. mainmenu "RT-Thread Configuration"
  2. config BSP_DIR
  3. string
  4. option env="BSP_ROOT"
  5. default "."
  6. config RTT_DIR
  7. string
  8. option env="RTT_ROOT"
  9. default "../.."
  10. config PKGS_DIR
  11. string
  12. option env="PKGS_ROOT"
  13. default "packages"
  14. source "$RTT_DIR/Kconfig"
  15. source "$PKGS_DIR/Kconfig"
  16. config SOC_AT91SAM926
  17. bool
  18. select RT_USING_COMPONENTS_INIT
  19. select RT_USING_USER_MAIN
  20. default y
  21. config RT_USING_DBGU
  22. bool "Using RT_USING_DBGU"
  23. default y
  24. config RT_USING_UART0
  25. bool "Using RT_USING_UART0"
  26. default n
  27. config RT_USING_UART1
  28. bool "Using RT_USING_UART1"
  29. default n
  30. config RT_USING_UART2
  31. bool "Using RT_USING_UART2"
  32. default n
  33. config RT_USING_UART3
  34. bool "Using RT_USING_UART3"
  35. default n
  36. config RT_USING_LED
  37. bool "Using RT_USING_LED"
  38. default y
  39. help
  40. led blink demo