tests: mgmt: mcumgr: all_options: Fix missing Kconfig
Fixes a missing Kconfig enabling MCUboot, which causes the test to now fail to build. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
2bf091f8af
commit
0001e23e52
|
@ -59,3 +59,4 @@ CONFIG_MCUMGR_TRANSPORT_BT_AUTHEN=y
|
|||
CONFIG_MCUMGR_GRP_FS_FILE_STATUS=y
|
||||
CONFIG_MCUMGR_GRP_FS_HASH_SHA256=y
|
||||
CONFIG_MCUMGR_GRP_OS_TASKSTAT=y
|
||||
CONFIG_BOOTLOADER_MCUBOOT=y
|
||||
|
|
Loading…
Reference in a new issue