:orphan: .. title:: SPI_FLASH_AT45_INIT_PRIORITY .. option:: CONFIG_SPI_FLASH_AT45_INIT_PRIORITY *Driver initialization priority* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.at45:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:61`` Menu path: (Top) → Device Drivers → Flash hardware support → AT45 family flash driver .. parsed-literal:: config SPI_FLASH_AT45_INIT_PRIORITY int "Driver initialization priority" default 80 depends on \ :option:`SPI_FLASH_AT45 ` && \ :option:`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.)*