:orphan: .. title:: CONFIG_SPI_FLASH_AT45_INIT_PRIORITY .. kconfig:: CONFIG_SPI_FLASH_AT45_INIT_PRIORITY 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 =================== \ :kconfig:`SPI_FLASH_AT45 ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== At ``/flash/Kconfig.at45:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:71`` 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.)*