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 selected by this symbol

Symbols that select this symbol

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:25<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"
    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 ‘depends on’ condition includes propagated dependencies from ifs and menus.)