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:
parent
e0d96866d9
commit
dbc2406a05
@ -17,8 +17,4 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
menu "Management"
|
||||
|
||||
source "ext/lib/mgmt/mcumgr/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user