Skip to content

Commit 91e9b32

Browse files
nordicjmmichalek-no
authored andcommitted
boards: nordic: bm_nrf54l15dk: Default to MCUboot and softdevice
Changes the sysbuild Kconfig file so that MCUboot, s115 softdevice and Bluetooth firmware loader options are enabled by default for this board Signed-off-by: Jamie McCrae <[email protected]>
1 parent aa62055 commit 91e9b32

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

boards/nordic/bm_nrf54l15dk/Kconfig.sysbuild

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,19 @@
66

77
config PARTITION_MANAGER
88
default n
9+
10+
if BOARD_BM_NRF54L15DK_NRF54L15_CPUAPP_S115_SOFTDEVICE_MCUBOOT
11+
12+
choice BM_BOOTLOADER
13+
default BM_BOOTLOADER_MCUBOOT
14+
endchoice
15+
16+
choice SOFTDEVICE_SELECTION
17+
default SOFTDEVICE_S115
18+
endchoice
19+
20+
choice BM_FIRMWARE_LOADER
21+
default BM_FIRMWARE_LOADER_BT_MCUMGR
22+
endchoice
23+
24+
endif # BOARD_BM_NRF54L15DK_NRF54L15_CPUAPP_S115_SOFTDEVICE_MCUBOOT

0 commit comments

Comments
 (0)