Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subsys/sdfw_services/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion subsys/suit/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sysbuild/Kconfig.suit_provisioning
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: cb627ba94cb83bf40c01a3b605fa2166b9943287
revision: pull/2879/head
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down