Skip to content

Commit

Permalink
sysbuild: partition manager not to be used for nRF92X series
Browse files Browse the repository at this point in the history
Partition manager not supported or to be used for nRF92X series.

Signed-off-by: Andreas Moltumyr <[email protected]>
  • Loading branch information
anhmolt authored and rlubos committed Sep 16, 2024
1 parent b0c6e73 commit 0063d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysbuild/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
menuconfig PARTITION_MANAGER
bool "Partition Manager"
default y if SOC_FAMILY_NORDIC_NRF
depends on !SOC_SERIES_NRF54HX
depends on !(SOC_SERIES_NRF54HX || SOC_SERIES_NRF92X)
depends on !EXTERNAL_CONFIGURED_NETCORE

if PARTITION_MANAGER
Expand Down

0 comments on commit 0063d04

Please sign in to comment.