Skip to content

Commit

Permalink
tests: external_flash: sysbuild: Enable empty netcore
Browse files Browse the repository at this point in the history
Updated configuration to enable empty netcore core image.

Signed-off-by: Grzegorz Chwierut <[email protected]>
  • Loading branch information
gchwier authored and rlubos committed Jul 18, 2024
1 parent 0ffcb5e commit ba860fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/modules/mcuboot/external_flash/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,18 @@
config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
default y if BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF52840DK_NRF52840

choice MCUBOOT_MODE
default MCUBOOT_MODE_OVERWRITE_ONLY if SOC_SERIES_NRF53X
endchoice

choice NETCORE
default NETCORE_EMPTY if SOC_NRF5340_CPUAPP
endchoice

config SECURE_BOOT_NETCORE
default y if SOC_NRF5340_CPUAPP

config NETCORE_APP_UPDATE
default y if SOC_NRF5340_CPUAPP

source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"

0 comments on commit ba860fc

Please sign in to comment.