Skip to content

Commit

Permalink
sysbuild: secureboot: Update Kconfig text
Browse files Browse the repository at this point in the history
Updates the Kconfig text to make it clear secure boot can be
enabled for multiple cores

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Jun 7, 2024
1 parent 6f77223 commit 87612c4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sysbuild/Kconfig.secureboot
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,26 @@ menu "Secure Bootloader"
config SECURE_BOOT
bool
help
This option will be set if the first stage bootloader which
verifies the signature of the app is enabled
This option will be set if the first stage bootloader which verifies the signature of
the app is enabled for one or multiple cores.

config SECURE_BOOT_APPCORE
bool "Appcore"
select SECURE_BOOT
help
Locate first stage bootloader on application core.
Enable first stage bootloader for application core.

config SECURE_BOOT_NETCORE
bool "Netcore"
depends on SUPPORT_NETCORE
select SECURE_BOOT
help
Locate first stage bootloader on network core.
Enable first stage bootloader for network core.

if SECURE_BOOT

config SECURE_BOOT_NETWORK_BOARD_TARGET_CPUCLUSTER
string
# default "cpunet" if SECURE_BOOT_NETCORE && (SOC_NRF5340_CPUAPP)
default "cpunet" if SOC_NRF5340_CPUAPP
depends on SECURE_BOOT_NETCORE
help
Expand Down

0 comments on commit 87612c4

Please sign in to comment.