:orphan: .. title:: SPI_NOR_INIT_PRIORITY .. option:: CONFIG_SPI_NOR_INIT_PRIORITY *(No prompt -- not directly user assignable.)* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.nor:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:73`` Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash .. parsed-literal:: config SPI_NOR_INIT_PRIORITY int default 80 depends on \ :option:`SPI_NOR ` && \ :option:`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.)*