mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-03-02 08:55:27 +08:00
[Kconfig] Add utilities Kconfig.
This commit is contained in:
parent
d629a3c87f
commit
fde3d6bc10
@ -26,4 +26,6 @@ source "$RTT_DIR/components/gui/Kconfig"
|
|||||||
|
|
||||||
source "$RTT_DIR/components/vbus/Kconfig"
|
source "$RTT_DIR/components/vbus/Kconfig"
|
||||||
|
|
||||||
|
source "$RTT_DIR/components/utilities/Kconfig"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user