:orphan: .. title:: SPI_NOR_INIT_PRIORITY .. option:: 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 =================== \ :option:`SPI_NOR ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== At ``/flash/Kconfig.nor:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:60`` → ``/flash/Kconfig:75`` 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.)*