File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -87,3 +87,5 @@ rsource "Kconfig.lwm2m_carrier"
87
87
rsource "Kconfig.cracen"
88
88
rsource "Kconfig.tfm"
89
89
rsource "Kconfig.periphconf"
90
+
91
+ rsource "images/firmware_loader/Kconfig"
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (c) 2025 Nordic Semiconductor
3
+ #
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
6
+
7
+ config SUPPORT_FIRMWARE_LOADER_SMP_SVR_MINI_BOOT
8
+ bool
9
+ default y
10
+
11
+ choice FIRMWARE_LOADER
12
+
13
+ config FIRMWARE_LOADER_IMAGE_SMP_SVR_MINI_BOOT
14
+ bool "smp_svr_mini_boot"
15
+ depends on SUPPORT_FIRMWARE_LOADER_SMP_SVR_MINI_BOOT
16
+ help
17
+ Include the minified MCUmgr ``smp_svr_mini_boot`` sample as the firmware loader image
18
+ to use.
19
+
20
+ endchoice
21
+
22
+ config FIRMWARE_LOADER_IMAGE_NAME
23
+ default "smp_svr_mini_boot" if FIRMWARE_LOADER_IMAGE_SMP_SVR_MINI_BOOT
24
+
25
+ config FIRMWARE_LOADER_IMAGE_PATH
26
+ default "${ZEPHYR_NRF_MODULE_DIR}/samples/zephyr/smp_svr_mini_boot" if FIRMWARE_LOADER_IMAGE_SMP_SVR_MINI_BOOT
You can’t perform that action at this time.
0 commit comments