Kconfig 928 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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 ARCH_ARM_ARM9
  19. select RT_USING_COMPONENTS_INIT
  20. select RT_USING_USER_MAIN
  21. select RT_USING_CACHE
  22. default y
  23. config RT_USING_DBGU
  24. bool "Using RT_USING_DBGU"
  25. default y
  26. config RT_USING_UART0
  27. bool "Using RT_USING_UART0"
  28. default n
  29. config RT_USING_UART1
  30. bool "Using RT_USING_UART1"
  31. default n
  32. config RT_USING_UART2
  33. bool "Using RT_USING_UART2"
  34. default n
  35. config RT_USING_UART3
  36. bool "Using RT_USING_UART3"
  37. default n
  38. config RT_USING_LED
  39. bool "Using RT_USING_LED"
  40. default y
  41. help
  42. led blink demo