diff --git a/subsys/sdfw_services/Kconfig b/subsys/sdfw_services/Kconfig index ecba5fa274d5..01e7fd79af92 100644 --- a/subsys/sdfw_services/Kconfig +++ b/subsys/sdfw_services/Kconfig @@ -10,7 +10,7 @@ config SSF_CLIENT bool def_bool $(dt_nodelabel_enabled_with_compat,cpusec_cpuapp_ipc,$(DT_COMPAT_ZEPHYR_IPC_ICMSG)) \ || $(dt_nodelabel_enabled_with_compat,cpusec_cpurad_ipc,$(DT_COMPAT_ZEPHYR_IPC_ICMSG)) - depends on !SOC_NRF54H20_IRON + depends on !SOC_NRF54H20_IRON && !SOC_NRF9280_IRON config SDFW_SERVICES_ENABLED bool diff --git a/subsys/suit/Kconfig b/subsys/suit/Kconfig index 2ab614d876c8..28780bb83e32 100644 --- a/subsys/suit/Kconfig +++ b/subsys/suit/Kconfig @@ -6,7 +6,7 @@ menuconfig SUIT bool "Enable SUIT modules" - depends on !SOC_NRF54H20_IRON + depends on !SOC_NRF54H20_IRON && !SOC_NRF9280_IRON if SUIT diff --git a/sysbuild/Kconfig.suit_provisioning b/sysbuild/Kconfig.suit_provisioning index bc351201863e..84a0734183f0 100644 --- a/sysbuild/Kconfig.suit_provisioning +++ b/sysbuild/Kconfig.suit_provisioning @@ -9,7 +9,7 @@ menu "SUIT provisioning" config SUIT_MPI_GENERATE bool "Generate SUIT Manifest Provisioning Information binary" default y if SOC_SERIES_NRF54HX || SOC_SERIES_NRF92X - depends on !SOC_NRF54H20_IRON + depends on !SOC_NRF54H20_IRON && !SOC_NRF9280_IRON if SUIT_MPI_GENERATE diff --git a/west.yml b/west.yml index f1ab0a29be5e..8dceb7b5e13d 100644 --- a/west.yml +++ b/west.yml @@ -65,7 +65,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 893c3332454a29c1611fa90aa8ceaf87a6bdf848 + revision: pull/2839/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above