KConfig 545 B

12345678910111213141516171819202122232425
  1. menu "RT-Thread Components"
  2. config RT_USING_COMPONENTS_INIT
  3. bool "Use components automatically initialization"
  4. default y
  5. if RT_USING_COMPONENTS_INIT
  6. config RT_USING_USER_MAIN
  7. bool "The main() function as user entry function"
  8. default y
  9. endif
  10. source "$RTT_DIR/components/cplusplus/KConfig"
  11. source "$RTT_DIR/components/finsh/KConfig"
  12. source "$RTT_DIR/components/dfs/KConfig"
  13. source "$RTT_DIR/components/drivers/KConfig"
  14. source "$RTT_DIR/components/libc/KConfig"
  15. source "$RTT_DIR/components/net/KConfig"
  16. endmenu