From fde3d6bc1057ecdc9ae4525014c5852d4bdd32f3 Mon Sep 17 00:00:00 2001 From: armink Date: Sat, 2 Dec 2017 23:16:45 +0800 Subject: [PATCH] [Kconfig] Add utilities Kconfig. --- components/Kconfig | 2 ++ components/utilities/Kconfig | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 components/utilities/Kconfig diff --git a/components/Kconfig b/components/Kconfig index 0a5e4e4e5..b8c94b558 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 000000000..667e0f5bc --- /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 -- GitLab