-
CONFIG_PM_SINGLE_IMAGE
¶
Use the Partition Manager for single image builds
Type: bool
Help¶
Use the Partition Manager feature to partition the device even if
only a single image is included in the build. This is typically set
when a subsystem that defines its own Partition Manager configuration
is included in the build.
The option is always defined in builds where a TF-M image for the
Secure Execution environment is generated.
Default¶
y if
BUILD_WITH_TFM
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/subsys/partition_manager/Kconfig:120
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:36
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Partition Manager
config PM_SINGLE_IMAGE
bool "Use the Partition Manager for single image builds" if !BUILD_WITH_TFM
default y if BUILD_WITH_TFM
select PARTITION_MANAGER_ENABLED
help
Use the Partition Manager feature to partition the device even if
only a single image is included in the build. This is typically set
when a subsystem that defines its own Partition Manager configuration
is included in the build.
The option is always defined in builds where a TF-M image for the
Secure Execution environment is generated.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)