Skip to content

Commit ff70799

Browse files
MarekPietarlubos
authored andcommitted
mgmt: suitfu: Automatically enable SUITFU bootloader information hook
Change automatically enables SUITFU bootloader information hook if bootloader information support is enabled. This is done to ensure that proper bootloader would be reported over SMP. Jira: NCSDK-29287 Signed-off-by: Marek Pieta <[email protected]>
1 parent dd150d3 commit ff70799

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

subsys/mgmt/suitfu/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ config MGMT_SUITFU_GRP_IMG
3838
config MGMT_SUITFU_GRP_OS_BOOTLOADER_INFO_HOOK
3939
bool "Bootloader identification hook"
4040
default y
41-
depends on MCUMGR_GRP_OS_BOOTLOADER_INFO_HOOK
41+
depends on MCUMGR_GRP_OS_BOOTLOADER_INFO
42+
select MCUMGR_GRP_OS_BOOTLOADER_INFO_HOOK
43+
select MCUMGR_MGMT_NOTIFICATION_HOOKS
4244

4345
config MGMT_SUITFU_GRP_SUIT
4446
bool "Extended SUIT commands over USER group"

0 commit comments

Comments
 (0)