CONFIG_PM_EXTERNAL_FLASH_SUPPORT_LEGACY

Support legacy external flash partitioning

Type: bool

Help

The PM_EXTERNAL_FLASH Kconfig settings has been deprecated in favor of devicetree support.
Enable this setting if your system is depending upon the old behavior.

Direct dependencies

!n && PM_EXTERNAL_FLASH

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:36

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Partition Manager → [DEPRECATED] Support external flash in Partition Manager

config PM_EXTERNAL_FLASH_SUPPORT_LEGACY
    bool "Support legacy external flash partitioning"
    depends on !n && PM_EXTERNAL_FLASH
    help
      The PM_EXTERNAL_FLASH Kconfig settings has been deprecated in favor of devicetree support.
      Enable this setting if your system is depending upon the old behavior.

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