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:
Jamie McCrae 2023-07-17 10:25:34 +01:00 committed by Fabio Baltieri
parent 2bf091f8af
commit 0001e23e52

View file

@ -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