Skip to content

Commit 52462bd

Browse files
kszromek-nordicnvlsianpu
authored andcommitted
samples: smp_svr: default key provisioning for KMU
Generation of default keyfile for provisioning when KMU is enabled. Signed-off-by: Krzysztof Szromek <[email protected]>
1 parent 95c8ded commit 52462bd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
if SOC_SERIES_NRF54LX
8+
9+
config MCUBOOT_GENERATE_DEFAULT_KMU_KEYFILE
10+
default y if BOOTLOADER_MCUBOOT && MCUBOOT_SIGNATURE_USING_KMU
11+
12+
config SECURE_BOOT_GENERATE_DEFAULT_KMU_KEYFILE
13+
default y if SECURE_BOOT_APPCORE
14+
15+
endif
16+
17+
source "$(ZEPHYR_BASE)/share/sysbuild/Kconfig"

0 commit comments

Comments
 (0)