:orphan: .. title:: SPI_FLASH_AT45_INIT_PRIORITY .. option:: CONFIG_SPI_FLASH_AT45_INIT_PRIORITY *Driver initialization priority* Type: ``int`` Help ==== .. code-block:: none Device driver initialization priority. SPI driver needs to be initialized before this one. Direct dependencies =================== \ :option:`SPI_FLASH_AT45 ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== At ``/flash/Kconfig.at45:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:60`` → ``/flash/Kconfig:61`` Menu path: (Top) → Device Drivers → Flash hardware support → AT45 family flash driver .. code-block:: kconfig config SPI_FLASH_AT45_INIT_PRIORITY int "Driver initialization priority" default 80 depends on SPI_FLASH_AT45 && FLASH help Device driver initialization priority. SPI driver needs to be initialized before this one. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*