File tree 4 files changed +10
-18
lines changed
4 files changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ config APPCORE_REMOTE_BOARD_TARGET_CPUCLUSTER
12
12
13
13
config APPCORE_REMOTE_DOMAIN
14
14
string
15
- default "CPUAPP" if APPCORE_REMOTE_BOARD_NAME != ""
15
+ default "CPUAPP" if APPCORE_REMOTE_BOARD_TARGET_CPUCLUSTER != ""
16
16
17
17
menu "Application core configuration"
18
18
depends on SUPPORT_APPCORE
@@ -33,9 +33,9 @@ config NRF_DEFAULT_REMOTE_SHELL
33
33
34
34
choice APPCORE
35
35
prompt "Appcore image"
36
- default APPCORE_REMOTE_SHELL if NRF_DEFAULT_REMOTE_SHELL && APPCORE_REMOTE_BOARD_NAME != ""
37
- default APPCORE_EMPTY if NRF_DEFAULT_EMPTY && APPCORE_REMOTE_BOARD_NAME != ""
38
- depends on SUPPORT_APPCORE && !EXTERNAL_CONFIGURED_APPCORE
36
+ default APPCORE_REMOTE_SHELL if NRF_DEFAULT_REMOTE_SHELL
37
+ default APPCORE_EMPTY if NRF_DEFAULT_EMPTY
38
+ depends on SUPPORT_APPCORE
39
39
40
40
config APPCORE_NONE
41
41
bool "None"
@@ -72,14 +72,6 @@ config APPCORE_IMAGE_PATH
72
72
help
73
73
Source directory of appcore image.
74
74
75
- config APPCORE_IMAGE_BOARD
76
- string
77
- default APPCORE_REMOTE_BOARD_NAME
78
- depends on APPCORE_EMPTY
79
- help
80
- Remote board when building this sample.
81
- If not set, the board given to sysbuild is used.
82
-
83
75
config APPCORE_IMAGE_DOMAIN
84
76
string
85
77
default APPCORE_REMOTE_DOMAIN
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
4
4
5
+ # Zephyr Kconfig for some samples
6
+ config NET_CORE_IMAGE_HCI_IPC
7
+ bool
8
+
5
9
config EXTERNAL_CONFIGURED_NETCORE
6
10
bool
7
11
default y
8
- select NETCORE_REMOTE_NRF5340_CPUNET if NET_CORE_BOARD = "nrf5340dk/nrf5340/cpunet"
9
12
depends on NET_CORE_IMAGE_HCI_IPC # Zephyr Kconfig enabling HCI IPC on netcore
10
13
11
14
config SUPPORT_NETCORE
Original file line number Diff line number Diff line change @@ -278,11 +278,9 @@ choice SECURE_BOOT_SIGNING
278
278
279
279
config SECURE_BOOT_SIGNING_PYTHON
280
280
bool "Sign with Python ecdsa library"
281
- select SECURE_BOOT_PRIVATE_KEY_PROVIDED
282
281
283
282
config SECURE_BOOT_SIGNING_OPENSSL
284
283
bool "Sign with openssl command line tool"
285
- select SECURE_BOOT_PRIVATE_KEY_PROVIDED
286
284
287
285
config SECURE_BOOT_SIGNING_CUSTOM
288
286
bool "Sign with custom command"
@@ -343,7 +341,7 @@ config SECURE_BOOT_PUBLIC_KEY_FILES
343
341
344
342
config SUPPORT_SECURE_BOOT_BOOTCONF_LOCK_WRITES
345
343
bool
346
- depends on !FPROTECT_ALLOW_COMBINED_REGIONS
344
+ depends on !MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS
347
345
default y if SOC_NRF54L15_CPUAPP
348
346
349
347
config SECURE_BOOT_BOOTCONF_LOCK_WRITES
@@ -354,7 +352,6 @@ config SECURE_BOOT_BOOTCONF_LOCK_WRITES
354
352
355
353
config SECURE_BOOT_DEBUG_SIGNATURE_PUBLIC_KEY_LAST
356
354
bool "[DEBUG] Place signing public key last"
357
- default n
358
355
help
359
356
Place the public key used for signing last in the list instead of first. This is meant to
360
357
be used for testing looping through the public keys.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ config SUPPORT_QSPI_XIP
8
8
default y if SOC_NRF5340_CPUAPP
9
9
default y if SOC_SERIES_NRF91X
10
10
11
- menuconfig QSPI_XIP_SPLIT_IMAGE
11
+ config QSPI_XIP_SPLIT_IMAGE
12
12
bool "QSPI XIP split image"
13
13
depends on SUPPORT_QSPI_XIP && BOOTLOADER_MCUBOOT && PARTITION_MANAGER
14
14
depends on PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
You can’t perform that action at this time.
0 commit comments