Kconfig 154 B

1234567891011
  1. menu "Utilities"
  2. config RT_USING_LOGTRACE
  3. bool "Enable log trace"
  4. default n
  5. config RT_USING_RYM
  6. bool "Enable Ymodem"
  7. default n
  8. endmenu