Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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/partition_manager/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
menu "Partition Manager"
depends on SOC_SERIES_NRF52X || SOC_SERIES_NRF53X || SOC_SERIES_NRF91X || \
SOC_NRF54L05 || SOC_NRF54L10 || SOC_NRF54L15 || SOC_NRF54LM20A || \
SOC_NRF54LV10A_ENGA || SOC_NRF54LS05B_ENGA
SOC_NRF54LV10A_ENGA || SOC_SERIES_NRF71X || SOC_NRF54LS05B_ENGA
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not allowed as per Shantha's instructions

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hold on this PR until DTS way for TFM memory partitioning is supported.


config PARTITION_MANAGER_ENABLED
bool "Partition manager is enabled (read-only option)"
Expand Down
2 changes: 1 addition & 1 deletion sysbuild/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ menuconfig PARTITION_MANAGER
default y
depends on SOC_SERIES_NRF52X || SOC_SERIES_NRF53X || SOC_SERIES_NRF91X || \
SOC_NRF54L05 || SOC_NRF54L10 || SOC_NRF54L15 || SOC_NRF54LM20A || \
SOC_NRF54LV10A_ENGA || SOC_NRF54LS05B_ENGA
SOC_NRF54LV10A_ENGA || SOC_NRF54LS05B_ENGA || SOC_SERIES_NRF71X
depends on !EXTERNAL_CONFIGURED_NETCORE
select DEPRECATED if SOC_NRF54LS05B_ENGA

Expand Down
Loading