CONFIG_PARTITION_MANAGER_ENABLED

Partition manager is enabled (read-only option)

Type: bool

Help

Option which can be checked to see whether or not the partition manager is enabled in the current build. Note that this should ideally be a hidden option, but it can’t due to limitations in how parent images impose options on child images. Don’t change the value of this option.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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 PARTITION_MANAGER_ENABLED
    bool "Partition manager is enabled (read-only option)"
    help
      Option which can be checked to see whether or not the
      partition manager is enabled in the current build. Note that this
      should ideally be a hidden option, but it can't due to limitations
      in how parent images impose options on child images. Don't
      change the value of this option.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)