Skip to content

Commit

Permalink
[nrf noup] board: nordic: thingy53: Enable default images for sysbuild
Browse files Browse the repository at this point in the history
Enables MCUboot, empty network core and network core updates by
default when building for the thingy53

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm authored and rlubos committed May 22, 2024
1 parent dd586c6 commit 2bc6913
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions boards/nordic/thingy53/Kconfig.sysbuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

if BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS

choice BOOTLOADER
default BOOTLOADER_MCUBOOT
endchoice

config SECURE_BOOT
default y

config SECURE_BOOT_NETCORE
default y if SECURE_BOOT

config NETCORE_APP_UPDATE
default y if SECURE_BOOT

config NRF_DEFAULT_EMPTY
default y

endif # BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS

config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
default y if BOOTLOADER_MCUBOOT

0 comments on commit 2bc6913

Please sign in to comment.