mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 17:40:22 +00:00
[Kconfig] Add utilities Kconfig.
This commit is contained in:
11
components/utilities/Kconfig
Normal file
11
components/utilities/Kconfig
Normal file
@@ -0,0 +1,11 @@
|
||||
menu "Utilities"
|
||||
|
||||
config RT_USING_LOGTRACE
|
||||
bool "Enable log trace"
|
||||
default n
|
||||
|
||||
config RT_USING_RYM
|
||||
bool "Enable Ymodem"
|
||||
default n
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user