Skip to content

Commit 34ce0b5

Browse files
de-nordicrlubos
authored andcommitted
tests: kmu: Switch from MCUboot Kconfigs to sysbuild
Select KMU via sysbuild. Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 81c8059)
1 parent 237af62 commit 34ce0b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/subsys/kmu/hello_for_kmu/sysbuild.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
#
66
SB_CONFIG_BOOTLOADER_MCUBOOT=y
77
SB_CONFIG_BOOT_SIGNATURE_TYPE_ED25519=y
8+
SB_CONFIG_MCUBOOT_SIGNATURE_USING_KMU=y

tests/subsys/kmu/hello_for_kmu/sysbuild/mcuboot.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ CONFIG_NRF_SECURITY=y
77
CONFIG_MBEDTLS=n
88
CONFIG_BOOT_ED25519_PSA=y
99
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x10000
10-
CONFIG_BOOT_SIGNATURE_USING_KMU=y
1110

1211
# can be removed after merging #18487
1312
CONFIG_MBEDTLS_THREADING_C=n

0 commit comments

Comments
 (0)