-
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'.
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At <nRF>/subsys/partition_manager/Kconfig:138
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <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_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.)