From dbc2406a059e63bb2c778e470f5fcfa609c093d6 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 14 May 2019 00:13:19 +0200 Subject: [PATCH] ext: lib: mcumgr: Remove 'External Sources -> Management' menu This menu contains just the MCUMGR symbol and its children. Get rid of one menu level by removing it. Makes the 'External Sources' menu look like this: HALs ---> Cryptography ---> [ ] Fnmatch Support [ ] OpenAMP Support (open-amp) OpenAMP library source path [ ] mcumgr Support ('OpenAMP library source path' being visible there might be a separate issue.) Signed-off-by: Ulf Magnusson --- ext/lib/mgmt/Kconfig | 4 ---- ext/lib/mgmt/mcumgr/Kconfig | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ext/lib/mgmt/Kconfig b/ext/lib/mgmt/Kconfig index 65c47630ec6..a19ef7b251b 100644 --- a/ext/lib/mgmt/Kconfig +++ b/ext/lib/mgmt/Kconfig @@ -17,8 +17,4 @@ # under the License. # -menu "Management" - source "ext/lib/mgmt/mcumgr/Kconfig" - -endmenu diff --git a/ext/lib/mgmt/mcumgr/Kconfig b/ext/lib/mgmt/mcumgr/Kconfig index 8fba5215a86..f491f4a863c 100644 --- a/ext/lib/mgmt/mcumgr/Kconfig +++ b/ext/lib/mgmt/mcumgr/Kconfig @@ -22,6 +22,7 @@ config MCUMGR This option enables the mcumgr management library. if MCUMGR + source "ext/lib/mgmt/mcumgr/cmd/Kconfig" config APP_LINK_WITH_MCUMGR