:orphan: .. title:: CONFIG_SPI_NOR_INIT_PRIORITY .. kconfig:: CONFIG_SPI_NOR_INIT_PRIORITY CONFIG_SPI_NOR_INIT_PRIORITY ############################ *(No prompt -- not directly user assignable.)* Type: ``int`` Help ==== .. code-block:: none Device driver initialization priority. Device is connected to SPI bus, it has to be initialized after SPI driver. Direct dependencies =================== \ :kconfig:`SPI_NOR ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== At ``/flash/Kconfig.nor:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:79`` Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash .. code-block:: kconfig config SPI_NOR_INIT_PRIORITY int default 80 depends on SPI_NOR && FLASH help Device driver initialization priority. Device is connected to SPI bus, it has to be initialized after SPI driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*