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 <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-05-14 00:13:19 +02:00 committed by Carles Cufí
parent e0d96866d9
commit dbc2406a05
2 changed files with 1 additions and 4 deletions

View File

@ -17,8 +17,4 @@
# under the License.
#
menu "Management"
source "ext/lib/mgmt/mcumgr/Kconfig"
endmenu

View File

@ -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