CONFIG_PM_EXTERNAL_FLASH_BASE

External flash base address

Type: hex

Direct dependencies

PM_EXTERNAL_FLASH

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

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

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 → Support external flash in Partition Manager

config PM_EXTERNAL_FLASH_BASE
    hex "External flash base address"
    default 0
    depends on PM_EXTERNAL_FLASH

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