Skip to content

Commit 0836781

Browse files
nordicjmcarlescufi
authored andcommitted
[nrf noup] Update required MCUmgr config
Updates required MCUmgr configuration for zephyr upmerge changes. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent f74a5ea commit 0836781

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/nrfconnect/chip-module/Kconfig.features

+12
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,18 @@ config MCUMGR_BUF_COUNT
112112
int
113113
default 6
114114

115+
config MCUMGR_MGMT_NOTIFICATION_HOOKS
116+
bool
117+
default y
118+
119+
config MCUMGR_GRP_IMG_UPLOAD_CHECK_HOOK
120+
bool
121+
default y
122+
123+
config MCUMGR_SMP_COMMAND_STATUS_HOOKS
124+
bool
125+
default y
126+
115127
# Increase BT MTU and RX buffer for big size DFU messages
116128
config BT_L2CAP_TX_MTU
117129
int

0 commit comments

Comments
 (0)