diff --git a/components/Kconfig b/components/Kconfig index 0a5e4e4e56b69fd118ed12e3d45de0e4b4964742..b8c94b558abc1c6d10892f3a9ca4f4a82de63c7c 100644 --- a/components/Kconfig +++ b/components/Kconfig @@ -26,4 +26,6 @@ source "$RTT_DIR/components/gui/Kconfig" source "$RTT_DIR/components/vbus/Kconfig" +source "$RTT_DIR/components/utilities/Kconfig" + endmenu diff --git a/components/utilities/Kconfig b/components/utilities/Kconfig new file mode 100644 index 0000000000000000000000000000000000000000..667e0f5bc884e10c4add3f277d45924fb3aaf04b --- /dev/null +++ b/components/utilities/Kconfig @@ -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