Skip to content

Commit ac5561d

Browse files
NRFX-7253: Use propper sdk-zephyr sha for IRONSide nRF92 adaptations
1 parent a6d9606 commit ac5561d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

subsys/sdfw_services/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config SSF_CLIENT
1010
bool
1111
def_bool $(dt_nodelabel_enabled_with_compat,cpusec_cpuapp_ipc,$(DT_COMPAT_ZEPHYR_IPC_ICMSG)) \
1212
|| $(dt_nodelabel_enabled_with_compat,cpusec_cpurad_ipc,$(DT_COMPAT_ZEPHYR_IPC_ICMSG))
13-
depends on !SOC_NRF54H20_IRON
13+
depends on !SOC_NRF54H20_IRON && !SOC_NRF9280_IRON
1414

1515
config SDFW_SERVICES_ENABLED
1616
bool

subsys/suit/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
menuconfig SUIT
88
bool "Enable SUIT modules"
9-
depends on !SOC_NRF54H20_IRON
9+
depends on !SOC_NRF54H20_IRON && !SOC_NRF9280_IRON
1010

1111
if SUIT
1212

sysbuild/Kconfig.suit_provisioning

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ menu "SUIT provisioning"
99
config SUIT_MPI_GENERATE
1010
bool "Generate SUIT Manifest Provisioning Information binary"
1111
default y if SOC_SERIES_NRF54HX || SOC_SERIES_NRF92X
12-
depends on !SOC_NRF54H20_IRON
12+
depends on !SOC_NRF54H20_IRON && !SOC_NRF9280_IRON
1313

1414
if SUIT_MPI_GENERATE
1515

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: 893c3332454a29c1611fa90aa8ceaf87a6bdf848
68+
revision: 8992728398cee0006acaba508653a6c86e06b7ba
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)