CONFIG_PM_EXTERNAL_FLASH_DEV_NAME

Name of the external flash device

Type: string

Help

Must match the ‘drv_name’ argument used when initializing the driver for the external flash through the ‘DEVICE…INIT’ function call. The value is used when calling ‘device_get_binding’.

Direct dependencies

PM_EXTERNAL_FLASH

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

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

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

config PM_EXTERNAL_FLASH_DEV_NAME
    string "Name of the external flash device"
    depends on PM_EXTERNAL_FLASH
    help
      Must match the 'drv_name' argument used when initializing the
      driver for the external flash through the 'DEVICE...INIT'
      function call. The value is used when calling 'device_get_binding'.

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