Skip to content

Commit

Permalink
mcumgr: select NET_BUF when MCUMGR=y
Browse files Browse the repository at this point in the history
mcumgr is missing dependency on net_buf, which is used for SMP protocol
implementation. This causes build failure in case when only SMP over
shell is selected (CONFIG_MCUMGR_SMP_SHELL=y).

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
  • Loading branch information
mniestroj authored and carlescufi committed Jul 29, 2019
1 parent a75fc41 commit b0da8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/mgmt/Kconfig.mcumgr
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
config MCUMGR
bool "mcumgr Support"
select NET_BUF
select TINYCBOR
help
This option enables the mcumgr management library.
Expand Down

0 comments on commit b0da8f2

Please sign in to comment.