The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NORDIC_QSPI_NOR_INIT_PRIORITY

(No prompt – not directly user assignable.)

Type: int

Help

Device driver initialization priority.

Direct dependencies

NORDIC_QSPI_NOR && FLASH

(Includes any dependencies from ifs and menus.)

Default

  • 80

Kconfig definition

At drivers/flash/Kconfig.nordic_qspi_nor:15

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:62drivers/flash/Kconfig:93

Menu path: (Top) → Device Drivers → Flash hardware support → QSPI NOR Flash

config NORDIC_QSPI_NOR_INIT_PRIORITY
    int
    default 80
    depends on NORDIC_QSPI_NOR && FLASH
    help
      Device driver initialization priority.

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