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.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <nRF>/subsys/partition_manager/Kconfig:78

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:36

Menu path: (Top) → Modules → Nordic nRF Connect → Partition Manager

config PM_SINGLE_IMAGE
    bool "Use the Partition Manager for single image builds"
    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 ‘depends on’ condition includes propagated dependencies from ifs and menus.)